var/cache/dev/ContainerQM3lWmu/KernelDevDebugContainer.php line 888

Open in your IDE?
  1. <?php
  2. namespace ContainerQM3lWmu;
  3. use Symfony\Component\DependencyInjection\Argument\RewindableGenerator;
  4. use Symfony\Component\DependencyInjection\ContainerInterface;
  5. use Symfony\Component\DependencyInjection\Container;
  6. use Symfony\Component\DependencyInjection\Exception\InvalidArgumentException;
  7. use Symfony\Component\DependencyInjection\Exception\LogicException;
  8. use Symfony\Component\DependencyInjection\Exception\RuntimeException;
  9. use Symfony\Component\DependencyInjection\ParameterBag\FrozenParameterBag;
  10. use Symfony\Component\DependencyInjection\ParameterBag\ParameterBagInterface;
  11. /**
  12.  * @internal This class has been auto-generated by the Symfony Dependency Injection Component.
  13.  */
  14. class KernelDevDebugContainer extends Container
  15. {
  16.     protected $containerDir;
  17.     protected $targetDir;
  18.     protected $parameters = [];
  19.     private $buildParameters;
  20.     protected $getService;
  21.     public function __construct(array $buildParameters = [], $containerDir __DIR__)
  22.     {
  23.         $this->getService \Closure::fromCallable([$this'getService']);
  24.         $this->buildParameters $buildParameters;
  25.         $this->containerDir $containerDir;
  26.         $this->targetDir \dirname($containerDir);
  27.         $this->parameters $this->getDefaultParameters();
  28.         $this->services $this->privates = [];
  29.         $this->syntheticIds = [
  30.             'kernel' => true,
  31.         ];
  32.         $this->methodMap = [
  33.             '.container.private.profiler' => 'get_Container_Private_ProfilerService',
  34.             '.container.private.security.authorization_checker' => 'get_Container_Private_Security_AuthorizationCheckerService',
  35.             '.container.private.security.token_storage' => 'get_Container_Private_Security_TokenStorageService',
  36.             '.container.private.twig' => 'get_Container_Private_TwigService',
  37.             '.container.private.validator' => 'get_Container_Private_ValidatorService',
  38.             'cache.app' => 'getCache_AppService',
  39.             'cache.system' => 'getCache_SystemService',
  40.             'cache.validator_expression_language' => 'getCache_ValidatorExpressionLanguageService',
  41.             'data_collector.dump' => 'getDataCollector_DumpService',
  42.             'doctrine' => 'getDoctrineService',
  43.             'doctrine.dbal.default_connection' => 'getDoctrine_Dbal_DefaultConnectionService',
  44.             'doctrine.orm.entity_manager' => 'getDoctrine_Orm_EntityManagerService',
  45.             'event_dispatcher' => 'getEventDispatcherService',
  46.             'http_kernel' => 'getHttpKernelService',
  47.             'monolog.logger.deprecation' => 'getMonolog_Logger_DeprecationService',
  48.             'request_stack' => 'getRequestStackService',
  49.             'router' => 'getRouterService',
  50.             'tactician.commandbus.query' => 'getTactician_Commandbus_QueryService',
  51.             'translator' => 'getTranslatorService',
  52.             'var_dumper.cloner' => 'getVarDumper_ClonerService',
  53.             'cache_clearer' => 'getCacheClearerService',
  54.             'filesystem' => 'getFilesystemService',
  55.             'serializer' => 'getSerializerService',
  56.             'security.csrf.token_manager' => 'getSecurity_Csrf_TokenManagerService',
  57.             'form.factory' => 'getForm_FactoryService',
  58.             'form.type.file' => 'getForm_Type_FileService',
  59.             'profiler' => 'getProfilerService',
  60.             'twig' => 'getTwigService',
  61.             'security.authorization_checker' => 'getSecurity_AuthorizationCheckerService',
  62.             'security.token_storage' => 'getSecurity_TokenStorageService',
  63.             'security.password_encoder' => 'getSecurity_PasswordEncoderService',
  64.             'session' => 'getSessionService',
  65.             'validator' => 'getValidatorService',
  66.         ];
  67.         $this->fileMap = [
  68.             '.container.private.cache_clearer' => 'get_Container_Private_CacheClearerService',
  69.             '.container.private.filesystem' => 'get_Container_Private_FilesystemService',
  70.             '.container.private.form.factory' => 'get_Container_Private_Form_FactoryService',
  71.             '.container.private.form.type.file' => 'get_Container_Private_Form_Type_FileService',
  72.             '.container.private.security.csrf.token_manager' => 'get_Container_Private_Security_Csrf_TokenManagerService',
  73.             '.container.private.security.password_encoder' => 'get_Container_Private_Security_PasswordEncoderService',
  74.             '.container.private.serializer' => 'get_Container_Private_SerializerService',
  75.             '.container.private.session' => 'get_Container_Private_SessionService',
  76.             'ApiBundle\\Controller\\BookingController' => 'getBookingControllerService',
  77.             'ApiBundle\\Controller\\DiaryController' => 'getDiaryControllerService',
  78.             'ApiBundle\\Controller\\InsurerController' => 'getInsurerControllerService',
  79.             'ApiBundle\\Controller\\LocationController' => 'getLocationControllerService',
  80.             'ApiBundle\\Controller\\OperatorController' => 'getOperatorControllerService',
  81.             'ApiBundle\\Controller\\TicketController' => 'getTicketControllerService',
  82.             'ApiBundle\\Controller\\TicketNoteController' => 'getTicketNoteControllerService',
  83.             'ApiBundle\\Controller\\TokenController' => 'getTokenControllerService',
  84.             'ApiBundle\\Controller\\ZendeskController' => 'getZendeskControllerService',
  85.             'AppBundle\\Controller\\Admin\\AdminController' => 'getAdminControllerService',
  86.             'AppBundle\\Controller\\Admin\\DetailsController' => 'getDetailsControllerService',
  87.             'AppBundle\\Controller\\Audit\\AuditController' => 'getAuditControllerService',
  88.             'AppBundle\\Controller\\AutoWindscreen\\BatchController' => 'getBatchControllerService',
  89.             'AppBundle\\Controller\\AutoWindscreen\\PoolController' => 'getPoolControllerService',
  90.             'AppBundle\\Controller\\Booking\\BookingController' => 'getBookingController2Service',
  91.             'AppBundle\\Controller\\Consumable\\BuyController' => 'getBuyControllerService',
  92.             'AppBundle\\Controller\\Consumable\\ConsumableController' => 'getConsumableControllerService',
  93.             'AppBundle\\Controller\\Consumable\\OrderController' => 'getOrderControllerService',
  94.             'AppBundle\\Controller\\Dashboard\\DashboardController' => 'getDashboardControllerService',
  95.             'AppBundle\\Controller\\Event\\EventController' => 'getEventControllerService',
  96.             'AppBundle\\Controller\\Event\\PrivateBookingController' => 'getPrivateBookingControllerService',
  97.             'AppBundle\\Controller\\Event\\SmsController' => 'getSmsControllerService',
  98.             'AppBundle\\Controller\\Event\\ThirdPartyBookingController' => 'getThirdPartyBookingControllerService',
  99.             'AppBundle\\Controller\\Help\\HelpController' => 'getHelpControllerService',
  100.             'AppBundle\\Controller\\Insurer\\Details\\InstructionsController' => 'getInstructionsControllerService',
  101.             'AppBundle\\Controller\\Insurer\\Details\\PayoutsController' => 'getPayoutsControllerService',
  102.             'AppBundle\\Controller\\Insurer\\Details\\ProfileController' => 'getProfileControllerService',
  103.             'AppBundle\\Controller\\Insurer\\InsurerController' => 'getInsurerController2Service',
  104.             'AppBundle\\Controller\\Insurer\\NoteController' => 'getNoteControllerService',
  105.             'AppBundle\\Controller\\Insurer\\OfficeController' => 'getOfficeControllerService',
  106.             'AppBundle\\Controller\\Location\\BookingController' => 'getBookingController3Service',
  107.             'AppBundle\\Controller\\Location\\EventController' => 'getEventController2Service',
  108.             'AppBundle\\Controller\\Location\\LocationController' => 'getLocationController2Service',
  109.             'AppBundle\\Controller\\Location\\ManagePrivateController' => 'getManagePrivateControllerService',
  110.             'AppBundle\\Controller\\Location\\ManageThirdPartyController' => 'getManageThirdPartyControllerService',
  111.             'AppBundle\\Controller\\Operator\\Details\\AccountantController' => 'getAccountantControllerService',
  112.             'AppBundle\\Controller\\Operator\\Details\\AddressController' => 'getAddressControllerService',
  113.             'AppBundle\\Controller\\Operator\\Details\\AssignmentController' => 'getAssignmentControllerService',
  114.             'AppBundle\\Controller\\Operator\\Details\\BankController' => 'getBankControllerService',
  115.             'AppBundle\\Controller\\Operator\\Details\\CompanyController' => 'getCompanyControllerService',
  116.             'AppBundle\\Controller\\Operator\\Details\\ContractController' => 'getContractControllerService',
  117.             'AppBundle\\Controller\\Operator\\Details\\DetailsController' => 'getDetailsController2Service',
  118.             'AppBundle\\Controller\\Operator\\Details\\InsuranceController' => 'getInsuranceControllerService',
  119.             'AppBundle\\Controller\\Operator\\Details\\ProfileController' => 'getProfileController2Service',
  120.             'AppBundle\\Controller\\Operator\\Details\\SettingsController' => 'getSettingsControllerService',
  121.             'AppBundle\\Controller\\Operator\\NoteController' => 'getNoteController2Service',
  122.             'AppBundle\\Controller\\Operator\\OperatorController' => 'getOperatorController2Service',
  123.             'AppBundle\\Controller\\Payment\\CardFeeController' => 'getCardFeeControllerService',
  124.             'AppBundle\\Controller\\Payment\\CustomController' => 'getCustomControllerService',
  125.             'AppBundle\\Controller\\Payment\\PaymentController' => 'getPaymentControllerService',
  126.             'AppBundle\\Controller\\Payment\\RecurringController' => 'getRecurringControllerService',
  127.             'AppBundle\\Controller\\Reporting\\ConversionController' => 'getConversionControllerService',
  128.             'AppBundle\\Controller\\Reporting\\ReportingController' => 'getReportingControllerService',
  129.             'AppBundle\\Controller\\Reporting\\ReviewsController' => 'getReviewsControllerService',
  130.             'AppBundle\\Controller\\Security\\Login' => 'getLoginService',
  131.             'AppBundle\\Controller\\Security\\LogoutController' => 'getLogoutControllerService',
  132.             'AppBundle\\Controller\\Settings\\BillingPeriodController' => 'getBillingPeriodControllerService',
  133.             'AppBundle\\Controller\\Ticket\\AlertController' => 'getAlertControllerService',
  134.             'AppBundle\\Controller\\Ticket\\AutoWindscreenController' => 'getAutoWindscreenControllerService',
  135.             'AppBundle\\Controller\\Ticket\\ClaimController' => 'getClaimControllerService',
  136.             'AppBundle\\Controller\\Ticket\\CorrespondController' => 'getCorrespondControllerService',
  137.             'AppBundle\\Controller\\Ticket\\EditController' => 'getEditControllerService',
  138.             'AppBundle\\Controller\\Ticket\\NoteController' => 'getNoteController3Service',
  139.             'AppBundle\\Controller\\Ticket\\OpenController' => 'getOpenControllerService',
  140.             'AppBundle\\Controller\\Ticket\\PaymentController' => 'getPaymentController2Service',
  141.             'AppBundle\\Controller\\Ticket\\ProvisionalController' => 'getProvisionalControllerService',
  142.             'AppBundle\\Controller\\Ticket\\TicketController' => 'getTicketController2Service',
  143.             'AppBundle\\Controller\\Ticket\\ZendeskController' => 'getZendeskController2Service',
  144.             'Doctrine\\Bundle\\DoctrineBundle\\Controller\\ProfilerController' => 'getProfilerControllerService',
  145.             'DomainBundle\\Controller\\FileController' => 'getFileControllerService',
  146.             'DomainBundle\\Controller\\OAuthController' => 'getOAuthControllerService',
  147.             'DomainBundle\\Controller\\VehicleController' => 'getVehicleControllerService',
  148.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController' => 'getRedirectControllerService',
  149.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController' => 'getTemplateControllerService',
  150.             'cache.app_clearer' => 'getCache_AppClearerService',
  151.             'cache.global_clearer' => 'getCache_GlobalClearerService',
  152.             'cache.system_clearer' => 'getCache_SystemClearerService',
  153.             'cache_warmer' => 'getCacheWarmerService',
  154.             'console.command.public_alias.tactician.command.debug' => 'getConsole_Command_PublicAlias_Tactician_Command_DebugService',
  155.             'console.command_loader' => 'getConsole_CommandLoaderService',
  156.             'container.env_var_processors_locator' => 'getContainer_EnvVarProcessorsLocatorService',
  157.             'error_controller' => 'getErrorControllerService',
  158.             'knp_menu.factory' => 'getKnpMenu_FactoryService',
  159.             'routing.loader' => 'getRouting_LoaderService',
  160.             'services_resetter' => 'getServicesResetterService',
  161.             'tactician.commandbus.default' => 'getTactician_Commandbus_DefaultService',
  162.             'web_profiler.controller.exception_panel' => 'getWebProfiler_Controller_ExceptionPanelService',
  163.             'web_profiler.controller.profiler' => 'getWebProfiler_Controller_ProfilerService',
  164.             'web_profiler.controller.router' => 'getWebProfiler_Controller_RouterService',
  165.         ];
  166.         $this->aliases = [
  167.             'Kernel' => 'kernel',
  168.             'database_connection' => 'doctrine.dbal.default_connection',
  169.             'doctrine.orm.default_entity_manager' => 'doctrine.orm.entity_manager',
  170.         ];
  171.         $this->privates['service_container'] = function () {
  172.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernelInterface.php';
  173.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/KernelInterface.php';
  174.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/RebootableInterface.php';
  175.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/TerminableInterface.php';
  176.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Kernel.php';
  177.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Kernel/MicroKernelTrait.php';
  178.             include_once \dirname(__DIR__4).'/src/Kernel.php';
  179.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Matcher/MatcherInterface.php';
  180.             include_once \dirname(__DIR__4).'/src/AppBundle/Menu/Matcher.php';
  181.             include_once \dirname(__DIR__4).'/src/AppBundle/EventListener/PartialRequestListener.php';
  182.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  183.             include_once \dirname(__DIR__4).'/vendor/doctrine/collections/src/Selectable.php';
  184.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  185.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/PasswordUpgraderInterface.php';
  186.             include_once \dirname(__DIR__4).'/src/DomainBundle/Repository/User/UserRepository.php';
  187.             include_once \dirname(__DIR__4).'/src/DomainBundle/Query/QueryBus.php';
  188.             include_once \dirname(__DIR__4).'/src/DomainBundle/Helper/UserImpersonator.php';
  189.             include_once \dirname(__DIR__4).'/src/DomainBundle/Helper/UserGetter.php';
  190.             include_once \dirname(__DIR__4).'/src/DomainBundle/Helper/ActorGetter.php';
  191.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactoryInterface.php';
  192.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactory.php';
  193.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventSubscriberInterface.php';
  194.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ResponseListener.php';
  195.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/StreamedResponseListener.php';
  196.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleListener.php';
  197.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ValidateRequestListener.php';
  198.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DisallowRobotsIndexingListener.php';
  199.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ErrorListener.php';
  200.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBagInterface.php';
  201.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBag.php';
  202.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/FrozenParameterBag.php';
  203.             include_once \dirname(__DIR__4).'/vendor/psr/container/src/ContainerInterface.php';
  204.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBagInterface.php';
  205.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBag.php';
  206.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/RunnerInterface.php';
  207.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php';
  208.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/Runner/Symfony/ResponseRunner.php';
  209.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/RuntimeInterface.php';
  210.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/GenericRuntime.php';
  211.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/SymfonyRuntime.php';
  212.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernel.php';
  213.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolverInterface.php';
  214.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php';
  215.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolver.php';
  216.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php';
  217.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerResolver.php';
  218.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolverInterface.php';
  219.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableArgumentResolver.php';
  220.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver.php';
  221.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/RequestStack.php';
  222.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ConfigCacheFactoryInterface.php';
  223.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ResourceCheckerConfigCacheFactory.php';
  224.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleAwareListener.php';
  225.             include_once \dirname(__DIR__4).'/vendor/psr/cache/src/CacheItemPoolInterface.php';
  226.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AdapterInterface.php';
  227.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/CacheInterface.php';
  228.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/PruneableInterface.php';
  229.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ResetInterface.php';
  230.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/ResettableInterface.php';
  231.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/TraceableAdapter.php';
  232.             include_once \dirname(__DIR__4).'/vendor/psr/log/src/LoggerAwareInterface.php';
  233.             include_once \dirname(__DIR__4).'/vendor/psr/log/src/LoggerAwareTrait.php';
  234.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/AbstractAdapterTrait.php';
  235.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/CacheTrait.php';
  236.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ContractsTrait.php';
  237.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AbstractAdapter.php';
  238.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/FilesystemCommonTrait.php';
  239.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/FilesystemTrait.php';
  240.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/FilesystemAdapter.php';
  241.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Marshaller/MarshallerInterface.php';
  242.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Marshaller/DefaultMarshaller.php';
  243.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/EventListener/MessageLoggerListener.php';
  244.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/TranslatorInterface.php';
  245.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/TranslatorBagInterface.php';
  246.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/LocaleAwareInterface.php';
  247.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Translator.php';
  248.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/WarmableInterface.php';
  249.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Translation/Translator.php';
  250.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceProviderInterface.php';
  251.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceLocatorTrait.php';
  252.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ServiceLocator.php';
  253.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/MessageFormatterInterface.php';
  254.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/IntlFormatterInterface.php';
  255.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/MessageFormatter.php';
  256.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/TranslatorTrait.php';
  257.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/IdentityTranslator.php';
  258.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DebugHandlersListener.php';
  259.             include_once \dirname(__DIR__4).'/vendor/psr/log/src/LoggerInterface.php';
  260.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/ResettableInterface.php';
  261.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Logger.php';
  262.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Log/DebugLoggerInterface.php';
  263.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Logger.php';
  264.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/FileLinkFormatter.php';
  265.             include_once \dirname(__DIR__4).'/vendor/symfony/stopwatch/Stopwatch.php';
  266.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Processor/DebugProcessor.php';
  267.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContext.php';
  268.             include_once \dirname(__DIR__4).'/vendor/symfony/expression-language/ExpressionFunctionProviderInterface.php';
  269.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/ExpressionLanguageProvider.php';
  270.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/RouterListener.php';
  271.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Reader.php';
  272.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationReader.php';
  273.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/PsrCachedReader.php';
  274.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ProxyTrait.php';
  275.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/PhpArrayAdapter.php';
  276.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyTypeExtractorInterface.php';
  277.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyDescriptionExtractorInterface.php';
  278.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyAccessExtractorInterface.php';
  279.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyListExtractorInterface.php';
  280.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInfoExtractorInterface.php';
  281.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInitializableExtractorInterface.php';
  282.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInfoExtractor.php';
  283.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php';
  284.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/SessionListener.php';
  285.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ValidatorBuilder.php';
  286.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validation.php';
  287.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorFactoryInterface.php';
  288.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ContainerConstraintValidatorFactory.php';
  289.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ObjectInitializerInterface.php';
  290.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineInitializer.php';
  291.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/LoaderInterface.php';
  292.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/AutoMappingTrait.php';
  293.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/PropertyInfoLoader.php';
  294.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineLoader.php';
  295.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ProfilerListener.php';
  296.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollectorInterface.php';
  297.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollector.php';
  298.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LateDataCollectorInterface.php';
  299.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php';
  300.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RouterDataCollector.php';
  301.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/DataCollector/RouterDataCollector.php';
  302.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollectorInterface.php';
  303.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollector.php';
  304.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractorInterface.php';
  305.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractor.php';
  306.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ConnectionRegistry.php';
  307.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ManagerRegistry.php';
  308.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/AbstractManagerRegistry.php';
  309.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/ManagerRegistry.php';
  310.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Registry.php';
  311.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Connection.php';
  312.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/ConnectionFactory.php';
  313.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Configuration.php';
  314.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Driver/Middleware.php';
  315.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Logging/Middleware.php';
  316.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Middleware/ConnectionNameAwareInterface.php';
  317.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Middleware/DebugMiddleware.php';
  318.             include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventManager.php';
  319.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php';
  320.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Middleware/Debug/DebugDataHolder.php';
  321.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Middleware/BacktraceDebugDataHolder.php';
  322.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriver.php';
  323.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/CompatibilityAnnotationDriver.php';
  324.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/ColocatedMappingDriver.php';
  325.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/AnnotationDriver.php';
  326.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/FileDriver.php';
  327.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/YamlDriver.php';
  328.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/SimplifiedYamlDriver.php';
  329.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/ArrayAdapter.php';
  330.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/DataDumperInterface.php';
  331.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DumpDataCollector.php';
  332.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/ClonerInterface.php';
  333.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/AbstractCloner.php';
  334.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/VarCloner.php';
  335.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/DumperInterface.php';
  336.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/AbstractDumper.php';
  337.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/CliDumper.php';
  338.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/HtmlDumper.php';
  339.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Server/Connection.php';
  340.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/ContextProviderInterface.php';
  341.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/SourceContextProvider.php';
  342.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/RequestContextProvider.php';
  343.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/CliContextProvider.php';
  344.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Profiler/Profile.php';
  345.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/ContentSecurityPolicyHandler.php';
  346.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/NonceGenerator.php';
  347.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/EventListener/WebDebugToolbarListener.php';
  348.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorageInterface.php';
  349.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorage.php';
  350.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolverInterface.php';
  351.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolver.php';
  352.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Role/RoleHierarchyInterface.php';
  353.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Role/RoleHierarchy.php';
  354.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/FirewallMapInterface.php';
  355.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallMap.php';
  356.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/LogoutUrlGenerator.php';
  357.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/RememberMe/ResponseListener.php';
  358.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AccessDecisionManagerInterface.php';
  359.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/TraceableAccessDecisionManager.php';
  360.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AccessDecisionManager.php';
  361.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Strategy/AccessDecisionStrategyInterface.php';
  362.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Strategy/AffirmativeStrategy.php';
  363.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall.php';
  364.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/EventListener/FirewallListener.php';
  365.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php';
  366.             include_once \dirname(__DIR__4).'/vendor/psr/event-dispatcher/src/EventDispatcherInterface.php';
  367.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher-contracts/EventDispatcherInterface.php';
  368.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcherInterface.php';
  369.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcher.php';
  370.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/FirewallListenerInterface.php';
  371.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  372.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ContextListener.php';
  373.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/HandlerInterface.php';
  374.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/Handler.php';
  375.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractHandler.php';
  376.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerInterface.php';
  377.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerInterface.php';
  378.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerTrait.php';
  379.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerTrait.php';
  380.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractProcessingHandler.php';
  381.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/StreamHandler.php';
  382.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/ProcessorInterface.php';
  383.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/PsrLogMessageProcessor.php';
  384.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Handler/ConsoleHandler.php';
  385.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ControllerListener.php';
  386.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ParamConverterListener.php';
  387.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterManager.php';
  388.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterInterface.php';
  389.             include_once \dirname(__DIR__4).'/src/AppBundle/Request/ParamConverter/QueryBusParamConverter.php';
  390.             include_once \dirname(__DIR__4).'/src/AppBundle/Request/ParamConverter/ValueObjectParamConverter.php';
  391.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DoctrineParamConverter.php';
  392.             include_once \dirname(__DIR__4).'/vendor/symfony/expression-language/ExpressionLanguage.php';
  393.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DateTimeParamConverter.php';
  394.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceSubscriberInterface.php';
  395.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/TemplateListener.php';
  396.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Templating/TemplateGuesser.php';
  397.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/HttpCacheListener.php';
  398.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/SecurityListener.php';
  399.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/ExpressionLanguage.php';
  400.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Security/ExpressionLanguage.php';
  401.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/IsGrantedListener.php';
  402.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ArgumentNameConverter.php';
  403.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client-contracts/HttpClientInterface.php';
  404.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/TraceableHttpClient.php';
  405.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/HttpClient.php';
  406.             include_once \dirname(__DIR__4).'/vendor/league/tactician/src/Middleware.php';
  407.             include_once \dirname(__DIR__4).'/vendor/league/tactician/src/Handler/CommandHandlerMiddleware.php';
  408.             include_once \dirname(__DIR__4).'/vendor/league/tactician/src/Handler/CommandNameExtractor/CommandNameExtractor.php';
  409.             include_once \dirname(__DIR__4).'/vendor/league/tactician/src/Handler/CommandNameExtractor/ClassNameExtractor.php';
  410.             include_once \dirname(__DIR__4).'/vendor/league/tactician/src/Handler/Locator/HandlerLocator.php';
  411.             include_once \dirname(__DIR__4).'/vendor/league/tactician-container/src/ContainerLocator.php';
  412.             include_once \dirname(__DIR__4).'/vendor/league/tactician/src/Handler/MethodNameInflector/MethodNameInflector.php';
  413.             include_once \dirname(__DIR__4).'/vendor/league/tactician/src/Handler/MethodNameInflector/HandleInflector.php';
  414.             include_once \dirname(__DIR__4).'/vendor/league/tactician/src/CommandBus.php';
  415.             include_once \dirname(__DIR__4).'/src/DomainBundle/Extension/Tactician/Middleware/ResultCachingMiddleware.php';
  416.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectManager.php';
  417.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityManagerInterface.php';
  418.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityManager.php';
  419.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Configuration.php';
  420.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/MappingDriver.php';
  421.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriverChain.php';
  422.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/NamingStrategy.php';
  423.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/UnderscoreNamingStrategy.php';
  424.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/QuoteStrategy.php';
  425.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Internal/SQLResultCasing.php';
  426.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/DefaultQuoteStrategy.php';
  427.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/EntityListenerResolver.php';
  428.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/EntityListenerServiceResolver.php';
  429.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/ContainerEntityListenerResolver.php';
  430.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Repository/RepositoryFactory.php';
  431.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ContainerRepositoryFactory.php';
  432.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/ManagerConfigurator.php';
  433.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/DataCollectorTranslator.php';
  434.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContextAwareInterface.php';
  435.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/UrlMatcherInterface.php';
  436.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Generator/UrlGeneratorInterface.php';
  437.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RouterInterface.php';
  438.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/RequestMatcherInterface.php';
  439.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Router.php';
  440.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/Router.php';
  441.             include_once \dirname(__DIR__4).'/vendor/doctrine/common/src/Proxy/Autoloader.php';
  442.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Proxy/Autoloader.php';
  443.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectManagerDecorator.php';
  444.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Decorator/EntityManagerDecorator.php';
  445.             include_once \dirname(__DIR__4).'/src/DomainBundle/Helper/Doctrine/SelfResettingEntityManager.php';
  446.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php';
  447.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/TraceableEventDispatcher.php';
  448.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/NullHandler.php';
  449.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/Profiler.php';
  450.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/ProfilerStorageInterface.php';
  451.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php';
  452.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/TimeDataCollector.php';
  453.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/MemoryDataCollector.php';
  454.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/DataCollector/ValidatorDataCollector.php';
  455.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/AjaxDataCollector.php';
  456.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ExceptionDataCollector.php';
  457.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LoggerDataCollector.php';
  458.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/EventDataCollector.php';
  459.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/DataCollector/CacheDataCollector.php';
  460.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php';
  461.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/DataCollector/SecurityDataCollector.php';
  462.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/DataCollector/TwigDataCollector.php';
  463.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/DataCollector/HttpClientDataCollector.php';
  464.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/DataCollector/DoctrineDataCollector.php';
  465.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/DataCollector/DoctrineDataCollector.php';
  466.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/DataCollector/MessageDataCollector.php';
  467.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ConfigDataCollector.php';
  468.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Cache/CacheInterface.php';
  469.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Cache/FilesystemCache.php';
  470.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ExtensionInterface.php';
  471.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/AbstractExtension.php';
  472.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/CoreExtension.php';
  473.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/EscaperExtension.php';
  474.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/OptimizerExtension.php';
  475.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/StagingExtension.php';
  476.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/ExtensionSet.php';
  477.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Template.php';
  478.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/TemplateWrapper.php';
  479.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Environment.php';
  480.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/LoaderInterface.php';
  481.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/FilesystemLoader.php';
  482.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CsrfExtension.php';
  483.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/DumpExtension.php';
  484.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ProfilerExtension.php';
  485.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/ProfilerExtension.php';
  486.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php';
  487.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/AssetExtension.php';
  488.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Packages.php';
  489.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PackageInterface.php';
  490.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Package.php';
  491.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PathPackage.php';
  492.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/VersionStrategyInterface.php';
  493.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/EmptyVersionStrategy.php';
  494.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/ContextInterface.php';
  495.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/RequestStackContext.php';
  496.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CodeExtension.php';
  497.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/RoutingExtension.php';
  498.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/YamlExtension.php';
  499.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/StopwatchExtension.php';
  500.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/ExpressionExtension.php';
  501.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpKernelExtension.php';
  502.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpFoundationExtension.php';
  503.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/UrlHelper.php';
  504.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SerializerExtension.php';
  505.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/FormExtension.php';
  506.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/LogoutUrlExtension.php';
  507.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SecurityExtension.php';
  508.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Impersonate/ImpersonateUrlGenerator.php';
  509.             include_once \dirname(__DIR__4).'/src/AppBundle/Twig/AggregateExtension.php';
  510.             include_once \dirname(__DIR__4).'/src/AppBundle/Twig/ArrayExtension.php';
  511.             include_once \dirname(__DIR__4).'/src/AppBundle/Twig/AutoFormatExtension.php';
  512.             include_once \dirname(__DIR__4).'/src/AppBundle/Twig/ClassNameExtension.php';
  513.             include_once \dirname(__DIR__4).'/src/AppBundle/Twig/HashExtension.php';
  514.             include_once \dirname(__DIR__4).'/src/AppBundle/Twig/HeatExtension.php';
  515.             include_once \dirname(__DIR__4).'/src/AppBundle/Twig/MoneyExtension.php';
  516.             include_once \dirname(__DIR__4).'/src/AppBundle/Twig/PercentageExtension.php';
  517.             include_once \dirname(__DIR__4).'/src/AppBundle/Twig/SignatureExtension.php';
  518.             include_once \dirname(__DIR__4).'/src/AppBundle/Twig/SvgIconExtension.php';
  519.             include_once \dirname(__DIR__4).'/src/AppBundle/Twig/TicketExtension.php';
  520.             include_once \dirname(__DIR__4).'/src/DomainBundle/Extension/Twig/DocumentExtension.php';
  521.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Twig/DoctrineExtension.php';
  522.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Twig/WebProfilerExtension.php';
  523.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Twig/MenuExtension.php';
  524.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Twig/Helper.php';
  525.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Renderer/RendererProviderInterface.php';
  526.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Renderer/PsrProvider.php';
  527.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Provider/MenuProviderInterface.php';
  528.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Provider/ChainProvider.php';
  529.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Util/MenuManipulator.php';
  530.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/AppVariable.php';
  531.             include_once \dirname(__DIR__4).'/src/AppBundle/Twig/AppVariable.php';
  532.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/RuntimeLoaderInterface.php';
  533.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/ContainerRuntimeLoader.php';
  534.             include_once \dirname(__DIR__4).'/vendor/twig/extra-bundle/MissingExtensionSuggestor.php';
  535.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/DependencyInjection/Configurator/EnvironmentConfigurator.php';
  536.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AuthorizationCheckerInterface.php';
  537.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AuthorizationChecker.php';
  538.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/UsageTrackingTokenStorage.php';
  539.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Factory/MetadataFactoryInterface.php';
  540.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/ValidatorInterface.php';
  541.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/TraceableValidator.php';
  542.         };
  543.     }
  544.     public function compile(): void
  545.     {
  546.         throw new LogicException('You cannot compile a dumped container that was already compiled.');
  547.     }
  548.     public function isCompiled(): bool
  549.     {
  550.         return true;
  551.     }
  552.     public function getRemovedIds(): array
  553.     {
  554.         return require $this->containerDir.\DIRECTORY_SEPARATOR.'removed-ids.php';
  555.     }
  556.     protected function load($file$lazyLoad true)
  557.     {
  558.         if (class_exists($class __NAMESPACE__.'\\'.$filefalse)) {
  559.             return $class::do($this$lazyLoad);
  560.         }
  561.         if ('.' === $file[-4]) {
  562.             $class substr($class0, -4);
  563.         } else {
  564.             $file .= '.php';
  565.         }
  566.         $service = require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
  567.         return class_exists($classfalse) ? $class::do($this$lazyLoad) : $service;
  568.     }
  569.     /**
  570.      * Gets the public '.container.private.profiler' shared service.
  571.      *
  572.      * @return \Symfony\Component\HttpKernel\Profiler\Profiler
  573.      */
  574.     protected function get_Container_Private_ProfilerService()
  575.     {
  576.         $a = new \Symfony\Bridge\Monolog\Logger('profiler');
  577.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  578.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  579.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  580.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  581.         $this->services['.container.private.profiler'] = $instance = new \Symfony\Component\HttpKernel\Profiler\Profiler(new \Symfony\Component\HttpKernel\Profiler\FileProfilerStorage(('file:'.$this->targetDir.''.'/profiler')), $atrue);
  582.         $b = ($this->services['kernel'] ?? $this->get('kernel'));
  583.         $c = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  584.         $d = new \Symfony\Component\Cache\DataCollector\CacheDataCollector();
  585.         $d->addInstance('cache.app', ($this->services['cache.app'] ?? $this->getCache_AppService()));
  586.         $d->addInstance('cache.system', ($this->services['cache.system'] ?? $this->getCache_SystemService()));
  587.         $d->addInstance('cache.validator', ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService()));
  588.         $d->addInstance('cache.serializer', ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService()));
  589.         $d->addInstance('cache.annotations', ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  590.         $d->addInstance('cache.property_info', ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService()));
  591.         $d->addInstance('cache.validator_expression_language', ($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService()));
  592.         $d->addInstance('cache.doctrine.orm.default.result', ($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()));
  593.         $d->addInstance('cache.doctrine.orm.default.query', ($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()));
  594.         $d->addInstance('cache.security_expression_language', ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService()));
  595.         $e = new \Symfony\Component\HttpClient\DataCollector\HttpClientDataCollector();
  596.         $e->registerClient('http_client', ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()));
  597.         $f = new \Symfony\Component\HttpKernel\DataCollector\ConfigDataCollector();
  598.         if ($this->has('kernel')) {
  599.             $f->setKernel($b);
  600.         }
  601.         $instance->add(($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService()));
  602.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\TimeDataCollector($b, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))));
  603.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector());
  604.         $instance->add(new \Symfony\Component\Validator\DataCollector\ValidatorDataCollector(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService())));
  605.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\AjaxDataCollector());
  606.         $instance->add(($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService()));
  607.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\ExceptionDataCollector());
  608.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\LoggerDataCollector($a, ($this->targetDir.''.'/KernelDevDebugContainer'), $c));
  609.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\EventDataCollector(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), $c));
  610.         $instance->add(($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector())));
  611.         $instance->add($d);
  612.         $instance->add(new \Symfony\Component\Translation\DataCollector\TranslationDataCollector(($this->services['translator'] ?? $this->getTranslatorService())));
  613.         $instance->add(new \Symfony\Bundle\SecurityBundle\DataCollector\SecurityDataCollector(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), ($this->privates['security.role_hierarchy'] ?? $this->getSecurity_RoleHierarchyService()), ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()), ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService()), ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService()), ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService()), true));
  614.         $instance->add(new \Symfony\Bridge\Twig\DataCollector\TwigDataCollector(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService())));
  615.         $instance->add($e);
  616.         $instance->add(new \Doctrine\Bundle\DoctrineBundle\DataCollector\DoctrineDataCollector(($this->services['doctrine'] ?? $this->getDoctrineService()), true, ($this->privates['doctrine.debug_data_holder'] ?? ($this->privates['doctrine.debug_data_holder'] = new \Doctrine\Bundle\DoctrineBundle\Middleware\BacktraceDebugDataHolder([])))));
  617.         $instance->add(($this->services['data_collector.dump'] ?? $this->getDataCollector_DumpService()));
  618.         $instance->add(new \Symfony\Component\Mailer\DataCollector\MessageDataCollector(($this->privates['mailer.message_logger_listener'] ?? ($this->privates['mailer.message_logger_listener'] = new \Symfony\Component\Mailer\EventListener\MessageLoggerListener()))));
  619.         $instance->add($f);
  620.         return $instance;
  621.     }
  622.     /**
  623.      * Gets the public '.container.private.security.authorization_checker' shared service.
  624.      *
  625.      * @return \Symfony\Component\Security\Core\Authorization\AuthorizationChecker
  626.      */
  627.     protected function get_Container_Private_Security_AuthorizationCheckerService()
  628.     {
  629.         $a = ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService());
  630.         if (isset($this->services['.container.private.security.authorization_checker'])) {
  631.             return $this->services['.container.private.security.authorization_checker'];
  632.         }
  633.         return $this->services['.container.private.security.authorization_checker'] = new \Symfony\Component\Security\Core\Authorization\AuthorizationChecker(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), $afalsefalsefalse);
  634.     }
  635.     /**
  636.      * Gets the public '.container.private.security.token_storage' shared service.
  637.      *
  638.      * @return \Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage
  639.      */
  640.     protected function get_Container_Private_Security_TokenStorageService()
  641.     {
  642.         return $this->services['.container.private.security.token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  643.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  644.         ], [
  645.             'request_stack' => '?',
  646.         ]));
  647.     }
  648.     /**
  649.      * Gets the public '.container.private.twig' shared service.
  650.      *
  651.      * @return \Twig\Environment
  652.      */
  653.     protected function get_Container_Private_TwigService()
  654.     {
  655.         $a = new \Twig\Loader\FilesystemLoader([], \dirname(__DIR__4));
  656.         $a->addPath((\dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Resources/views'));
  657.         $a->addPath((\dirname(__DIR__4).'/src/AppBundle/Resources/views'), 'App');
  658.         $a->addPath((\dirname(__DIR__4).'/src/DomainBundle/Resources/views'), 'Domain');
  659.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Resources/views'), 'Doctrine');
  660.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Resources/views'), '!Doctrine');
  661.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/debug-bundle/Resources/views'), 'Debug');
  662.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/debug-bundle/Resources/views'), '!Debug');
  663.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), 'WebProfiler');
  664.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), '!WebProfiler');
  665.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), 'Security');
  666.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), '!Security');
  667.         $a->addPath((\dirname(__DIR__4).'/vendor/knplabs/knp-menu-bundle/src/Resources/views'), 'KnpMenu');
  668.         $a->addPath((\dirname(__DIR__4).'/vendor/knplabs/knp-menu-bundle/src/Resources/views'), '!KnpMenu');
  669.         $a->addPath((\dirname(__DIR__4).'/templates'));
  670.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), 'email');
  671.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), '!email');
  672.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Form'));
  673.         $this->services['.container.private.twig'] = $instance = new \Twig\Environment($a, ['autoescape' => 'name''cache' => ($this->targetDir.''.'/twig'), 'charset' => 'UTF-8''debug' => true'strict_variables' => true]);
  674.         $b = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  675.         $c = ($this->services['translator'] ?? $this->getTranslatorService());
  676.         $d = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  677.         $e = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
  678.         $f = new \Symfony\Component\Asset\Packages(new \Symfony\Component\Asset\PathPackage('', new \Symfony\Component\Asset\VersionStrategy\EmptyVersionStrategy(), new \Symfony\Component\Asset\Context\RequestStackContext($d$e->getBaseUrl(), $e->isSecure())), new RewindableGenerator(function () {
  679.             return new \EmptyIterator();
  680.         }, 0));
  681.         $g = ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService());
  682.         $h = ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService());
  683.         $i = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'1);
  684.         $i->setDisplayOptions(['maxStringLength' => 4096'fileLinkFormat' => $g]);
  685.         $j = new \Knp\Menu\Util\MenuManipulator();
  686.         $k = ($this->privates['AppBundle\\Menu\\Matcher'] ?? $this->getMatcherService());
  687.         $l = new \AppBundle\Twig\AppVariable();
  688.         $l->setEnvironment('dev');
  689.         $l->setDebug(true);
  690.         if ($this->has('.container.private.security.token_storage')) {
  691.             $l->setTokenStorage($h);
  692.         }
  693.         if ($this->has('request_stack')) {
  694.             $l->setRequestStack($d);
  695.         }
  696.         $l->setActorGetter(($this->privates['DomainBundle\\Helper\\ActorGetter'] ?? $this->getActorGetterService()));
  697.         $m = new \Twig\Extra\TwigExtraBundle\MissingExtensionSuggestor();
  698.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CsrfExtension());
  699.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\DumpExtension(($this->services['var_dumper.cloner'] ?? $this->getVarDumper_ClonerService()), ($this->privates['var_dumper.html_dumper'] ?? $this->getVarDumper_HtmlDumperService())));
  700.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ProfilerExtension(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), $b));
  701.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\TranslationExtension($c));
  702.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\AssetExtension($f));
  703.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CodeExtension($g\dirname(__DIR__4), 'UTF-8'));
  704.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\RoutingExtension(($this->services['router'] ?? $this->getRouterService())));
  705.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\YamlExtension());
  706.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\StopwatchExtension($btrue));
  707.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ExpressionExtension());
  708.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpKernelExtension());
  709.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpFoundationExtension(new \Symfony\Component\HttpFoundation\UrlHelper($d$e)));
  710.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\SerializerExtension());
  711.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\FormExtension($c));
  712.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\LogoutUrlExtension(($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService())));
  713.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\SecurityExtension(($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService()), new \Symfony\Component\Security\Http\Impersonate\ImpersonateUrlGenerator($d, ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService()), $h)));
  714.         $instance->addExtension(new \AppBundle\Twig\AggregateExtension());
  715.         $instance->addExtension(new \AppBundle\Twig\ArrayExtension());
  716.         $instance->addExtension(new \AppBundle\Twig\AutoFormatExtension());
  717.         $instance->addExtension(new \AppBundle\Twig\ClassNameExtension());
  718.         $instance->addExtension(new \AppBundle\Twig\HashExtension());
  719.         $instance->addExtension(new \AppBundle\Twig\HeatExtension());
  720.         $instance->addExtension(new \AppBundle\Twig\MoneyExtension());
  721.         $instance->addExtension(new \AppBundle\Twig\PercentageExtension());
  722.         $instance->addExtension(new \AppBundle\Twig\SignatureExtension());
  723.         $instance->addExtension(new \AppBundle\Twig\SvgIconExtension('img/icons.svg'$f));
  724.         $instance->addExtension(new \AppBundle\Twig\TicketExtension());
  725.         $instance->addExtension(new \DomainBundle\Extension\Twig\DocumentExtension());
  726.         $instance->addExtension(new \Doctrine\Bundle\DoctrineBundle\Twig\DoctrineExtension());
  727.         $instance->addExtension(new \Symfony\Bundle\WebProfilerBundle\Twig\WebProfilerExtension($i));
  728.         $instance->addExtension(new \Knp\Menu\Twig\MenuExtension(new \Knp\Menu\Twig\Helper(new \Knp\Menu\Renderer\PsrProvider(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  729.             'list' => ['privates''knp_menu.renderer.list''getKnpMenu_Renderer_ListService'true],
  730.             'twig' => ['privates''knp_menu.renderer.twig''getKnpMenu_Renderer_TwigService'true],
  731.         ], [
  732.             'list' => '?',
  733.             'twig' => '?',
  734.         ]), 'twig', [], false), new \Knp\Menu\Provider\ChainProvider(new RewindableGenerator(function () {
  735.             yield => ($this->privates['knp_menu.menu_provider.lazy'] ?? $this->load('getKnpMenu_MenuProvider_LazyService'));
  736.             yield => ($this->privates['knp_menu.menu_provider.builder_alias'] ?? $this->load('getKnpMenu_MenuProvider_BuilderAliasService'));
  737.         }, 2)), $j$k), $k$j));
  738.         $instance->addGlobal('app'$l);
  739.         $instance->addRuntimeLoader(new \Twig\RuntimeLoader\ContainerRuntimeLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  740.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => ['privates''twig.runtime.security_csrf''getTwig_Runtime_SecurityCsrfService'true],
  741.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => ['privates''twig.runtime.httpkernel''getTwig_Runtime_HttpkernelService'true],
  742.             'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => ['privates''twig.runtime.serializer''getTwig_Runtime_SerializerService'true],
  743.             'Symfony\\Component\\Form\\FormRenderer' => ['privates''twig.form.renderer''getTwig_Form_RendererService'true],
  744.         ], [
  745.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => '?',
  746.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => '?',
  747.             'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => '?',
  748.             'Symfony\\Component\\Form\\FormRenderer' => '?',
  749.         ])));
  750.         $instance->addGlobal('pca_account_code''OPTIC11126');
  751.         $instance->addGlobal('google_maps_api_key''AIzaSyAiUs-UBV9-i-0kOteYeCCA7G5Q_psPph4');
  752.         $instance->registerUndefinedFilterCallback([=> $m=> 'suggestFilter']);
  753.         $instance->registerUndefinedFunctionCallback([=> $m=> 'suggestFunction']);
  754.         $instance->registerUndefinedTokenParserCallback([=> $m=> 'suggestTag']);
  755.         (new \Symfony\Bundle\TwigBundle\DependencyInjection\Configurator\EnvironmentConfigurator('F j, Y H:i''%d days'NULL0'.'','))->configure($instance);
  756.         return $instance;
  757.     }
  758.     /**
  759.      * Gets the public '.container.private.validator' shared service.
  760.      *
  761.      * @return \Symfony\Component\Validator\Validator\TraceableValidator
  762.      */
  763.     protected function get_Container_Private_ValidatorService()
  764.     {
  765.         return $this->services['.container.private.validator'] = new \Symfony\Component\Validator\Validator\TraceableValidator(($this->privates['validator.builder'] ?? $this->getValidator_BuilderService())->getValidator());
  766.     }
  767.     /**
  768.      * Gets the public 'cache.app' shared service.
  769.      *
  770.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  771.      */
  772.     protected function getCache_AppService()
  773.     {
  774.         $a = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('9Sd0Ilj71N'0, ($this->targetDir.''.'/pools/app'), new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULLtrue));
  775.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  776.         return $this->services['cache.app'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  777.     }
  778.     /**
  779.      * Gets the public 'cache.system' shared service.
  780.      *
  781.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  782.      */
  783.     protected function getCache_SystemService()
  784.     {
  785.         return $this->services['cache.system'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('ZogO1mq11b'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  786.     }
  787.     /**
  788.      * Gets the public 'cache.validator_expression_language' shared service.
  789.      *
  790.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  791.      */
  792.     protected function getCache_ValidatorExpressionLanguageService()
  793.     {
  794.         return $this->services['cache.validator_expression_language'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('IrTfLUkkx6'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  795.     }
  796.     /**
  797.      * Gets the public 'data_collector.dump' shared service.
  798.      *
  799.      * @return \Symfony\Component\HttpKernel\DataCollector\DumpDataCollector
  800.      */
  801.     protected function getDataCollector_DumpService()
  802.     {
  803.         return $this->services['data_collector.dump'] = new \Symfony\Component\HttpKernel\DataCollector\DumpDataCollector(($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))), ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()), 'UTF-8', ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['var_dumper.server_connection'] ?? $this->getVarDumper_ServerConnectionService()));
  804.     }
  805.     /**
  806.      * Gets the public 'doctrine' shared service.
  807.      *
  808.      * @return \Doctrine\Bundle\DoctrineBundle\Registry
  809.      */
  810.     protected function getDoctrineService()
  811.     {
  812.         return $this->services['doctrine'] = new \Doctrine\Bundle\DoctrineBundle\Registry($this$this->parameters['doctrine.connections'], $this->parameters['doctrine.entity_managers'], 'default''default');
  813.     }
  814.     /**
  815.      * Gets the public 'doctrine.dbal.default_connection' shared service.
  816.      *
  817.      * @return \Doctrine\DBAL\Connection
  818.      */
  819.     protected function getDoctrine_Dbal_DefaultConnectionService()
  820.     {
  821.         $a = new \Doctrine\DBAL\Configuration();
  822.         $b = new \Symfony\Bridge\Monolog\Logger('doctrine');
  823.         $b->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  824.         $b->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  825.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($b);
  826.         $c = new \Doctrine\Bundle\DoctrineBundle\Middleware\DebugMiddleware(($this->privates['doctrine.debug_data_holder'] ?? ($this->privates['doctrine.debug_data_holder'] = new \Doctrine\Bundle\DoctrineBundle\Middleware\BacktraceDebugDataHolder([]))), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  827.         $c->setConnectionName('default');
  828.         $a->setMiddlewares([=> new \Doctrine\DBAL\Logging\Middleware($b), => $c]);
  829.         return $this->services['doctrine.dbal.default_connection'] = (new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory($this->parameters['doctrine.dbal.connection_factory.types']))->createConnection(['driver' => 'pdo_mysql''host' => 'optic-kleer-staging-do-user-9843293-0.m.db.ondigitalocean.com''port' => 25060'dbname' => 'optickleer_admin''user' => 'optickleer_staging''password' => 'AVNS_0k95Rpa4RM6a4BQMbUi''driverOptions' => [], 'serverVersion' => $this->getEnv('DATABASE_VERSION'), 'defaultTableOptions' => []], $a, new \Symfony\Bridge\Doctrine\ContainerAwareEventManager(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  830.             'doctrine.orm.default_listeners.attach_entity_listeners' => ['privates''doctrine.orm.default_listeners.attach_entity_listeners''getDoctrine_Orm_DefaultListeners_AttachEntityListenersService'true],
  831.             'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => ['privates''doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber''getDoctrine_Orm_Listeners_DoctrineDbalCacheAdapterSchemaSubscriberService'true],
  832.             'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => ['privates''doctrine.orm.listeners.doctrine_token_provider_schema_subscriber''getDoctrine_Orm_Listeners_DoctrineTokenProviderSchemaSubscriberService'true],
  833.             'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => ['privates''doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber''getDoctrine_Orm_Listeners_PdoCacheAdapterDoctrineSchemaSubscriberService'true],
  834.             'stof_doctrine_extensions.listener.timestampable' => ['privates''stof_doctrine_extensions.listener.timestampable''getStofDoctrineExtensions_Listener_TimestampableService'true],
  835.         ], [
  836.             'doctrine.orm.default_listeners.attach_entity_listeners' => '?',
  837.             'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => '?',
  838.             'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => '?',
  839.             'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => '?',
  840.             'stof_doctrine_extensions.listener.timestampable' => '?',
  841.         ]), [=> 'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber'=> 'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber'=> 'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber'=> 'stof_doctrine_extensions.listener.timestampable'=> [=> [=> 'loadClassMetadata'], => 'doctrine.orm.default_listeners.attach_entity_listeners']]), []);
  842.     }
  843.     /**
  844.      * Gets the public 'doctrine.orm.entity_manager' shared autowired service.
  845.      *
  846.      * @return \DomainBundle\Helper\Doctrine\SelfResettingEntityManager
  847.      */
  848.     protected function getDoctrine_Orm_EntityManagerService()
  849.     {
  850.         return $this->services['doctrine.orm.entity_manager'] = new \DomainBundle\Helper\Doctrine\SelfResettingEntityManager($this->getSelfResettingEntityManager_InnerService());
  851.     }
  852.     /**
  853.      * Gets the public 'event_dispatcher' shared service.
  854.      *
  855.      * @return \Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher
  856.      */
  857.     protected function getEventDispatcherService()
  858.     {
  859.         $a = new \Symfony\Bridge\Monolog\Logger('event');
  860.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  861.         $a->pushHandler(new \Monolog\Handler\NullHandler());
  862.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  863.         $this->services['event_dispatcher'] = $instance = new \Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher(new \Symfony\Component\EventDispatcher\EventDispatcher(), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))), $a, ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  864.         $instance->addListener('kernel.request', [=> function () {
  865.             return ($this->privates['AppBundle\\EventListener\\PartialRequestListener'] ?? ($this->privates['AppBundle\\EventListener\\PartialRequestListener'] = new \AppBundle\EventListener\PartialRequestListener()));
  866.         }, => 'onKernelRequest'], 0);
  867.         $instance->addListener('kernel.controller', [=> function () {
  868.             return ($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector()));
  869.         }, => 'onKernelController'], 0);
  870.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  871.             return ($this->privates['security.listener.user_provider'] ?? $this->load('getSecurity_Listener_UserProviderService'));
  872.         }, => 'checkPassport'], 1024);
  873.         $instance->addListener('kernel.response', [=> function () {
  874.             return ($this->privates['security.context_listener.0'] ?? $this->getSecurity_ContextListener_0Service());
  875.         }, => 'onKernelResponse'], 0);
  876.         $instance->addListener('kernel.exception', [=> function () {
  877.             return ($this->privates['ApiBundle\\EventListener\\ExceptionListener'] ?? $this->load('getExceptionListenerService'));
  878.         }, => 'onKernelException'], -1);
  879.         $instance->addListener('kernel.response', [=> function () {
  880.             return ($this->privates['response_listener'] ?? ($this->privates['response_listener'] = new \Symfony\Component\HttpKernel\EventListener\ResponseListener('UTF-8'false)));
  881.         }, => 'onKernelResponse'], 0);
  882.         $instance->addListener('kernel.response', [=> function () {
  883.             return ($this->privates['streamed_response_listener'] ?? ($this->privates['streamed_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\StreamedResponseListener()));
  884.         }, => 'onKernelResponse'], -1024);
  885.         $instance->addListener('kernel.request', [=> function () {
  886.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  887.         }, => 'setDefaultLocale'], 100);
  888.         $instance->addListener('kernel.request', [=> function () {
  889.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  890.         }, => 'onKernelRequest'], 16);
  891.         $instance->addListener('kernel.finish_request', [=> function () {
  892.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  893.         }, => 'onKernelFinishRequest'], 0);
  894.         $instance->addListener('kernel.request', [=> function () {
  895.             return ($this->privates['validate_request_listener'] ?? ($this->privates['validate_request_listener'] = new \Symfony\Component\HttpKernel\EventListener\ValidateRequestListener()));
  896.         }, => 'onKernelRequest'], 256);
  897.         $instance->addListener('kernel.response', [=> function () {
  898.             return ($this->privates['disallow_search_engine_index_response_listener'] ?? ($this->privates['disallow_search_engine_index_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener()));
  899.         }, => 'onResponse'], -255);
  900.         $instance->addListener('kernel.controller_arguments', [=> function () {
  901.             return ($this->privates['exception_listener'] ?? $this->getExceptionListener2Service());
  902.         }, => 'onControllerArguments'], 0);
  903.         $instance->addListener('kernel.exception', [=> function () {
  904.             return ($this->privates['exception_listener'] ?? $this->getExceptionListener2Service());
  905.         }, => 'logKernelException'], 0);
  906.         $instance->addListener('kernel.exception', [=> function () {
  907.             return ($this->privates['exception_listener'] ?? $this->getExceptionListener2Service());
  908.         }, => 'onKernelException'], -128);
  909.         $instance->addListener('kernel.response', [=> function () {
  910.             return ($this->privates['exception_listener'] ?? $this->getExceptionListener2Service());
  911.         }, => 'removeCspHeader'], -128);
  912.         $instance->addListener('kernel.request', [=> function () {
  913.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  914.         }, => 'onKernelRequest'], 15);
  915.         $instance->addListener('kernel.finish_request', [=> function () {
  916.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  917.         }, => 'onKernelFinishRequest'], -15);
  918.         $instance->addListener('console.error', [=> function () {
  919.             return ($this->privates['console.error_listener'] ?? $this->load('getConsole_ErrorListenerService'));
  920.         }, => 'onConsoleError'], -128);
  921.         $instance->addListener('console.terminate', [=> function () {
  922.             return ($this->privates['console.error_listener'] ?? $this->load('getConsole_ErrorListenerService'));
  923.         }, => 'onConsoleTerminate'], -128);
  924.         $instance->addListener('console.error', [=> function () {
  925.             return ($this->privates['console.suggest_missing_package_subscriber'] ?? ($this->privates['console.suggest_missing_package_subscriber'] = new \Symfony\Bundle\FrameworkBundle\EventListener\SuggestMissingPackageSubscriber()));
  926.         }, => 'onConsoleError'], 0);
  927.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  928.             return ($this->privates['mailer.envelope_listener'] ?? ($this->privates['mailer.envelope_listener'] = new \Symfony\Component\Mailer\EventListener\EnvelopeListener(NULL, [=> 'david@optic-kleer.co.uk'])));
  929.         }, => 'onMessage'], -255);
  930.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  931.             return ($this->privates['mailer.message_logger_listener'] ?? ($this->privates['mailer.message_logger_listener'] = new \Symfony\Component\Mailer\EventListener\MessageLoggerListener()));
  932.         }, => 'onMessage'], -255);
  933.         $instance->addListener('kernel.request', [=> function () {
  934.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  935.         }, => 'configure'], 2048);
  936.         $instance->addListener('console.command', [=> function () {
  937.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  938.         }, => 'configure'], 2048);
  939.         $instance->addListener('kernel.request', [=> function () {
  940.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  941.         }, => 'onKernelRequest'], 32);
  942.         $instance->addListener('kernel.finish_request', [=> function () {
  943.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  944.         }, => 'onKernelFinishRequest'], 0);
  945.         $instance->addListener('kernel.exception', [=> function () {
  946.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  947.         }, => 'onKernelException'], -64);
  948.         $instance->addListener('kernel.request', [=> function () {
  949.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  950.         }, => 'onKernelRequest'], 128);
  951.         $instance->addListener('kernel.response', [=> function () {
  952.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  953.         }, => 'onKernelResponse'], -1000);
  954.         $instance->addListener('kernel.finish_request', [=> function () {
  955.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  956.         }, => 'onFinishRequest'], 0);
  957.         $instance->addListener('kernel.response', [=> function () {
  958.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  959.         }, => 'onKernelResponse'], -100);
  960.         $instance->addListener('kernel.exception', [=> function () {
  961.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  962.         }, => 'onKernelException'], 0);
  963.         $instance->addListener('kernel.terminate', [=> function () {
  964.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  965.         }, => 'onKernelTerminate'], -1024);
  966.         $instance->addListener('kernel.controller', [=> function () {
  967.             return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  968.         }, => 'onKernelController'], 0);
  969.         $instance->addListener('kernel.response', [=> function () {
  970.             return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  971.         }, => 'onKernelResponse'], 0);
  972.         $instance->addListener('console.command', [=> function () {
  973.             return ($this->privates['debug.dump_listener'] ?? $this->load('getDebug_DumpListenerService'));
  974.         }, => 'configure'], 1024);
  975.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  976.             return ($this->privates['twig.mailer.message_listener'] ?? $this->load('getTwig_Mailer_MessageListenerService'));
  977.         }, => 'onMessage'], 0);
  978.         $instance->addListener('kernel.response', [=> function () {
  979.             return ($this->privates['web_profiler.debug_toolbar'] ?? $this->getWebProfiler_DebugToolbarService());
  980.         }, => 'onKernelResponse'], -128);
  981.         $instance->addListener('kernel.response', [=> function () {
  982.             return ($this->privates['security.rememberme.response_listener'] ?? ($this->privates['security.rememberme.response_listener'] = new \Symfony\Component\Security\Http\RememberMe\ResponseListener()));
  983.         }, => 'onKernelResponse'], 0);
  984.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  985.             return ($this->privates['security.listener.check_authenticator_credentials'] ?? $this->load('getSecurity_Listener_CheckAuthenticatorCredentialsService'));
  986.         }, => 'checkPassport'], 0);
  987.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  988.             return ($this->privates['security.listener.password_migrating'] ?? $this->load('getSecurity_Listener_PasswordMigratingService'));
  989.         }, => 'onLoginSuccess'], 0);
  990.         $instance->addListener('debug.security.authorization.vote', [=> function () {
  991.             return ($this->privates['debug.security.voter.vote_listener'] ?? $this->load('getDebug_Security_Voter_VoteListenerService'));
  992.         }, => 'onVoterVote'], 0);
  993.         $instance->addListener('kernel.request', [=> function () {
  994.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  995.         }, => 'configureLogoutUrlGenerator'], 8);
  996.         $instance->addListener('kernel.request', [=> function () {
  997.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  998.         }, => 'onKernelRequest'], 8);
  999.         $instance->addListener('kernel.finish_request', [=> function () {
  1000.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1001.         }, => 'onKernelFinishRequest'], 0);
  1002.         $instance->addListener('console.command', [=> function () {
  1003.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  1004.         }, => 'onCommand'], 255);
  1005.         $instance->addListener('console.terminate', [=> function () {
  1006.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  1007.         }, => 'onTerminate'], -255);
  1008.         $instance->addListener('console.error', [=> function () {
  1009.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  1010.         }, => 'onConsoleError'], 0);
  1011.         $instance->addListener('console.terminate', [=> function () {
  1012.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  1013.         }, => 'onConsoleTerminate'], 0);
  1014.         $instance->addListener('kernel.controller', [=> function () {
  1015.             return ($this->privates['sensio_framework_extra.controller.listener'] ?? $this->getSensioFrameworkExtra_Controller_ListenerService());
  1016.         }, => 'onKernelController'], 0);
  1017.         $instance->addListener('kernel.controller', [=> function () {
  1018.             return ($this->privates['sensio_framework_extra.converter.listener'] ?? $this->getSensioFrameworkExtra_Converter_ListenerService());
  1019.         }, => 'onKernelController'], 0);
  1020.         $instance->addListener('kernel.controller', [=> function () {
  1021.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  1022.         }, => 'onKernelController'], -128);
  1023.         $instance->addListener('kernel.view', [=> function () {
  1024.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  1025.         }, => 'onKernelView'], 0);
  1026.         $instance->addListener('kernel.controller', [=> function () {
  1027.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  1028.         }, => 'onKernelController'], 0);
  1029.         $instance->addListener('kernel.response', [=> function () {
  1030.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  1031.         }, => 'onKernelResponse'], 0);
  1032.         $instance->addListener('kernel.controller_arguments', [=> function () {
  1033.             return ($this->privates['sensio_framework_extra.security.listener'] ?? $this->getSensioFrameworkExtra_Security_ListenerService());
  1034.         }, => 'onKernelControllerArguments'], 0);
  1035.         $instance->addListener('kernel.controller_arguments', [=> function () {
  1036.             return ($this->privates['framework_extra_bundle.event.is_granted'] ?? $this->getFrameworkExtraBundle_Event_IsGrantedService());
  1037.         }, => 'onKernelControllerArguments'], 0);
  1038.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  1039.             return ($this->privates['security.listener.csrf_protection'] ?? $this->load('getSecurity_Listener_CsrfProtectionService'));
  1040.         }, => 'checkPassport'], 512);
  1041.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  1042.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->load('getSecurity_Logout_Listener_CsrfTokenClearingService'));
  1043.         }, => 'onLogout'], 0);
  1044.         return $instance;
  1045.     }
  1046.     /**
  1047.      * Gets the public 'http_kernel' shared service.
  1048.      *
  1049.      * @return \Symfony\Component\HttpKernel\HttpKernel
  1050.      */
  1051.     protected function getHttpKernelService()
  1052.     {
  1053.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  1054.         if (isset($this->services['http_kernel'])) {
  1055.             return $this->services['http_kernel'];
  1056.         }
  1057.         $b = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  1058.         return $this->services['http_kernel'] = new \Symfony\Component\HttpKernel\HttpKernel($a, new \Symfony\Component\HttpKernel\Controller\TraceableControllerResolver(new \Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver($this, ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService())), $b), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), new \Symfony\Component\HttpKernel\Controller\TraceableArgumentResolver(new \Symfony\Component\HttpKernel\Controller\ArgumentResolver(($this->privates['argument_metadata_factory'] ?? ($this->privates['argument_metadata_factory'] = new \Symfony\Component\HttpKernel\ControllerMetadata\ArgumentMetadataFactory())), new RewindableGenerator(function () {
  1059.             yield => ($this->privates['debug.argument_resolver.request_attribute'] ?? $this->load('getDebug_ArgumentResolver_RequestAttributeService'));
  1060.             yield => ($this->privates['debug.argument_resolver.request'] ?? $this->load('getDebug_ArgumentResolver_RequestService'));
  1061.             yield => ($this->privates['debug.argument_resolver.session'] ?? $this->load('getDebug_ArgumentResolver_SessionService'));
  1062.             yield => ($this->privates['debug.security.user_value_resolver'] ?? $this->load('getDebug_Security_UserValueResolverService'));
  1063.             yield => ($this->privates['debug.argument_resolver.service'] ?? $this->load('getDebug_ArgumentResolver_ServiceService'));
  1064.             yield => ($this->privates['debug.argument_resolver.default'] ?? $this->load('getDebug_ArgumentResolver_DefaultService'));
  1065.             yield => ($this->privates['debug.argument_resolver.variadic'] ?? $this->load('getDebug_ArgumentResolver_VariadicService'));
  1066.             yield => ($this->privates['debug.argument_resolver.not_tagged_controller'] ?? $this->load('getDebug_ArgumentResolver_NotTaggedControllerService'));
  1067.         }, 8)), $b));
  1068.     }
  1069.     /**
  1070.      * Gets the public 'monolog.logger.deprecation' shared service.
  1071.      *
  1072.      * @return \Symfony\Bridge\Monolog\Logger
  1073.      */
  1074.     protected function getMonolog_Logger_DeprecationService()
  1075.     {
  1076.         $this->services['monolog.logger.deprecation'] = $instance = new \Symfony\Bridge\Monolog\Logger('deprecation');
  1077.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1078.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1079.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1080.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  1081.         return $instance;
  1082.     }
  1083.     /**
  1084.      * Gets the public 'request_stack' shared service.
  1085.      *
  1086.      * @return \Symfony\Component\HttpFoundation\RequestStack
  1087.      */
  1088.     protected function getRequestStackService()
  1089.     {
  1090.         return $this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack();
  1091.     }
  1092.     /**
  1093.      * Gets the public 'router' shared service.
  1094.      *
  1095.      * @return \Symfony\Bundle\FrameworkBundle\Routing\Router
  1096.      */
  1097.     protected function getRouterService()
  1098.     {
  1099.         $a = new \Symfony\Bridge\Monolog\Logger('router');
  1100.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1101.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1102.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1103.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1104.         $this->services['router'] = $instance = new \Symfony\Bundle\FrameworkBundle\Routing\Router((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1105.             'routing.loader' => ['services''routing.loader''getRouting_LoaderService'true],
  1106.         ], [
  1107.             'routing.loader' => 'Symfony\\Component\\Config\\Loader\\LoaderInterface',
  1108.         ]))->withContext('router.default'$this), 'kernel::loadRoutes', ['cache_dir' => $this->targetDir.'''debug' => true'generator_class' => 'Symfony\\Component\\Routing\\Generator\\CompiledUrlGenerator''generator_dumper_class' => 'Symfony\\Component\\Routing\\Generator\\Dumper\\CompiledUrlGeneratorDumper''matcher_class' => 'Symfony\\Bundle\\FrameworkBundle\\Routing\\RedirectableCompiledUrlMatcher''matcher_dumper_class' => 'Symfony\\Component\\Routing\\Matcher\\Dumper\\CompiledUrlMatcherDumper''strict_requirements' => true'resource_type' => 'service'], ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService()), ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), $a'en');
  1109.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  1110.         $instance->addExpressionLanguageProvider(($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
  1111.         return $instance;
  1112.     }
  1113.     /**
  1114.      * Gets the public 'tactician.commandbus.query' shared service.
  1115.      *
  1116.      * @return \League\Tactician\CommandBus
  1117.      */
  1118.     protected function getTactician_Commandbus_QueryService()
  1119.     {
  1120.         $a = ($this->privates['tactician.commandbus.default.middleware.command_handler'] ?? $this->getTactician_Commandbus_Default_Middleware_CommandHandlerService());
  1121.         if (isset($this->services['tactician.commandbus.query'])) {
  1122.             return $this->services['tactician.commandbus.query'];
  1123.         }
  1124.         return $this->services['tactician.commandbus.query'] = new \League\Tactician\CommandBus([=> new \DomainBundle\Extension\Tactician\Middleware\ResultCachingMiddleware(), => $a]);
  1125.     }
  1126.     /**
  1127.      * Gets the public 'translator' shared service.
  1128.      *
  1129.      * @return \Symfony\Component\Translation\DataCollectorTranslator
  1130.      */
  1131.     protected function getTranslatorService()
  1132.     {
  1133.         return $this->services['translator'] = new \Symfony\Component\Translation\DataCollectorTranslator(($this->privates['translator.default'] ?? $this->getTranslator_DefaultService()));
  1134.     }
  1135.     /**
  1136.      * Gets the public 'var_dumper.cloner' shared service.
  1137.      *
  1138.      * @return \Symfony\Component\VarDumper\Cloner\VarCloner
  1139.      */
  1140.     protected function getVarDumper_ClonerService()
  1141.     {
  1142.         $this->services['var_dumper.cloner'] = $instance = new \Symfony\Component\VarDumper\Cloner\VarCloner();
  1143.         $instance->setMaxItems(2500);
  1144.         $instance->setMinDepth(1);
  1145.         $instance->setMaxString(-1);
  1146.         $instance->addCasters(['Closure' => 'Symfony\\Component\\VarDumper\\Caster\\ReflectionCaster::unsetClosureFileInfo']);
  1147.         return $instance;
  1148.     }
  1149.     /**
  1150.      * Gets the private '.debug.http_client' shared service.
  1151.      *
  1152.      * @return \Symfony\Component\HttpClient\TraceableHttpClient
  1153.      */
  1154.     protected function get_Debug_HttpClientService()
  1155.     {
  1156.         $a \Symfony\Component\HttpClient\HttpClient::create([], 6);
  1157.         $b = new \Symfony\Bridge\Monolog\Logger('http_client');
  1158.         $b->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1159.         $b->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1160.         $b->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1161.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($b);
  1162.         $a->setLogger($b);
  1163.         return $this->privates['.debug.http_client'] = new \Symfony\Component\HttpClient\TraceableHttpClient($a, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  1164.     }
  1165.     /**
  1166.      * Gets the private '.service_locator.IEeEty.' shared service.
  1167.      *
  1168.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  1169.      */
  1170.     protected function get_ServiceLocator_IEeEty_Service()
  1171.     {
  1172.         return $this->privates['.service_locator.IEeEty.'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1173.             'security.firewall.map.context.api' => ['privates''security.firewall.map.context.api''getSecurity_Firewall_Map_Context_ApiService'true],
  1174.             'security.firewall.map.context.dev' => ['privates''security.firewall.map.context.dev''getSecurity_Firewall_Map_Context_DevService'true],
  1175.             'security.firewall.map.context.main' => ['privates''security.firewall.map.context.main''getSecurity_Firewall_Map_Context_MainService'true],
  1176.         ], [
  1177.             'security.firewall.map.context.api' => '?',
  1178.             'security.firewall.map.context.dev' => '?',
  1179.             'security.firewall.map.context.main' => '?',
  1180.         ]);
  1181.     }
  1182.     /**
  1183.      * Gets the private 'AppBundle\Menu\Matcher' shared autowired service.
  1184.      *
  1185.      * @return \AppBundle\Menu\Matcher
  1186.      */
  1187.     protected function getMatcherService()
  1188.     {
  1189.         return $this->privates['AppBundle\\Menu\\Matcher'] = new \AppBundle\Menu\Matcher(new RewindableGenerator(function () {
  1190.             yield => ($this->privates['knp_menu.voter.router'] ?? $this->load('getKnpMenu_Voter_RouterService'));
  1191.             yield => ($this->privates['AppBundle\\Menu\\TicketStatusVoter'] ?? $this->load('getTicketStatusVoterService'));
  1192.         }, 2));
  1193.     }
  1194.     /**
  1195.      * Gets the private 'DomainBundle\Helper\ActorGetter' shared autowired service.
  1196.      *
  1197.      * @return \DomainBundle\Helper\ActorGetter
  1198.      */
  1199.     protected function getActorGetterService()
  1200.     {
  1201.         $a = ($this->privates['DomainBundle\\Query\\QueryBus'] ?? $this->getQueryBusService());
  1202.         if (isset($this->privates['DomainBundle\\Helper\\ActorGetter'])) {
  1203.             return $this->privates['DomainBundle\\Helper\\ActorGetter'];
  1204.         }
  1205.         return $this->privates['DomainBundle\\Helper\\ActorGetter'] = new \DomainBundle\Helper\ActorGetter(($this->privates['DomainBundle\\Helper\\UserGetter'] ?? $this->getUserGetterService()), $a);
  1206.     }
  1207.     /**
  1208.      * Gets the private 'DomainBundle\Helper\Doctrine\SelfResettingEntityManager.inner' shared service.
  1209.      *
  1210.      * @return \Doctrine\ORM\EntityManager
  1211.      */
  1212.     protected function getSelfResettingEntityManager_InnerService($lazyLoad true)
  1213.     {
  1214.         $a = new \Doctrine\ORM\Configuration();
  1215.         $b = new \Doctrine\Persistence\Mapping\Driver\MappingDriverChain();
  1216.         $c = ($this->privates['doctrine.orm.default_annotation_metadata_driver'] ?? $this->getDoctrine_Orm_DefaultAnnotationMetadataDriverService());
  1217.         $d = ($this->privates['doctrine.orm.default_yml_metadata_driver'] ?? $this->getDoctrine_Orm_DefaultYmlMetadataDriverService());
  1218.         $b->addDriver($c'ApiBundle\\Entity');
  1219.         $b->addDriver($c'AppBundle\\Entity');
  1220.         $b->addDriver($d'DomainBundle\\Entity');
  1221.         $b->addDriver($d'ValueObject');
  1222.         $a->setEntityNamespaces(['ApiBundle' => 'ApiBundle\\Entity''AppBundle' => 'AppBundle\\Entity''DomainBundle' => 'DomainBundle\\Entity''ValueObject' => 'ValueObject']);
  1223.         $a->setMetadataCache(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  1224.         $a->setQueryCache(($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()));
  1225.         $a->setResultCache(($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()));
  1226.         $a->setMetadataDriverImpl(new \Doctrine\Bundle\DoctrineBundle\Mapping\MappingDriver($b, new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1227.             'doctrine.ulid_generator' => ['privates''doctrine.ulid_generator''getDoctrine_UlidGeneratorService'true],
  1228.             'doctrine.uuid_generator' => ['privates''doctrine.uuid_generator''getDoctrine_UuidGeneratorService'true],
  1229.         ], [
  1230.             'doctrine.ulid_generator' => '?',
  1231.             'doctrine.uuid_generator' => '?',
  1232.         ])));
  1233.         $a->setProxyDir(($this->targetDir.''.'/doctrine/orm/Proxies'));
  1234.         $a->setProxyNamespace('Proxies');
  1235.         $a->setAutoGenerateProxyClasses(true);
  1236.         $a->setSchemaIgnoreClasses([]);
  1237.         $a->setClassMetadataFactoryName('Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ClassMetadataFactory');
  1238.         $a->setDefaultRepositoryClassName('Doctrine\\ORM\\EntityRepository');
  1239.         $a->setNamingStrategy(new \Doctrine\ORM\Mapping\UnderscoreNamingStrategy(0true));
  1240.         $a->setQuoteStrategy(new \Doctrine\ORM\Mapping\DefaultQuoteStrategy());
  1241.         $a->setEntityListenerResolver(new \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver($this));
  1242.         $a->setLazyGhostObjectEnabled(false);
  1243.         $a->setRepositoryFactory(new \Doctrine\Bundle\DoctrineBundle\Repository\ContainerRepositoryFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [], [])));
  1244.         $a->addCustomHydrationMode('BetterArrayHydrator''DomainBundle\\Extension\\Doctrine\\Hydration\\BetterArrayHydrator');
  1245.         $a->addCustomStringFunction('replace''DomainBundle\\Extension\\Doctrine\\DQL\\ReplaceFunction');
  1246.         $instance = new \Doctrine\ORM\EntityManager(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()), $a);
  1247.         (new \Doctrine\Bundle\DoctrineBundle\ManagerConfigurator([], []))->configure($instance);
  1248.         return $instance;
  1249.     }
  1250.     /**
  1251.      * Gets the private 'DomainBundle\Helper\UserGetter' shared autowired service.
  1252.      *
  1253.      * @return \DomainBundle\Helper\UserGetter
  1254.      */
  1255.     protected function getUserGetterService()
  1256.     {
  1257.         return $this->privates['DomainBundle\\Helper\\UserGetter'] = new \DomainBundle\Helper\UserGetter(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), ($this->privates['DomainBundle\\Helper\\UserImpersonator'] ?? $this->getUserImpersonatorService()));
  1258.     }
  1259.     /**
  1260.      * Gets the private 'DomainBundle\Helper\UserImpersonator' shared autowired service.
  1261.      *
  1262.      * @return \DomainBundle\Helper\UserImpersonator
  1263.      */
  1264.     protected function getUserImpersonatorService()
  1265.     {
  1266.         return $this->privates['DomainBundle\\Helper\\UserImpersonator'] = new \DomainBundle\Helper\UserImpersonator(($this->privates['DomainBundle\\Repository\\User\\UserRepository'] ?? $this->getUserRepositoryService()));
  1267.     }
  1268.     /**
  1269.      * Gets the private 'DomainBundle\Query\QueryBus' shared autowired service.
  1270.      *
  1271.      * @return \DomainBundle\Query\QueryBus
  1272.      */
  1273.     protected function getQueryBusService()
  1274.     {
  1275.         $a = ($this->services['tactician.commandbus.query'] ?? $this->getTactician_Commandbus_QueryService());
  1276.         if (isset($this->privates['DomainBundle\\Query\\QueryBus'])) {
  1277.             return $this->privates['DomainBundle\\Query\\QueryBus'];
  1278.         }
  1279.         return $this->privates['DomainBundle\\Query\\QueryBus'] = new \DomainBundle\Query\QueryBus($a);
  1280.     }
  1281.     /**
  1282.      * Gets the private 'DomainBundle\Repository\User\UserRepository' shared autowired service.
  1283.      *
  1284.      * @return \DomainBundle\Repository\User\UserRepository
  1285.      */
  1286.     protected function getUserRepositoryService()
  1287.     {
  1288.         return $this->privates['DomainBundle\\Repository\\User\\UserRepository'] = ($this->services['doctrine'] ?? $this->getDoctrineService())->getRepository('DomainBundle\\Entity\\User\\User');
  1289.     }
  1290.     /**
  1291.      * Gets the private 'annotations.cache_adapter' shared service.
  1292.      *
  1293.      * @return \Symfony\Component\Cache\Adapter\PhpArrayAdapter
  1294.      */
  1295.     protected function getAnnotations_CacheAdapterService()
  1296.     {
  1297.         return \Symfony\Component\Cache\Adapter\PhpArrayAdapter::create(($this->targetDir.''.'/annotations.php'), ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  1298.     }
  1299.     /**
  1300.      * Gets the private 'annotations.cached_reader' shared service.
  1301.      *
  1302.      * @return \Doctrine\Common\Annotations\PsrCachedReader
  1303.      */
  1304.     protected function getAnnotations_CachedReaderService()
  1305.     {
  1306.         return $this->privates['annotations.cached_reader'] = new \Doctrine\Common\Annotations\PsrCachedReader(($this->privates['annotations.reader'] ?? $this->getAnnotations_ReaderService()), $this->getAnnotations_CacheAdapterService(), true);
  1307.     }
  1308.     /**
  1309.      * Gets the private 'annotations.reader' shared service.
  1310.      *
  1311.      * @return \Doctrine\Common\Annotations\AnnotationReader
  1312.      */
  1313.     protected function getAnnotations_ReaderService()
  1314.     {
  1315.         $this->privates['annotations.reader'] = $instance = new \Doctrine\Common\Annotations\AnnotationReader();
  1316.         $instance->addGlobalIgnoredName('required'NULL);
  1317.         return $instance;
  1318.     }
  1319.     /**
  1320.      * Gets the private 'cache.annotations' shared service.
  1321.      *
  1322.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1323.      */
  1324.     protected function getCache_AnnotationsService()
  1325.     {
  1326.         return $this->privates['cache.annotations'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('kcu9sr4u1L'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1327.     }
  1328.     /**
  1329.      * Gets the private 'cache.doctrine.orm.default.query' shared service.
  1330.      *
  1331.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1332.      */
  1333.     protected function getCache_Doctrine_Orm_Default_QueryService()
  1334.     {
  1335.         return $this->privates['cache.doctrine.orm.default.query'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  1336.     }
  1337.     /**
  1338.      * Gets the private 'cache.doctrine.orm.default.result' shared service.
  1339.      *
  1340.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1341.      */
  1342.     protected function getCache_Doctrine_Orm_Default_ResultService()
  1343.     {
  1344.         return $this->privates['cache.doctrine.orm.default.result'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  1345.     }
  1346.     /**
  1347.      * Gets the private 'cache.property_info' shared service.
  1348.      *
  1349.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1350.      */
  1351.     protected function getCache_PropertyInfoService()
  1352.     {
  1353.         return $this->privates['cache.property_info'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('LnPsedFt4m'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1354.     }
  1355.     /**
  1356.      * Gets the private 'cache.security_expression_language' shared service.
  1357.      *
  1358.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1359.      */
  1360.     protected function getCache_SecurityExpressionLanguageService()
  1361.     {
  1362.         return $this->privates['cache.security_expression_language'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('n91VyECfPN'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1363.     }
  1364.     /**
  1365.      * Gets the private 'cache.serializer' shared service.
  1366.      *
  1367.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1368.      */
  1369.     protected function getCache_SerializerService()
  1370.     {
  1371.         return $this->privates['cache.serializer'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('5BijncUQst'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1372.     }
  1373.     /**
  1374.      * Gets the private 'cache.validator' shared service.
  1375.      *
  1376.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1377.      */
  1378.     protected function getCache_ValidatorService()
  1379.     {
  1380.         return $this->privates['cache.validator'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('e8lzglkB1H'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1381.     }
  1382.     /**
  1383.      * Gets the private 'config_cache_factory' shared service.
  1384.      *
  1385.      * @return \Symfony\Component\Config\ResourceCheckerConfigCacheFactory
  1386.      */
  1387.     protected function getConfigCacheFactoryService()
  1388.     {
  1389.         return $this->privates['config_cache_factory'] = new \Symfony\Component\Config\ResourceCheckerConfigCacheFactory(new RewindableGenerator(function () {
  1390.             yield => ($this->privates['dependency_injection.config.container_parameters_resource_checker'] ?? ($this->privates['dependency_injection.config.container_parameters_resource_checker'] = new \Symfony\Component\DependencyInjection\Config\ContainerParametersResourceChecker($this)));
  1391.             yield => ($this->privates['config.resource.self_checking_resource_checker'] ?? ($this->privates['config.resource.self_checking_resource_checker'] = new \Symfony\Component\Config\Resource\SelfCheckingResourceChecker()));
  1392.         }, 2));
  1393.     }
  1394.     /**
  1395.      * Gets the private 'data_collector.form' shared service.
  1396.      *
  1397.      * @return \Symfony\Component\Form\Extension\DataCollector\FormDataCollector
  1398.      */
  1399.     protected function getDataCollector_FormService()
  1400.     {
  1401.         return $this->privates['data_collector.form'] = new \Symfony\Component\Form\Extension\DataCollector\FormDataCollector(new \Symfony\Component\Form\Extension\DataCollector\FormDataExtractor());
  1402.     }
  1403.     /**
  1404.      * Gets the private 'data_collector.request' shared service.
  1405.      *
  1406.      * @return \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector
  1407.      */
  1408.     protected function getDataCollector_RequestService()
  1409.     {
  1410.         return $this->privates['data_collector.request'] = new \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  1411.     }
  1412.     /**
  1413.      * Gets the private 'debug.debug_handlers_listener' shared service.
  1414.      *
  1415.      * @return \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener
  1416.      */
  1417.     protected function getDebug_DebugHandlersListenerService()
  1418.     {
  1419.         $a = new \Symfony\Bridge\Monolog\Logger('php');
  1420.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1421.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1422.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1423.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1424.         return $this->privates['debug.debug_handlers_listener'] = new \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener(NULL$aNULL, -1truetrue, ($this->services['monolog.logger.deprecation'] ?? $this->getMonolog_Logger_DeprecationService()));
  1425.     }
  1426.     /**
  1427.      * Gets the private 'debug.file_link_formatter' shared service.
  1428.      *
  1429.      * @return \Symfony\Component\HttpKernel\Debug\FileLinkFormatter
  1430.      */
  1431.     protected function getDebug_FileLinkFormatterService()
  1432.     {
  1433.         return $this->privates['debug.file_link_formatter'] = new \Symfony\Component\HttpKernel\Debug\FileLinkFormatter(NULL, ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), \dirname(__DIR__4), function () {
  1434.             return ($this->privates['debug.file_link_formatter.url_format'] ?? $this->load('getDebug_FileLinkFormatter_UrlFormatService'));
  1435.         });
  1436.     }
  1437.     /**
  1438.      * Gets the private 'debug.log_processor' shared service.
  1439.      *
  1440.      * @return \Symfony\Bridge\Monolog\Processor\DebugProcessor
  1441.      */
  1442.     protected function getDebug_LogProcessorService()
  1443.     {
  1444.         return $this->privates['debug.log_processor'] = new \Symfony\Bridge\Monolog\Processor\DebugProcessor(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  1445.     }
  1446.     /**
  1447.      * Gets the private 'debug.security.access.decision_manager' shared service.
  1448.      *
  1449.      * @return \Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager
  1450.      */
  1451.     protected function getDebug_Security_Access_DecisionManagerService()
  1452.     {
  1453.         return $this->privates['debug.security.access.decision_manager'] = new \Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager(new \Symfony\Component\Security\Core\Authorization\AccessDecisionManager(new RewindableGenerator(function () {
  1454.             yield => ($this->privates['debug.security.voter.security.access.authenticated_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_AuthenticatedVoterService'));
  1455.             yield => ($this->privates['debug.security.voter.security.access.role_hierarchy_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_RoleHierarchyVoterService'));
  1456.             yield => ($this->privates['debug.security.voter.security.access.expression_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_ExpressionVoterService'));
  1457.             yield => ($this->privates['debug.security.voter.AppBundle\\Security\\Voter\\OperatorAccessVoter'] ?? $this->load('getOperatorAccessVoterService'));
  1458.         }, 4), new \Symfony\Component\Security\Core\Authorization\Strategy\AffirmativeStrategy(false)));
  1459.     }
  1460.     /**
  1461.      * Gets the private 'debug.security.firewall' shared service.
  1462.      *
  1463.      * @return \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener
  1464.      */
  1465.     protected function getDebug_Security_FirewallService()
  1466.     {
  1467.         $a = ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService());
  1468.         if (isset($this->privates['debug.security.firewall'])) {
  1469.             return $this->privates['debug.security.firewall'];
  1470.         }
  1471.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  1472.         if (isset($this->privates['debug.security.firewall'])) {
  1473.             return $this->privates['debug.security.firewall'];
  1474.         }
  1475.         return $this->privates['debug.security.firewall'] = new \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener($a$b, ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()));
  1476.     }
  1477.     /**
  1478.      * Gets the private 'doctrine.orm.default_annotation_metadata_driver' shared service.
  1479.      *
  1480.      * @return \Doctrine\ORM\Mapping\Driver\AnnotationDriver
  1481.      */
  1482.     protected function getDoctrine_Orm_DefaultAnnotationMetadataDriverService()
  1483.     {
  1484.         return $this->privates['doctrine.orm.default_annotation_metadata_driver'] = new \Doctrine\ORM\Mapping\Driver\AnnotationDriver(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()), [=> (\dirname(__DIR__4).'/src/ApiBundle/Entity'), => (\dirname(__DIR__4).'/src/AppBundle/Entity')]);
  1485.     }
  1486.     /**
  1487.      * Gets the private 'doctrine.orm.default_yml_metadata_driver' shared service.
  1488.      *
  1489.      * @return \Doctrine\ORM\Mapping\Driver\SimplifiedYamlDriver
  1490.      */
  1491.     protected function getDoctrine_Orm_DefaultYmlMetadataDriverService()
  1492.     {
  1493.         $this->privates['doctrine.orm.default_yml_metadata_driver'] = $instance = new \Doctrine\ORM\Mapping\Driver\SimplifiedYamlDriver([(\dirname(__DIR__4).'/src/DomainBundle/Resources/config/doctrine') => 'DomainBundle\\Entity', (\dirname(__DIR__4).'/src/ValueObject/Extension/Doctrine/Mapping') => 'ValueObject']);
  1494.         $instance->setGlobalBasename('mapping');
  1495.         return $instance;
  1496.     }
  1497.     /**
  1498.      * Gets the private 'exception_listener' shared service.
  1499.      *
  1500.      * @return \Symfony\Component\HttpKernel\EventListener\ErrorListener
  1501.      */
  1502.     protected function getExceptionListener2Service()
  1503.     {
  1504.         return $this->privates['exception_listener'] = new \Symfony\Component\HttpKernel\EventListener\ErrorListener('error_controller', ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService()), true, []);
  1505.     }
  1506.     /**
  1507.      * Gets the private 'framework_extra_bundle.argument_name_convertor' shared service.
  1508.      *
  1509.      * @return \Sensio\Bundle\FrameworkExtraBundle\Request\ArgumentNameConverter
  1510.      */
  1511.     protected function getFrameworkExtraBundle_ArgumentNameConvertorService()
  1512.     {
  1513.         return $this->privates['framework_extra_bundle.argument_name_convertor'] = new \Sensio\Bundle\FrameworkExtraBundle\Request\ArgumentNameConverter(($this->privates['argument_metadata_factory'] ?? ($this->privates['argument_metadata_factory'] = new \Symfony\Component\HttpKernel\ControllerMetadata\ArgumentMetadataFactory())));
  1514.     }
  1515.     /**
  1516.      * Gets the private 'framework_extra_bundle.event.is_granted' shared service.
  1517.      *
  1518.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener
  1519.      */
  1520.     protected function getFrameworkExtraBundle_Event_IsGrantedService()
  1521.     {
  1522.         $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  1523.         if (isset($this->privates['framework_extra_bundle.event.is_granted'])) {
  1524.             return $this->privates['framework_extra_bundle.event.is_granted'];
  1525.         }
  1526.         return $this->privates['framework_extra_bundle.event.is_granted'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener(($this->privates['framework_extra_bundle.argument_name_convertor'] ?? $this->getFrameworkExtraBundle_ArgumentNameConvertorService()), $a);
  1527.     }
  1528.     /**
  1529.      * Gets the private 'locale_aware_listener' shared service.
  1530.      *
  1531.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener
  1532.      */
  1533.     protected function getLocaleAwareListenerService()
  1534.     {
  1535.         return $this->privates['locale_aware_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener(new RewindableGenerator(function () {
  1536.             yield => ($this->privates['slugger'] ?? ($this->privates['slugger'] = new \Symfony\Component\String\Slugger\AsciiSlugger('en')));
  1537.             yield => ($this->privates['translator.default'] ?? $this->getTranslator_DefaultService());
  1538.         }, 2), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  1539.     }
  1540.     /**
  1541.      * Gets the private 'locale_listener' shared service.
  1542.      *
  1543.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleListener
  1544.      */
  1545.     protected function getLocaleListenerService()
  1546.     {
  1547.         return $this->privates['locale_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleListener(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), 'en', ($this->services['router'] ?? $this->getRouterService()), false, []);
  1548.     }
  1549.     /**
  1550.      * Gets the private 'monolog.handler.console' shared service.
  1551.      *
  1552.      * @return \Symfony\Bridge\Monolog\Handler\ConsoleHandler
  1553.      */
  1554.     protected function getMonolog_Handler_ConsoleService()
  1555.     {
  1556.         return $this->privates['monolog.handler.console'] = new \Symfony\Bridge\Monolog\Handler\ConsoleHandler(NULLtrue, [], []);
  1557.     }
  1558.     /**
  1559.      * Gets the private 'monolog.handler.main' shared service.
  1560.      *
  1561.      * @return \Monolog\Handler\StreamHandler
  1562.      */
  1563.     protected function getMonolog_Handler_MainService()
  1564.     {
  1565.         $this->privates['monolog.handler.main'] = $instance = new \Monolog\Handler\StreamHandler((\dirname(__DIR__3).'/log/dev.log'), 100trueNULLfalse);
  1566.         $instance->pushProcessor(new \Monolog\Processor\PsrLogMessageProcessor());
  1567.         return $instance;
  1568.     }
  1569.     /**
  1570.      * Gets the private 'monolog.logger' shared service.
  1571.      *
  1572.      * @return \Symfony\Bridge\Monolog\Logger
  1573.      */
  1574.     protected function getMonolog_LoggerService()
  1575.     {
  1576.         $this->privates['monolog.logger'] = $instance = new \Symfony\Bridge\Monolog\Logger('app');
  1577.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1578.         $instance->useMicrosecondTimestamps(true);
  1579.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1580.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1581.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  1582.         return $instance;
  1583.     }
  1584.     /**
  1585.      * Gets the private 'monolog.logger.cache' shared service.
  1586.      *
  1587.      * @return \Symfony\Bridge\Monolog\Logger
  1588.      */
  1589.     protected function getMonolog_Logger_CacheService()
  1590.     {
  1591.         $this->privates['monolog.logger.cache'] = $instance = new \Symfony\Bridge\Monolog\Logger('cache');
  1592.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1593.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1594.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1595.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  1596.         return $instance;
  1597.     }
  1598.     /**
  1599.      * Gets the private 'monolog.logger.request' shared service.
  1600.      *
  1601.      * @return \Symfony\Bridge\Monolog\Logger
  1602.      */
  1603.     protected function getMonolog_Logger_RequestService()
  1604.     {
  1605.         $this->privates['monolog.logger.request'] = $instance = new \Symfony\Bridge\Monolog\Logger('request');
  1606.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1607.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1608.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1609.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  1610.         return $instance;
  1611.     }
  1612.     /**
  1613.      * Gets the private 'monolog.logger.security' shared service.
  1614.      *
  1615.      * @return \Symfony\Bridge\Monolog\Logger
  1616.      */
  1617.     protected function getMonolog_Logger_SecurityService()
  1618.     {
  1619.         $this->privates['monolog.logger.security'] = $instance = new \Symfony\Bridge\Monolog\Logger('security');
  1620.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1621.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1622.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1623.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  1624.         return $instance;
  1625.     }
  1626.     /**
  1627.      * Gets the private 'parameter_bag' shared service.
  1628.      *
  1629.      * @return \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag
  1630.      */
  1631.     protected function getParameterBagService()
  1632.     {
  1633.         return $this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this);
  1634.     }
  1635.     /**
  1636.      * Gets the private 'profiler_listener' shared service.
  1637.      *
  1638.      * @return \Symfony\Component\HttpKernel\EventListener\ProfilerListener
  1639.      */
  1640.     protected function getProfilerListenerService()
  1641.     {
  1642.         $a = ($this->services['.container.private.profiler'] ?? $this->get_Container_Private_ProfilerService());
  1643.         if (isset($this->privates['profiler_listener'])) {
  1644.             return $this->privates['profiler_listener'];
  1645.         }
  1646.         return $this->privates['profiler_listener'] = new \Symfony\Component\HttpKernel\EventListener\ProfilerListener($a, ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), NULLfalsefalseNULL);
  1647.     }
  1648.     /**
  1649.      * Gets the private 'property_info' shared service.
  1650.      *
  1651.      * @return \Symfony\Component\PropertyInfo\PropertyInfoExtractor
  1652.      */
  1653.     protected function getPropertyInfoService()
  1654.     {
  1655.         return $this->privates['property_info'] = new \Symfony\Component\PropertyInfo\PropertyInfoExtractor(new RewindableGenerator(function () {
  1656.             yield => ($this->privates['property_info.serializer_extractor'] ?? $this->load('getPropertyInfo_SerializerExtractorService'));
  1657.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  1658.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
  1659.         }, 3), new RewindableGenerator(function () {
  1660.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
  1661.             yield => ($this->privates['property_info.php_doc_extractor'] ?? ($this->privates['property_info.php_doc_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor()));
  1662.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  1663.         }, 3), new RewindableGenerator(function () {
  1664.             yield => ($this->privates['property_info.php_doc_extractor'] ?? ($this->privates['property_info.php_doc_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor()));
  1665.         }, 1), new RewindableGenerator(function () {
  1666.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
  1667.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  1668.         }, 2), new RewindableGenerator(function () {
  1669.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  1670.         }, 1));
  1671.     }
  1672.     /**
  1673.      * Gets the private 'router.expression_language_provider' shared service.
  1674.      *
  1675.      * @return \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider
  1676.      */
  1677.     protected function getRouter_ExpressionLanguageProviderService()
  1678.     {
  1679.         return $this->privates['router.expression_language_provider'] = new \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1680.             'env' => ['privates''container.getenv''getContainer_GetenvService'true],
  1681.         ], [
  1682.             'env' => 'Closure',
  1683.         ]));
  1684.     }
  1685.     /**
  1686.      * Gets the private 'router.request_context' shared service.
  1687.      *
  1688.      * @return \Symfony\Component\Routing\RequestContext
  1689.      */
  1690.     protected function getRouter_RequestContextService()
  1691.     {
  1692.         $this->privates['router.request_context'] = $instance \Symfony\Component\Routing\RequestContext::fromUri('https://staging.admin.optic-kleer.co.uk''staging.admin.optic-kleer.co.uk''https'80443);
  1693.         $instance->setParameter('_functions', ($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
  1694.         return $instance;
  1695.     }
  1696.     /**
  1697.      * Gets the private 'router_listener' shared service.
  1698.      *
  1699.      * @return \Symfony\Component\HttpKernel\EventListener\RouterListener
  1700.      */
  1701.     protected function getRouterListenerService()
  1702.     {
  1703.         return $this->privates['router_listener'] = new \Symfony\Component\HttpKernel\EventListener\RouterListener(($this->services['router'] ?? $this->getRouterService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService()), ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService()), \dirname(__DIR__4), true);
  1704.     }
  1705.     /**
  1706.      * Gets the private 'security.context_listener.0' shared service.
  1707.      *
  1708.      * @return \Symfony\Component\Security\Http\Firewall\ContextListener
  1709.      */
  1710.     protected function getSecurity_ContextListener_0Service()
  1711.     {
  1712.         return $this->privates['security.context_listener.0'] = new \Symfony\Component\Security\Http\Firewall\ContextListener(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), new RewindableGenerator(function () {
  1713.             yield => ($this->privates['security.user.provider.concrete.app_user_provider'] ?? $this->load('getSecurity_User_Provider_Concrete_AppUserProviderService'));
  1714.         }, 1), 'main', ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), ($this->privates['security.event_dispatcher.main'] ?? $this->getSecurity_EventDispatcher_MainService()), ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), [=> ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), => 'enableUsageTracking']);
  1715.     }
  1716.     /**
  1717.      * Gets the private 'security.event_dispatcher.main' shared service.
  1718.      *
  1719.      * @return \Symfony\Component\EventDispatcher\EventDispatcher
  1720.      */
  1721.     protected function getSecurity_EventDispatcher_MainService()
  1722.     {
  1723.         $this->privates['security.event_dispatcher.main'] = $instance = new \Symfony\Component\EventDispatcher\EventDispatcher();
  1724.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  1725.             return ($this->privates['security.listener.main.user_provider'] ?? $this->load('getSecurity_Listener_Main_UserProviderService'));
  1726.         }, => 'checkPassport'], 2048);
  1727.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  1728.             return ($this->privates['security.listener.session.main'] ?? $this->load('getSecurity_Listener_Session_MainService'));
  1729.         }, => 'onSuccessfulLogin'], 0);
  1730.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  1731.             return ($this->privates['security.logout.listener.default.main'] ?? $this->load('getSecurity_Logout_Listener_Default_MainService'));
  1732.         }, => 'onLogout'], 64);
  1733.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  1734.             return ($this->privates['security.logout.listener.session.main'] ?? ($this->privates['security.logout.listener.session.main'] = new \Symfony\Component\Security\Http\EventListener\SessionLogoutListener()));
  1735.         }, => 'onLogout'], 0);
  1736.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  1737.             return ($this->privates['security.listener.user_checker.main'] ?? $this->load('getSecurity_Listener_UserChecker_MainService'));
  1738.         }, => 'preCheckCredentials'], 256);
  1739.         $instance->addListener('security.authentication.success', [=> function () {
  1740.             return ($this->privates['security.listener.user_checker.main'] ?? $this->load('getSecurity_Listener_UserChecker_MainService'));
  1741.         }, => 'postCheckCredentials'], 256);
  1742.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  1743.             return ($this->privates['security.listener.user_provider'] ?? $this->load('getSecurity_Listener_UserProviderService'));
  1744.         }, => 'checkPassport'], 1024);
  1745.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  1746.             return ($this->privates['security.listener.check_authenticator_credentials'] ?? $this->load('getSecurity_Listener_CheckAuthenticatorCredentialsService'));
  1747.         }, => 'checkPassport'], 0);
  1748.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  1749.             return ($this->privates['security.listener.password_migrating'] ?? $this->load('getSecurity_Listener_PasswordMigratingService'));
  1750.         }, => 'onLoginSuccess'], 0);
  1751.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  1752.             return ($this->privates['security.listener.csrf_protection'] ?? $this->load('getSecurity_Listener_CsrfProtectionService'));
  1753.         }, => 'checkPassport'], 512);
  1754.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  1755.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->load('getSecurity_Logout_Listener_CsrfTokenClearingService'));
  1756.         }, => 'onLogout'], 0);
  1757.         return $instance;
  1758.     }
  1759.     /**
  1760.      * Gets the private 'security.firewall.map' shared service.
  1761.      *
  1762.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallMap
  1763.      */
  1764.     protected function getSecurity_Firewall_MapService()
  1765.     {
  1766.         $a = ($this->privates['.service_locator.IEeEty.'] ?? $this->get_ServiceLocator_IEeEty_Service());
  1767.         if (isset($this->privates['security.firewall.map'])) {
  1768.             return $this->privates['security.firewall.map'];
  1769.         }
  1770.         return $this->privates['security.firewall.map'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallMap($a, new RewindableGenerator(function () {
  1771.             yield 'security.firewall.map.context.dev' => ($this->privates['.security.request_matcher.Iy.T22O'] ?? ($this->privates['.security.request_matcher.Iy.T22O'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/(_(profiler|wdt)|css|images|js)/')));
  1772.             yield 'security.firewall.map.context.api' => ($this->privates['.security.request_matcher.p4VlLPC'] ?? ($this->privates['.security.request_matcher.p4VlLPC'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/api')));
  1773.             yield 'security.firewall.map.context.main' => ($this->privates['.security.request_matcher.3UEFixr'] ?? ($this->privates['.security.request_matcher.3UEFixr'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/')));
  1774.         }, 3));
  1775.     }
  1776.     /**
  1777.      * Gets the private 'security.logout_url_generator' shared service.
  1778.      *
  1779.      * @return \Symfony\Component\Security\Http\Logout\LogoutUrlGenerator
  1780.      */
  1781.     protected function getSecurity_LogoutUrlGeneratorService()
  1782.     {
  1783.         $this->privates['security.logout_url_generator'] = $instance = new \Symfony\Component\Security\Http\Logout\LogoutUrlGenerator(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['router'] ?? $this->getRouterService()), ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()));
  1784.         $instance->registerListener('main''app_logout''logout''_csrf_token'NULLNULL);
  1785.         return $instance;
  1786.     }
  1787.     /**
  1788.      * Gets the private 'security.role_hierarchy' shared service.
  1789.      *
  1790.      * @return \Symfony\Component\Security\Core\Role\RoleHierarchy
  1791.      */
  1792.     protected function getSecurity_RoleHierarchyService()
  1793.     {
  1794.         return $this->privates['security.role_hierarchy'] = new \Symfony\Component\Security\Core\Role\RoleHierarchy($this->parameters['security.role_hierarchy.roles']);
  1795.     }
  1796.     /**
  1797.      * Gets the private 'sensio_framework_extra.controller.listener' shared service.
  1798.      *
  1799.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener
  1800.      */
  1801.     protected function getSensioFrameworkExtra_Controller_ListenerService()
  1802.     {
  1803.         return $this->privates['sensio_framework_extra.controller.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  1804.     }
  1805.     /**
  1806.      * Gets the private 'sensio_framework_extra.converter.listener' shared service.
  1807.      *
  1808.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener
  1809.      */
  1810.     protected function getSensioFrameworkExtra_Converter_ListenerService()
  1811.     {
  1812.         $a = ($this->privates['DomainBundle\\Query\\QueryBus'] ?? $this->getQueryBusService());
  1813.         if (isset($this->privates['sensio_framework_extra.converter.listener'])) {
  1814.             return $this->privates['sensio_framework_extra.converter.listener'];
  1815.         }
  1816.         $b = new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\ParamConverterManager();
  1817.         $b->add(new \AppBundle\Request\ParamConverter\QueryBusParamConverter($a), 0NULL);
  1818.         $b->add(new \AppBundle\Request\ParamConverter\ValueObjectParamConverter(), 0NULL);
  1819.         $b->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DoctrineParamConverter(($this->services['doctrine'] ?? $this->getDoctrineService()), new \Symfony\Component\ExpressionLanguage\ExpressionLanguage()), 0'doctrine.orm');
  1820.         $b->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DateTimeParamConverter(), 0'datetime');
  1821.         return $this->privates['sensio_framework_extra.converter.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener($btrue);
  1822.     }
  1823.     /**
  1824.      * Gets the private 'sensio_framework_extra.security.listener' shared service.
  1825.      *
  1826.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener
  1827.      */
  1828.     protected function getSensioFrameworkExtra_Security_ListenerService()
  1829.     {
  1830.         $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  1831.         if (isset($this->privates['sensio_framework_extra.security.listener'])) {
  1832.             return $this->privates['sensio_framework_extra.security.listener'];
  1833.         }
  1834.         return $this->privates['sensio_framework_extra.security.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener(($this->privates['framework_extra_bundle.argument_name_convertor'] ?? $this->getFrameworkExtraBundle_ArgumentNameConvertorService()), new \Sensio\Bundle\FrameworkExtraBundle\Security\ExpressionLanguage(), ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), ($this->privates['security.role_hierarchy'] ?? $this->getSecurity_RoleHierarchyService()), ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), $a, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  1835.     }
  1836.     /**
  1837.      * Gets the private 'sensio_framework_extra.view.listener' shared service.
  1838.      *
  1839.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener
  1840.      */
  1841.     protected function getSensioFrameworkExtra_View_ListenerService()
  1842.     {
  1843.         $this->privates['sensio_framework_extra.view.listener'] = $instance = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener(new \Sensio\Bundle\FrameworkExtraBundle\Templating\TemplateGuesser(($this->services['kernel'] ?? $this->get('kernel'1))));
  1844.         $instance->setContainer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1845.             'twig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  1846.         ], [
  1847.             'twig' => '?',
  1848.         ]))->withContext('sensio_framework_extra.view.listener'$this));
  1849.         return $instance;
  1850.     }
  1851.     /**
  1852.      * Gets the private 'session_listener' shared service.
  1853.      *
  1854.      * @return \Symfony\Component\HttpKernel\EventListener\SessionListener
  1855.      */
  1856.     protected function getSessionListenerService()
  1857.     {
  1858.         return $this->privates['session_listener'] = new \Symfony\Component\HttpKernel\EventListener\SessionListener(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1859.             'initialized_session' => ['services''.container.private.session'NULLtrue],
  1860.             'logger' => ['privates''monolog.logger''getMonolog_LoggerService'false],
  1861.             'session' => ['services''.container.private.session''get_Container_Private_SessionService'true],
  1862.             'session_collector' => ['privates''data_collector.request.session_collector''getDataCollector_Request_SessionCollectorService'true],
  1863.             'session_factory' => ['privates''session.factory''getSession_FactoryService'true],
  1864.         ], [
  1865.             'initialized_session' => '?',
  1866.             'logger' => '?',
  1867.             'session' => '?',
  1868.             'session_collector' => '?',
  1869.             'session_factory' => '?',
  1870.         ]), true$this->parameters['session.storage.options']);
  1871.     }
  1872.     /**
  1873.      * Gets the private 'tactician.commandbus.default.middleware.command_handler' shared service.
  1874.      *
  1875.      * @return \League\Tactician\Handler\CommandHandlerMiddleware
  1876.      */
  1877.     protected function getTactician_Commandbus_Default_Middleware_CommandHandlerService()
  1878.     {
  1879.         return $this->privates['tactician.commandbus.default.middleware.command_handler'] = new \League\Tactician\Handler\CommandHandlerMiddleware(new \League\Tactician\Handler\CommandNameExtractor\ClassNameExtractor(), new \League\Tactician\Container\ContainerLocator(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1880.             'DomainBundle\\Command\\Admin\\CreateAdminHandler' => ['privates''DomainBundle\\Command\\Admin\\CreateAdminHandler''getCreateAdminHandlerService'true],
  1881.             'DomainBundle\\Command\\Admin\\Details\\EditAdminDetailsHandler' => ['privates''DomainBundle\\Command\\Admin\\Details\\EditAdminDetailsHandler''getEditAdminDetailsHandlerService'true],
  1882.             'DomainBundle\\Command\\AutoWindscreen\\CreateBatchHandler' => ['privates''DomainBundle\\Command\\AutoWindscreen\\CreateBatchHandler''getCreateBatchHandlerService'true],
  1883.             'DomainBundle\\Command\\AutoWindscreen\\GenerateExportDocumentHandler' => ['privates''DomainBundle\\Command\\AutoWindscreen\\GenerateExportDocumentHandler''getGenerateExportDocumentHandlerService'true],
  1884.             'DomainBundle\\Command\\AutoWindscreen\\GenerateInvoiceDocumentHandler' => ['privates''DomainBundle\\Command\\AutoWindscreen\\GenerateInvoiceDocumentHandler''getGenerateInvoiceDocumentHandlerService'true],
  1885.             'DomainBundle\\Command\\CommandCallbackHandler' => ['privates''DomainBundle\\Command\\CommandCallbackHandler''getCommandCallbackHandlerService'true],
  1886.             'DomainBundle\\Command\\CommandChainHandler' => ['privates''DomainBundle\\Command\\CommandChainHandler''getCommandChainHandlerService'true],
  1887.             'DomainBundle\\Command\\Consumable\\CancelOrderHandler' => ['privates''DomainBundle\\Command\\Consumable\\CancelOrderHandler''getCancelOrderHandlerService'true],
  1888.             'DomainBundle\\Command\\Consumable\\CancelOrder\\NotifyOperatorHandler' => ['privates''DomainBundle\\Command\\Consumable\\CancelOrder\\NotifyOperatorHandler''getNotifyOperatorHandlerService'true],
  1889.             'DomainBundle\\Command\\Consumable\\CompleteOrderHandler' => ['privates''DomainBundle\\Command\\Consumable\\CompleteOrderHandler''getCompleteOrderHandlerService'true],
  1890.             'DomainBundle\\Command\\Consumable\\CompleteOrder\\NotifyOperatorHandler' => ['privates''DomainBundle\\Command\\Consumable\\CompleteOrder\\NotifyOperatorHandler''getNotifyOperatorHandler2Service'true],
  1891.             'DomainBundle\\Command\\Consumable\\CreateConsumableHandler' => ['privates''DomainBundle\\Command\\Consumable\\CreateConsumableHandler''getCreateConsumableHandlerService'true],
  1892.             'DomainBundle\\Command\\Consumable\\EditConsumableHandler' => ['privates''DomainBundle\\Command\\Consumable\\EditConsumableHandler''getEditConsumableHandlerService'true],
  1893.             'DomainBundle\\Command\\Consumable\\PlaceOrderHandler' => ['privates''DomainBundle\\Command\\Consumable\\PlaceOrderHandler''getPlaceOrderHandlerService'true],
  1894.             'DomainBundle\\Command\\Consumable\\PlaceOrder\\NotifyAdminHandler' => ['privates''DomainBundle\\Command\\Consumable\\PlaceOrder\\NotifyAdminHandler''getNotifyAdminHandlerService'true],
  1895.             'DomainBundle\\Command\\Consumable\\PlaceOrder\\NotifyOperatorHandler' => ['privates''DomainBundle\\Command\\Consumable\\PlaceOrder\\NotifyOperatorHandler''getNotifyOperatorHandler3Service'true],
  1896.             'DomainBundle\\Command\\Consumable\\RemoveConsumableHandler' => ['privates''DomainBundle\\Command\\Consumable\\RemoveConsumableHandler''getRemoveConsumableHandlerService'true],
  1897.             'DomainBundle\\Command\\Event\\AddEventReminderHandler' => ['privates''DomainBundle\\Command\\Event\\AddEventReminderHandler''getAddEventReminderHandlerService'true],
  1898.             'DomainBundle\\Command\\Event\\AssignThirdPartyJournalRefHandler' => ['privates''DomainBundle\\Command\\Event\\AssignThirdPartyJournalRefHandler''getAssignThirdPartyJournalRefHandlerService'true],
  1899.             'DomainBundle\\Command\\Event\\BookOnCallHandler' => ['privates''DomainBundle\\Command\\Event\\BookOnCallHandler''getBookOnCallHandlerService'true],
  1900.             'DomainBundle\\Command\\Event\\BookPrivateLocationHandler' => ['privates''DomainBundle\\Command\\Event\\BookPrivateLocationHandler''getBookPrivateLocationHandlerService'true],
  1901.             'DomainBundle\\Command\\Event\\BookThirdPartyLocationHandler' => ['privates''DomainBundle\\Command\\Event\\BookThirdPartyLocationHandler''getBookThirdPartyLocationHandlerService'true],
  1902.             'DomainBundle\\Command\\Event\\BookThirdPartyLocation\\NotifyAdminHandler' => ['privates''DomainBundle\\Command\\Event\\BookThirdPartyLocation\\NotifyAdminHandler''getNotifyAdminHandler2Service'true],
  1903.             'DomainBundle\\Command\\Event\\BookThirdPartyLocation\\NotifyOperatorHandler' => ['privates''DomainBundle\\Command\\Event\\BookThirdPartyLocation\\NotifyOperatorHandler''getNotifyOperatorHandler4Service'true],
  1904.             'DomainBundle\\Command\\Event\\BookUnavailableHandler' => ['privates''DomainBundle\\Command\\Event\\BookUnavailableHandler''getBookUnavailableHandlerService'true],
  1905.             'DomainBundle\\Command\\Event\\CancelEventHandler' => ['privates''DomainBundle\\Command\\Event\\CancelEventHandler''getCancelEventHandlerService'true],
  1906.             'DomainBundle\\Command\\Event\\CancelThirdPartyBookingHandler' => ['privates''DomainBundle\\Command\\Event\\CancelThirdPartyBookingHandler''getCancelThirdPartyBookingHandlerService'true],
  1907.             'DomainBundle\\Command\\Event\\CancelThirdPartyBooking\\NotifyOperatorHandler' => ['privates''DomainBundle\\Command\\Event\\CancelThirdPartyBooking\\NotifyOperatorHandler''getNotifyOperatorHandler5Service'true],
  1908.             'DomainBundle\\Command\\Event\\ChangeThirdPartyEventStatusHandler' => ['privates''DomainBundle\\Command\\Event\\ChangeThirdPartyEventStatusHandler''getChangeThirdPartyEventStatusHandlerService'true],
  1909.             'DomainBundle\\Command\\Event\\ChangeThirdPartyEventTimingsHandler' => ['privates''DomainBundle\\Command\\Event\\ChangeThirdPartyEventTimingsHandler''getChangeThirdPartyEventTimingsHandlerService'true],
  1910.             'DomainBundle\\Command\\Event\\ConfirmThirdPartyBookingHandler' => ['privates''DomainBundle\\Command\\Event\\ConfirmThirdPartyBookingHandler''getConfirmThirdPartyBookingHandlerService'true],
  1911.             'DomainBundle\\Command\\Event\\ConfirmThirdPartyBooking\\NotifyOperatorHandler' => ['privates''DomainBundle\\Command\\Event\\ConfirmThirdPartyBooking\\NotifyOperatorHandler''getNotifyOperatorHandler6Service'true],
  1912.             'DomainBundle\\Command\\Event\\EventEmailSentHandler' => ['privates''DomainBundle\\Command\\Event\\EventEmailSentHandler''getEventEmailSentHandlerService'true],
  1913.             'DomainBundle\\Command\\Event\\EventViewedHandler' => ['privates''DomainBundle\\Command\\Event\\EventViewedHandler''getEventViewedHandlerService'true],
  1914.             'DomainBundle\\Command\\Event\\LogPublicSearchHandler' => ['privates''DomainBundle\\Command\\Event\\LogPublicSearchHandler''getLogPublicSearchHandlerService'true],
  1915.             'DomainBundle\\Command\\Event\\NormalizePublicSearchLogsHandler' => ['privates''DomainBundle\\Command\\Event\\NormalizePublicSearchLogsHandler''getNormalizePublicSearchLogsHandlerService'true],
  1916.             'DomainBundle\\Command\\Event\\NotifyDiaryChangesHandler' => ['privates''DomainBundle\\Command\\Event\\NotifyDiaryChangesHandler''getNotifyDiaryChangesHandlerService'true],
  1917.             'DomainBundle\\Command\\Event\\RequestThirdPartyBookingCancellationHandler' => ['privates''DomainBundle\\Command\\Event\\RequestThirdPartyBookingCancellationHandler''getRequestThirdPartyBookingCancellationHandlerService'true],
  1918.             'DomainBundle\\Command\\Event\\RequestThirdPartyBookingCancellation\\NotifyAdminHandler' => ['privates''DomainBundle\\Command\\Event\\RequestThirdPartyBookingCancellation\\NotifyAdminHandler''getNotifyAdminHandler3Service'true],
  1919.             'DomainBundle\\Command\\Event\\RequestThirdPartyBookingCancellation\\NotifyOperatorHandler' => ['privates''DomainBundle\\Command\\Event\\RequestThirdPartyBookingCancellation\\NotifyOperatorHandler''getNotifyOperatorHandler7Service'true],
  1920.             'DomainBundle\\Command\\Event\\SetThirdPartyJournalPaidHandler' => ['privates''DomainBundle\\Command\\Event\\SetThirdPartyJournalPaidHandler''getSetThirdPartyJournalPaidHandlerService'true],
  1921.             'DomainBundle\\Command\\Insurer\\AddNoteHandler' => ['privates''DomainBundle\\Command\\Insurer\\AddNoteHandler''getAddNoteHandlerService'true],
  1922.             'DomainBundle\\Command\\Insurer\\AddOfficeHandler' => ['privates''DomainBundle\\Command\\Insurer\\AddOfficeHandler''getAddOfficeHandlerService'true],
  1923.             'DomainBundle\\Command\\Insurer\\CreateInsurerHandler' => ['privates''DomainBundle\\Command\\Insurer\\CreateInsurerHandler''getCreateInsurerHandlerService'true],
  1924.             'DomainBundle\\Command\\Insurer\\DeactivateInsurerHandler' => ['privates''DomainBundle\\Command\\Insurer\\DeactivateInsurerHandler''getDeactivateInsurerHandlerService'true],
  1925.             'DomainBundle\\Command\\Insurer\\Details\\EditCostDetailsHandler' => ['privates''DomainBundle\\Command\\Insurer\\Details\\EditCostDetailsHandler''getEditCostDetailsHandlerService'true],
  1926.             'DomainBundle\\Command\\Insurer\\Details\\EditInstructionsDetailsHandler' => ['privates''DomainBundle\\Command\\Insurer\\Details\\EditInstructionsDetailsHandler''getEditInstructionsDetailsHandlerService'true],
  1927.             'DomainBundle\\Command\\Insurer\\Details\\EditProfileDetailsHandler' => ['privates''DomainBundle\\Command\\Insurer\\Details\\EditProfileDetailsHandler''getEditProfileDetailsHandlerService'true],
  1928.             'DomainBundle\\Command\\Insurer\\EditNoteHandler' => ['privates''DomainBundle\\Command\\Insurer\\EditNoteHandler''getEditNoteHandlerService'true],
  1929.             'DomainBundle\\Command\\Insurer\\EditOfficeHandler' => ['privates''DomainBundle\\Command\\Insurer\\EditOfficeHandler''getEditOfficeHandlerService'true],
  1930.             'DomainBundle\\Command\\Insurer\\RemoveNoteHandler' => ['privates''DomainBundle\\Command\\Insurer\\RemoveNoteHandler''getRemoveNoteHandlerService'true],
  1931.             'DomainBundle\\Command\\Insurer\\RemoveOfficeHandler' => ['privates''DomainBundle\\Command\\Insurer\\RemoveOfficeHandler''getRemoveOfficeHandlerService'true],
  1932.             'DomainBundle\\Command\\Location\\AddPrivateLocationHandler' => ['privates''DomainBundle\\Command\\Location\\AddPrivateLocationHandler''getAddPrivateLocationHandlerService'true],
  1933.             'DomainBundle\\Command\\Location\\AddThirdPartyLocationHandler' => ['privates''DomainBundle\\Command\\Location\\AddThirdPartyLocationHandler''getAddThirdPartyLocationHandlerService'true],
  1934.             'DomainBundle\\Command\\Location\\EditPrivateLocationHandler' => ['privates''DomainBundle\\Command\\Location\\EditPrivateLocationHandler''getEditPrivateLocationHandlerService'true],
  1935.             'DomainBundle\\Command\\Location\\EditThirdPartyLocationHandler' => ['privates''DomainBundle\\Command\\Location\\EditThirdPartyLocationHandler''getEditThirdPartyLocationHandlerService'true],
  1936.             'DomainBundle\\Command\\Location\\RemovePrivateLocationHandler' => ['privates''DomainBundle\\Command\\Location\\RemovePrivateLocationHandler''getRemovePrivateLocationHandlerService'true],
  1937.             'DomainBundle\\Command\\Location\\RemoveThirdPartyLocationHandler' => ['privates''DomainBundle\\Command\\Location\\RemoveThirdPartyLocationHandler''getRemoveThirdPartyLocationHandlerService'true],
  1938.             'DomainBundle\\Command\\Operator\\AddNoteHandler' => ['privates''DomainBundle\\Command\\Operator\\AddNoteHandler''getAddNoteHandler2Service'true],
  1939.             'DomainBundle\\Command\\Operator\\CreateOperatorHandler' => ['privates''DomainBundle\\Command\\Operator\\CreateOperatorHandler''getCreateOperatorHandlerService'true],
  1940.             'DomainBundle\\Command\\Operator\\DeactivateOperatorHandler' => ['privates''DomainBundle\\Command\\Operator\\DeactivateOperatorHandler''getDeactivateOperatorHandlerService'true],
  1941.             'DomainBundle\\Command\\Operator\\Details\\EditAccountantDetailsHandler' => ['privates''DomainBundle\\Command\\Operator\\Details\\EditAccountantDetailsHandler''getEditAccountantDetailsHandlerService'true],
  1942.             'DomainBundle\\Command\\Operator\\Details\\EditAddressDetailsHandler' => ['privates''DomainBundle\\Command\\Operator\\Details\\EditAddressDetailsHandler''getEditAddressDetailsHandlerService'true],
  1943.             'DomainBundle\\Command\\Operator\\Details\\EditAssignmentDetailsHandler' => ['privates''DomainBundle\\Command\\Operator\\Details\\EditAssignmentDetailsHandler''getEditAssignmentDetailsHandlerService'true],
  1944.             'DomainBundle\\Command\\Operator\\Details\\EditBankDetailsHandler' => ['privates''DomainBundle\\Command\\Operator\\Details\\EditBankDetailsHandler''getEditBankDetailsHandlerService'true],
  1945.             'DomainBundle\\Command\\Operator\\Details\\EditCompanyDetailsHandler' => ['privates''DomainBundle\\Command\\Operator\\Details\\EditCompanyDetailsHandler''getEditCompanyDetailsHandlerService'true],
  1946.             'DomainBundle\\Command\\Operator\\Details\\EditContractDetailsHandler' => ['privates''DomainBundle\\Command\\Operator\\Details\\EditContractDetailsHandler''getEditContractDetailsHandlerService'true],
  1947.             'DomainBundle\\Command\\Operator\\Details\\EditInsuranceDetailsHandler' => ['privates''DomainBundle\\Command\\Operator\\Details\\EditInsuranceDetailsHandler''getEditInsuranceDetailsHandlerService'true],
  1948.             'DomainBundle\\Command\\Operator\\Details\\EditOperatorDetailsHandler' => ['privates''DomainBundle\\Command\\Operator\\Details\\EditOperatorDetailsHandler''getEditOperatorDetailsHandlerService'true],
  1949.             'DomainBundle\\Command\\Operator\\Details\\EditOperatorSettingsHandler' => ['privates''DomainBundle\\Command\\Operator\\Details\\EditOperatorSettingsHandler''getEditOperatorSettingsHandlerService'true],
  1950.             'DomainBundle\\Command\\Operator\\Details\\EditProfileDetailsHandler' => ['privates''DomainBundle\\Command\\Operator\\Details\\EditProfileDetailsHandler''getEditProfileDetailsHandler2Service'true],
  1951.             'DomainBundle\\Command\\Operator\\Details\\RemoveAssignmentDetailsHandler' => ['privates''DomainBundle\\Command\\Operator\\Details\\RemoveAssignmentDetailsHandler''getRemoveAssignmentDetailsHandlerService'true],
  1952.             'DomainBundle\\Command\\Operator\\EditNoteHandler' => ['privates''DomainBundle\\Command\\Operator\\EditNoteHandler''getEditNoteHandler2Service'true],
  1953.             'DomainBundle\\Command\\Operator\\ImportReviewsHandler' => ['privates''DomainBundle\\Command\\Operator\\ImportReviewsHandler''getImportReviewsHandlerService'true],
  1954.             'DomainBundle\\Command\\Operator\\RegisterUserHandler' => ['privates''DomainBundle\\Command\\Operator\\RegisterUserHandler''getRegisterUserHandlerService'true],
  1955.             'DomainBundle\\Command\\Operator\\RemoveNoteHandler' => ['privates''DomainBundle\\Command\\Operator\\RemoveNoteHandler''getRemoveNoteHandler2Service'true],
  1956.             'DomainBundle\\Command\\Payment\\CollectRecurringPaymentHandler' => ['privates''DomainBundle\\Command\\Payment\\CollectRecurringPaymentHandler''getCollectRecurringPaymentHandlerService'true],
  1957.             'DomainBundle\\Command\\Payment\\CreateBillingPeriodHandler' => ['privates''DomainBundle\\Command\\Payment\\CreateBillingPeriodHandler''getCreateBillingPeriodHandlerService'true],
  1958.             'DomainBundle\\Command\\Payment\\CreateBookingPaymentHandler' => ['privates''DomainBundle\\Command\\Payment\\CreateBookingPaymentHandler''getCreateBookingPaymentHandlerService'true],
  1959.             'DomainBundle\\Command\\Payment\\CreateCashPaymentHandler' => ['privates''DomainBundle\\Command\\Payment\\CreateCashPaymentHandler''getCreateCashPaymentHandlerService'true],
  1960.             'DomainBundle\\Command\\Payment\\CreateConsumablePaymentHandler' => ['privates''DomainBundle\\Command\\Payment\\CreateConsumablePaymentHandler''getCreateConsumablePaymentHandlerService'true],
  1961.             'DomainBundle\\Command\\Payment\\CreateCustomPaymentHandler' => ['privates''DomainBundle\\Command\\Payment\\CreateCustomPaymentHandler''getCreateCustomPaymentHandlerService'true],
  1962.             'DomainBundle\\Command\\Payment\\CreateGlasscarePaymentHandler' => ['privates''DomainBundle\\Command\\Payment\\CreateGlasscarePaymentHandler''getCreateGlasscarePaymentHandlerService'true],
  1963.             'DomainBundle\\Command\\Payment\\CreateRecurringPaymentHandler' => ['privates''DomainBundle\\Command\\Payment\\CreateRecurringPaymentHandler''getCreateRecurringPaymentHandlerService'true],
  1964.             'DomainBundle\\Command\\Payment\\CreateRepairPaymentHandler' => ['privates''DomainBundle\\Command\\Payment\\CreateRepairPaymentHandler''getCreateRepairPaymentHandlerService'true],
  1965.             'DomainBundle\\Command\\Payment\\EditBillingPeriodHandler' => ['privates''DomainBundle\\Command\\Payment\\EditBillingPeriodHandler''getEditBillingPeriodHandlerService'true],
  1966.             'DomainBundle\\Command\\Payment\\EditRecurringPaymentHandler' => ['privates''DomainBundle\\Command\\Payment\\EditRecurringPaymentHandler''getEditRecurringPaymentHandlerService'true],
  1967.             'DomainBundle\\Command\\Payment\\GenerateChargesInvoiceHandler' => ['privates''DomainBundle\\Command\\Payment\\GenerateChargesInvoiceHandler''getGenerateChargesInvoiceHandlerService'true],
  1968.             'DomainBundle\\Command\\Payment\\GenerateSelfBillingInvoiceHandler' => ['privates''DomainBundle\\Command\\Payment\\GenerateSelfBillingInvoiceHandler''getGenerateSelfBillingInvoiceHandlerService'true],
  1969.             'DomainBundle\\Command\\Payment\\RemoveRecurringPaymentHandler' => ['privates''DomainBundle\\Command\\Payment\\RemoveRecurringPaymentHandler''getRemoveRecurringPaymentHandlerService'true],
  1970.             'DomainBundle\\Command\\Payment\\SpreadBillingPeriodsHandler' => ['privates''DomainBundle\\Command\\Payment\\SpreadBillingPeriodsHandler''getSpreadBillingPeriodsHandlerService'true],
  1971.             'DomainBundle\\Command\\Ticket\\AddNoteHandler' => ['privates''DomainBundle\\Command\\Ticket\\AddNoteHandler''getAddNoteHandler3Service'true],
  1972.             'DomainBundle\\Command\\Ticket\\AlertAfterDaysHandler' => ['privates''DomainBundle\\Command\\Ticket\\AlertAfterDaysHandler''getAlertAfterDaysHandlerService'true],
  1973.             'DomainBundle\\Command\\Ticket\\ArchiveProvisionalTicketHandler' => ['privates''DomainBundle\\Command\\Ticket\\ArchiveProvisionalTicketHandler''getArchiveProvisionalTicketHandlerService'true],
  1974.             'DomainBundle\\Command\\Ticket\\AutoWindscreen\\AddToPoolHandler' => ['privates''DomainBundle\\Command\\Ticket\\AutoWindscreen\\AddToPoolHandler''getAddToPoolHandlerService'true],
  1975.             'DomainBundle\\Command\\Ticket\\AutoWindscreen\\BackOutHandler' => ['privates''DomainBundle\\Command\\Ticket\\AutoWindscreen\\BackOutHandler''getBackOutHandlerService'true],
  1976.             'DomainBundle\\Command\\Ticket\\ChargeOperatorHandler' => ['privates''DomainBundle\\Command\\Ticket\\ChargeOperatorHandler''getChargeOperatorHandlerService'true],
  1977.             'DomainBundle\\Command\\Ticket\\ClearNewStatusHandler' => ['privates''DomainBundle\\Command\\Ticket\\ClearNewStatusHandler''getClearNewStatusHandlerService'true],
  1978.             'DomainBundle\\Command\\Ticket\\DismissUnreadNoteHandler' => ['privates''DomainBundle\\Command\\Ticket\\DismissUnreadNoteHandler''getDismissUnreadNoteHandlerService'true],
  1979.             'DomainBundle\\Command\\Ticket\\EditCustomerHandler' => ['privates''DomainBundle\\Command\\Ticket\\EditCustomerHandler''getEditCustomerHandlerService'true],
  1980.             'DomainBundle\\Command\\Ticket\\EditPolicyHandler' => ['privates''DomainBundle\\Command\\Ticket\\EditPolicyHandler''getEditPolicyHandlerService'true],
  1981.             'DomainBundle\\Command\\Ticket\\EditVehicleHandler' => ['privates''DomainBundle\\Command\\Ticket\\EditVehicleHandler''getEditVehicleHandlerService'true],
  1982.             'DomainBundle\\Command\\Ticket\\ExpectCustomerPaymentHandler' => ['privates''DomainBundle\\Command\\Ticket\\ExpectCustomerPaymentHandler''getExpectCustomerPaymentHandlerService'true],
  1983.             'DomainBundle\\Command\\Ticket\\GenerateCorrespondenceHandler' => ['privates''DomainBundle\\Command\\Ticket\\GenerateCorrespondenceHandler''getGenerateCorrespondenceHandlerService'true],
  1984.             'DomainBundle\\Command\\Ticket\\GuessLocationHandler' => ['privates''DomainBundle\\Command\\Ticket\\GuessLocationHandler''getGuessLocationHandlerService'true],
  1985.             'DomainBundle\\Command\\Ticket\\MakePrivateHandler' => ['privates''DomainBundle\\Command\\Ticket\\MakePrivateHandler''getMakePrivateHandlerService'true],
  1986.             'DomainBundle\\Command\\Ticket\\OpenTicketHandler' => ['privates''DomainBundle\\Command\\Ticket\\OpenTicketHandler''getOpenTicketHandlerService'true],
  1987.             'DomainBundle\\Command\\Ticket\\OpenTicket\\NotifyCustomerHandler' => ['privates''DomainBundle\\Command\\Ticket\\OpenTicket\\NotifyCustomerHandler''getNotifyCustomerHandlerService'true],
  1988.             'DomainBundle\\Command\\Ticket\\PopulateClaimsProcessHandler' => ['privates''DomainBundle\\Command\\Ticket\\PopulateClaimsProcessHandler''getPopulateClaimsProcessHandlerService'true],
  1989.             'DomainBundle\\Command\\Ticket\\ProvisionTicketHandler' => ['privates''DomainBundle\\Command\\Ticket\\ProvisionTicketHandler''getProvisionTicketHandlerService'true],
  1990.             'DomainBundle\\Command\\Ticket\\ReceiveClaimReferenceHandler' => ['privates''DomainBundle\\Command\\Ticket\\ReceiveClaimReferenceHandler''getReceiveClaimReferenceHandlerService'true],
  1991.             'DomainBundle\\Command\\Ticket\\ReceiveOverageHandler' => ['privates''DomainBundle\\Command\\Ticket\\ReceiveOverageHandler''getReceiveOverageHandlerService'true],
  1992.             'DomainBundle\\Command\\Ticket\\ReceivePaymentHandler' => ['privates''DomainBundle\\Command\\Ticket\\ReceivePaymentHandler''getReceivePaymentHandlerService'true],
  1993.             'DomainBundle\\Command\\Ticket\\ReconcileDebtHandler' => ['privates''DomainBundle\\Command\\Ticket\\ReconcileDebtHandler''getReconcileDebtHandlerService'true],
  1994.             'DomainBundle\\Command\\Ticket\\RegisterSearchConversionHandler' => ['privates''DomainBundle\\Command\\Ticket\\RegisterSearchConversionHandler''getRegisterSearchConversionHandlerService'true],
  1995.             'DomainBundle\\Command\\Ticket\\ReissueTicketHandler' => ['privates''DomainBundle\\Command\\Ticket\\ReissueTicketHandler''getReissueTicketHandlerService'true],
  1996.             'DomainBundle\\Command\\Ticket\\ScheduleReviewInvitationHandler' => ['privates''DomainBundle\\Command\\Ticket\\ScheduleReviewInvitationHandler''getScheduleReviewInvitationHandlerService'true],
  1997.             'DomainBundle\\Command\\Ticket\\SendCorrespondenceEmailHandler' => ['privates''DomainBundle\\Command\\Ticket\\SendCorrespondenceEmailHandler''getSendCorrespondenceEmailHandlerService'true],
  1998.             'DomainBundle\\Command\\Ticket\\SendCreditHandler' => ['privates''DomainBundle\\Command\\Ticket\\SendCreditHandler''getSendCreditHandlerService'true],
  1999.             'DomainBundle\\Command\\Ticket\\SendReviewInvitationHandler' => ['privates''DomainBundle\\Command\\Ticket\\SendReviewInvitationHandler''getSendReviewInvitationHandlerService'true],
  2000.             'DomainBundle\\Command\\Ticket\\SendTermsEmailHandler' => ['privates''DomainBundle\\Command\\Ticket\\SendTermsEmailHandler''getSendTermsEmailHandlerService'true],
  2001.             'DomainBundle\\Command\\Ticket\\SettleCustomerDebtHandler' => ['privates''DomainBundle\\Command\\Ticket\\SettleCustomerDebtHandler''getSettleCustomerDebtHandlerService'true],
  2002.             'DomainBundle\\Command\\Ticket\\SettleCustomerDebt\\NotifyCustomerHandler' => ['privates''DomainBundle\\Command\\Ticket\\SettleCustomerDebt\\NotifyCustomerHandler''getNotifyCustomerHandler2Service'true],
  2003.             'DomainBundle\\Command\\Ticket\\TransferDebtHandler' => ['privates''DomainBundle\\Command\\Ticket\\TransferDebtHandler''getTransferDebtHandlerService'true],
  2004.             'DomainBundle\\Command\\Ticket\\WriteOffHandler' => ['privates''DomainBundle\\Command\\Ticket\\WriteOffHandler''getWriteOffHandlerService'true],
  2005.             'DomainBundle\\Query\\Admin\\GetAdminDetailsHandler' => ['privates''DomainBundle\\Query\\Admin\\GetAdminDetailsHandler''getGetAdminDetailsHandlerService'true],
  2006.             'DomainBundle\\Query\\Admin\\GetAdminListHandler' => ['privates''DomainBundle\\Query\\Admin\\GetAdminListHandler''getGetAdminListHandlerService'true],
  2007.             'DomainBundle\\Query\\Admin\\GetAdminSiblingsHandler' => ['privates''DomainBundle\\Query\\Admin\\GetAdminSiblingsHandler''getGetAdminSiblingsHandlerService'true],
  2008.             'DomainBundle\\Query\\Audit\\GetLogByActorHandler' => ['privates''DomainBundle\\Query\\Audit\\GetLogByActorHandler''getGetLogByActorHandlerService'true],
  2009.             'DomainBundle\\Query\\Audit\\GetLogByReferenceHandler' => ['privates''DomainBundle\\Query\\Audit\\GetLogByReferenceHandler''getGetLogByReferenceHandlerService'true],
  2010.             'DomainBundle\\Query\\Audit\\GetLogByUserHandler' => ['privates''DomainBundle\\Query\\Audit\\GetLogByUserHandler''getGetLogByUserHandlerService'true],
  2011.             'DomainBundle\\Query\\Audit\\GetLogDetailsByIdHandler' => ['privates''DomainBundle\\Query\\Audit\\GetLogDetailsByIdHandler''getGetLogDetailsByIdHandlerService'true],
  2012.             'DomainBundle\\Query\\AutoWindscreen\\GetAutoWindscreenBatchesHandler' => ['privates''DomainBundle\\Query\\AutoWindscreen\\GetAutoWindscreenBatchesHandler''getGetAutoWindscreenBatchesHandlerService'true],
  2013.             'DomainBundle\\Query\\AutoWindscreen\\GetAutoWindscreenPoolHandler' => ['privates''DomainBundle\\Query\\AutoWindscreen\\GetAutoWindscreenPoolHandler''getGetAutoWindscreenPoolHandlerService'true],
  2014.             'DomainBundle\\Query\\AutoWindscreen\\GetBatchDetailsHandler' => ['privates''DomainBundle\\Query\\AutoWindscreen\\GetBatchDetailsHandler''getGetBatchDetailsHandlerService'true],
  2015.             'DomainBundle\\Query\\Consumable\\GetConsumableDetailsHandler' => ['privates''DomainBundle\\Query\\Consumable\\GetConsumableDetailsHandler''getGetConsumableDetailsHandlerService'true],
  2016.             'DomainBundle\\Query\\Consumable\\GetConsumableListHandler' => ['privates''DomainBundle\\Query\\Consumable\\GetConsumableListHandler''getGetConsumableListHandlerService'true],
  2017.             'DomainBundle\\Query\\Consumable\\GetOrderDetailsHandler' => ['privates''DomainBundle\\Query\\Consumable\\GetOrderDetailsHandler''getGetOrderDetailsHandlerService'true],
  2018.             'DomainBundle\\Query\\Consumable\\GetOrderListHandler' => ['privates''DomainBundle\\Query\\Consumable\\GetOrderListHandler''getGetOrderListHandlerService'true],
  2019.             'DomainBundle\\Query\\Consumable\\GetOrderSummaryHandler' => ['privates''DomainBundle\\Query\\Consumable\\GetOrderSummaryHandler''getGetOrderSummaryHandlerService'true],
  2020.             'DomainBundle\\Query\\Event\\CanBookPrivateLocationHandler' => ['privates''DomainBundle\\Query\\Event\\CanBookPrivateLocationHandler''getCanBookPrivateLocationHandlerService'true],
  2021.             'DomainBundle\\Query\\Event\\CanBookThirdPartyLocationHandler' => ['privates''DomainBundle\\Query\\Event\\CanBookThirdPartyLocationHandler''getCanBookThirdPartyLocationHandlerService'true],
  2022.             'DomainBundle\\Query\\Event\\CanCancelThirdPartyBookingHandler' => ['privates''DomainBundle\\Query\\Event\\CanCancelThirdPartyBookingHandler''getCanCancelThirdPartyBookingHandlerService'true],
  2023.             'DomainBundle\\Query\\Event\\CanConfirmThirdPartyBookingHandler' => ['privates''DomainBundle\\Query\\Event\\CanConfirmThirdPartyBookingHandler''getCanConfirmThirdPartyBookingHandlerService'true],
  2024.             'DomainBundle\\Query\\Event\\GetBookingDetailsHandler' => ['privates''DomainBundle\\Query\\Event\\GetBookingDetailsHandler''getGetBookingDetailsHandlerService'true],
  2025.             'DomainBundle\\Query\\Event\\GetBookingListHandler' => ['privates''DomainBundle\\Query\\Event\\GetBookingListHandler''getGetBookingListHandlerService'true],
  2026.             'DomainBundle\\Query\\Event\\GetDiaryEventHandler' => ['privates''DomainBundle\\Query\\Event\\GetDiaryEventHandler''getGetDiaryEventHandlerService'true],
  2027.             'DomainBundle\\Query\\Event\\GetDiaryHandler' => ['privates''DomainBundle\\Query\\Event\\GetDiaryHandler''getGetDiaryHandlerService'true],
  2028.             'DomainBundle\\Query\\Event\\GetEventRemindersHandler' => ['privates''DomainBundle\\Query\\Event\\GetEventRemindersHandler''getGetEventRemindersHandlerService'true],
  2029.             'DomainBundle\\Query\\Event\\GetHistoricBookingsHandler' => ['privates''DomainBundle\\Query\\Event\\GetHistoricBookingsHandler''getGetHistoricBookingsHandlerService'true],
  2030.             'DomainBundle\\Query\\Event\\GetHistoricEventsHandler' => ['privates''DomainBundle\\Query\\Event\\GetHistoricEventsHandler''getGetHistoricEventsHandlerService'true],
  2031.             'DomainBundle\\Query\\Event\\GetPublicDiaryHandler' => ['privates''DomainBundle\\Query\\Event\\GetPublicDiaryHandler''getGetPublicDiaryHandlerService'true],
  2032.             'DomainBundle\\Query\\Event\\GetPublicDiaryV2Handler' => ['privates''DomainBundle\\Query\\Event\\GetPublicDiaryV2Handler''getGetPublicDiaryV2HandlerService'true],
  2033.             'DomainBundle\\Query\\Event\\GetPublicPodDiaryHandler' => ['privates''DomainBundle\\Query\\Event\\GetPublicPodDiaryHandler''getGetPublicPodDiaryHandlerService'true],
  2034.             'DomainBundle\\Query\\Event\\GetUpcomingBookingsHandler' => ['privates''DomainBundle\\Query\\Event\\GetUpcomingBookingsHandler''getGetUpcomingBookingsHandlerService'true],
  2035.             'DomainBundle\\Query\\Event\\GetUpcomingEventsHandler' => ['privates''DomainBundle\\Query\\Event\\GetUpcomingEventsHandler''getGetUpcomingEventsHandlerService'true],
  2036.             'DomainBundle\\Query\\Insurer\\Details\\GetInsurerAddressesHandler' => ['privates''DomainBundle\\Query\\Insurer\\Details\\GetInsurerAddressesHandler''getGetInsurerAddressesHandlerService'true],
  2037.             'DomainBundle\\Query\\Insurer\\Details\\GetInsurerOfficeHandler' => ['privates''DomainBundle\\Query\\Insurer\\Details\\GetInsurerOfficeHandler''getGetInsurerOfficeHandlerService'true],
  2038.             'DomainBundle\\Query\\Insurer\\GetInsurerChoicesHandler' => ['privates''DomainBundle\\Query\\Insurer\\GetInsurerChoicesHandler''getGetInsurerChoicesHandlerService'true],
  2039.             'DomainBundle\\Query\\Insurer\\GetInsurerDetailsHandler' => ['privates''DomainBundle\\Query\\Insurer\\GetInsurerDetailsHandler''getGetInsurerDetailsHandlerService'true],
  2040.             'DomainBundle\\Query\\Insurer\\GetInsurerInsightsHandler' => ['privates''DomainBundle\\Query\\Insurer\\GetInsurerInsightsHandler''getGetInsurerInsightsHandlerService'true],
  2041.             'DomainBundle\\Query\\Insurer\\GetInsurerListHandler' => ['privates''DomainBundle\\Query\\Insurer\\GetInsurerListHandler''getGetInsurerListHandlerService'true],
  2042.             'DomainBundle\\Query\\Insurer\\GetInsurerNoteDetailsHandler' => ['privates''DomainBundle\\Query\\Insurer\\GetInsurerNoteDetailsHandler''getGetInsurerNoteDetailsHandlerService'true],
  2043.             'DomainBundle\\Query\\Insurer\\GetInsurerNotesHandler' => ['privates''DomainBundle\\Query\\Insurer\\GetInsurerNotesHandler''getGetInsurerNotesHandlerService'true],
  2044.             'DomainBundle\\Query\\Insurer\\GetInsurerOfficesHandler' => ['privates''DomainBundle\\Query\\Insurer\\GetInsurerOfficesHandler''getGetInsurerOfficesHandlerService'true],
  2045.             'DomainBundle\\Query\\Insurer\\GetInsurerSiblingsHandler' => ['privates''DomainBundle\\Query\\Insurer\\GetInsurerSiblingsHandler''getGetInsurerSiblingsHandlerService'true],
  2046.             'DomainBundle\\Query\\Insurer\\GetInsurerSyncHandler' => ['privates''DomainBundle\\Query\\Insurer\\GetInsurerSyncHandler''getGetInsurerSyncHandlerService'true],
  2047.             'DomainBundle\\Query\\Insurer\\GetUnderwriterChoicesHandler' => ['privates''DomainBundle\\Query\\Insurer\\GetUnderwriterChoicesHandler''getGetUnderwriterChoicesHandlerService'true],
  2048.             'DomainBundle\\Query\\Location\\GetCountyChoicesHandler' => ['privates''DomainBundle\\Query\\Location\\GetCountyChoicesHandler''getGetCountyChoicesHandlerService'true],
  2049.             'DomainBundle\\Query\\Location\\GetLocationChoicesHandler' => ['privates''DomainBundle\\Query\\Location\\GetLocationChoicesHandler''getGetLocationChoicesHandlerService'true],
  2050.             'DomainBundle\\Query\\Location\\GetLocationDetailsHandler' => ['privates''DomainBundle\\Query\\Location\\GetLocationDetailsHandler''getGetLocationDetailsHandlerService'true],
  2051.             'DomainBundle\\Query\\Location\\GetLocationListHandler' => ['privates''DomainBundle\\Query\\Location\\GetLocationListHandler''getGetLocationListHandlerService'true],
  2052.             'DomainBundle\\Query\\Location\\GetLocationSiblingsHandler' => ['privates''DomainBundle\\Query\\Location\\GetLocationSiblingsHandler''getGetLocationSiblingsHandlerService'true],
  2053.             'DomainBundle\\Query\\Location\\GetLocationSyncHandler' => ['privates''DomainBundle\\Query\\Location\\GetLocationSyncHandler''getGetLocationSyncHandlerService'true],
  2054.             'DomainBundle\\Query\\Location\\GetPublicLocationsHandler' => ['privates''DomainBundle\\Query\\Location\\GetPublicLocationsHandler''getGetPublicLocationsHandlerService'true],
  2055.             'DomainBundle\\Query\\Location\\GetRetailerChoicesHandler' => ['privates''DomainBundle\\Query\\Location\\GetRetailerChoicesHandler''getGetRetailerChoicesHandlerService'true],
  2056.             'DomainBundle\\Query\\Operator\\Details\\GetOperatorAccountantHandler' => ['privates''DomainBundle\\Query\\Operator\\Details\\GetOperatorAccountantHandler''getGetOperatorAccountantHandlerService'true],
  2057.             'DomainBundle\\Query\\Operator\\Details\\GetOperatorAddressHandler' => ['privates''DomainBundle\\Query\\Operator\\Details\\GetOperatorAddressHandler''getGetOperatorAddressHandlerService'true],
  2058.             'DomainBundle\\Query\\Operator\\Details\\GetOperatorAssignmentHandler' => ['privates''DomainBundle\\Query\\Operator\\Details\\GetOperatorAssignmentHandler''getGetOperatorAssignmentHandlerService'true],
  2059.             'DomainBundle\\Query\\Operator\\Details\\GetOperatorBankHandler' => ['privates''DomainBundle\\Query\\Operator\\Details\\GetOperatorBankHandler''getGetOperatorBankHandlerService'true],
  2060.             'DomainBundle\\Query\\Operator\\Details\\GetOperatorCompanyHandler' => ['privates''DomainBundle\\Query\\Operator\\Details\\GetOperatorCompanyHandler''getGetOperatorCompanyHandlerService'true],
  2061.             'DomainBundle\\Query\\Operator\\Details\\GetOperatorContractHandler' => ['privates''DomainBundle\\Query\\Operator\\Details\\GetOperatorContractHandler''getGetOperatorContractHandlerService'true],
  2062.             'DomainBundle\\Query\\Operator\\Details\\GetOperatorInsuranceHandler' => ['privates''DomainBundle\\Query\\Operator\\Details\\GetOperatorInsuranceHandler''getGetOperatorInsuranceHandlerService'true],
  2063.             'DomainBundle\\Query\\Operator\\Details\\GetOperatorProfileHandler' => ['privates''DomainBundle\\Query\\Operator\\Details\\GetOperatorProfileHandler''getGetOperatorProfileHandlerService'true],
  2064.             'DomainBundle\\Query\\Operator\\GetNearestOperatorHandler' => ['privates''DomainBundle\\Query\\Operator\\GetNearestOperatorHandler''getGetNearestOperatorHandlerService'true],
  2065.             'DomainBundle\\Query\\Operator\\GetOperatorChoicesHandler' => ['privates''DomainBundle\\Query\\Operator\\GetOperatorChoicesHandler''getGetOperatorChoicesHandlerService'true],
  2066.             'DomainBundle\\Query\\Operator\\GetOperatorDetailsHandler' => ['privates''DomainBundle\\Query\\Operator\\GetOperatorDetailsHandler''getGetOperatorDetailsHandlerService'true],
  2067.             'DomainBundle\\Query\\Operator\\GetOperatorInsightsHandler' => ['privates''DomainBundle\\Query\\Operator\\GetOperatorInsightsHandler''getGetOperatorInsightsHandlerService'true],
  2068.             'DomainBundle\\Query\\Operator\\GetOperatorListHandler' => ['privates''DomainBundle\\Query\\Operator\\GetOperatorListHandler''getGetOperatorListHandlerService'true],
  2069.             'DomainBundle\\Query\\Operator\\GetOperatorNoteDetailsHandler' => ['privates''DomainBundle\\Query\\Operator\\GetOperatorNoteDetailsHandler''getGetOperatorNoteDetailsHandlerService'true],
  2070.             'DomainBundle\\Query\\Operator\\GetOperatorNotesHandler' => ['privates''DomainBundle\\Query\\Operator\\GetOperatorNotesHandler''getGetOperatorNotesHandlerService'true],
  2071.             'DomainBundle\\Query\\Operator\\GetOperatorSiblingsHandler' => ['privates''DomainBundle\\Query\\Operator\\GetOperatorSiblingsHandler''getGetOperatorSiblingsHandlerService'true],
  2072.             'DomainBundle\\Query\\Operator\\GetPublicOperatorsHandler' => ['privates''DomainBundle\\Query\\Operator\\GetPublicOperatorsHandler''getGetPublicOperatorsHandlerService'true],
  2073.             'DomainBundle\\Query\\Operator\\GetPublicReviewsHandler' => ['privates''DomainBundle\\Query\\Operator\\GetPublicReviewsHandler''getGetPublicReviewsHandlerService'true],
  2074.             'DomainBundle\\Query\\Payment\\GetBillingPeriodChoicesHandler' => ['privates''DomainBundle\\Query\\Payment\\GetBillingPeriodChoicesHandler''getGetBillingPeriodChoicesHandlerService'true],
  2075.             'DomainBundle\\Query\\Payment\\GetBillingPeriodDetailsHandler' => ['privates''DomainBundle\\Query\\Payment\\GetBillingPeriodDetailsHandler''getGetBillingPeriodDetailsHandlerService'true],
  2076.             'DomainBundle\\Query\\Payment\\GetBillingPeriodsHandler' => ['privates''DomainBundle\\Query\\Payment\\GetBillingPeriodsHandler''getGetBillingPeriodsHandlerService'true],
  2077.             'DomainBundle\\Query\\Payment\\GetCardFeeOverviewHandler' => ['privates''DomainBundle\\Query\\Payment\\GetCardFeeOverviewHandler''getGetCardFeeOverviewHandlerService'true],
  2078.             'DomainBundle\\Query\\Payment\\GetOverviewHandler' => ['privates''DomainBundle\\Query\\Payment\\GetOverviewHandler''getGetOverviewHandlerService'true],
  2079.             'DomainBundle\\Query\\Payment\\GetPaymentDetailsHandler' => ['privates''DomainBundle\\Query\\Payment\\GetPaymentDetailsHandler''getGetPaymentDetailsHandlerService'true],
  2080.             'DomainBundle\\Query\\Payment\\GetRecurringPaymentDetailsHandler' => ['privates''DomainBundle\\Query\\Payment\\GetRecurringPaymentDetailsHandler''getGetRecurringPaymentDetailsHandlerService'true],
  2081.             'DomainBundle\\Query\\Payment\\GetRecurringPaymentsHandler' => ['privates''DomainBundle\\Query\\Payment\\GetRecurringPaymentsHandler''getGetRecurringPaymentsHandlerService'true],
  2082.             'DomainBundle\\Query\\Payment\\GetStatementHandler' => ['privates''DomainBundle\\Query\\Payment\\GetStatementHandler''getGetStatementHandlerService'true],
  2083.             'DomainBundle\\Query\\Payment\\GetStatementPeriodChoicesHandler' => ['privates''DomainBundle\\Query\\Payment\\GetStatementPeriodChoicesHandler''getGetStatementPeriodChoicesHandlerService'true],
  2084.             'DomainBundle\\Query\\Payment\\GetUncollectedRecurringPaymentsHandler' => ['privates''DomainBundle\\Query\\Payment\\GetUncollectedRecurringPaymentsHandler''getGetUncollectedRecurringPaymentsHandlerService'true],
  2085.             'DomainBundle\\Query\\Reporting\\GetPublicConversionReportHandler' => ['privates''DomainBundle\\Query\\Reporting\\GetPublicConversionReportHandler''getGetPublicConversionReportHandlerService'true],
  2086.             'DomainBundle\\Query\\Reporting\\GetPublicSearchReportHandler' => ['privates''DomainBundle\\Query\\Reporting\\GetPublicSearchReportHandler''getGetPublicSearchReportHandlerService'true],
  2087.             'DomainBundle\\Query\\Reporting\\GetReviewInsightsHandler' => ['privates''DomainBundle\\Query\\Reporting\\GetReviewInsightsHandler''getGetReviewInsightsHandlerService'true],
  2088.             'DomainBundle\\Query\\Ticket\\CountTicketsHandler' => ['privates''DomainBundle\\Query\\Ticket\\CountTicketsHandler''getCountTicketsHandlerService'true],
  2089.             'DomainBundle\\Query\\Ticket\\DoesTicketExistHandler' => ['privates''DomainBundle\\Query\\Ticket\\DoesTicketExistHandler''getDoesTicketExistHandlerService'true],
  2090.             'DomainBundle\\Query\\Ticket\\FindCustomerDebtHandler' => ['privates''DomainBundle\\Query\\Ticket\\FindCustomerDebtHandler''getFindCustomerDebtHandlerService'true],
  2091.             'DomainBundle\\Query\\Ticket\\GetCustomerDebtHandler' => ['privates''DomainBundle\\Query\\Ticket\\GetCustomerDebtHandler''getGetCustomerDebtHandlerService'true],
  2092.             'DomainBundle\\Query\\Ticket\\GetProvisionalTicketDetailsHandler' => ['privates''DomainBundle\\Query\\Ticket\\GetProvisionalTicketDetailsHandler''getGetProvisionalTicketDetailsHandlerService'true],
  2093.             'DomainBundle\\Query\\Ticket\\GetProvisionalTicketListHandler' => ['privates''DomainBundle\\Query\\Ticket\\GetProvisionalTicketListHandler''getGetProvisionalTicketListHandlerService'true],
  2094.             'DomainBundle\\Query\\Ticket\\GetProvisionalTicketPayloadHandler' => ['privates''DomainBundle\\Query\\Ticket\\GetProvisionalTicketPayloadHandler''getGetProvisionalTicketPayloadHandlerService'true],
  2095.             'DomainBundle\\Query\\Ticket\\GetTicketDetailsHandler' => ['privates''DomainBundle\\Query\\Ticket\\GetTicketDetailsHandler''getGetTicketDetailsHandlerService'true],
  2096.             'DomainBundle\\Query\\Ticket\\GetTicketHistoryHandler' => ['privates''DomainBundle\\Query\\Ticket\\GetTicketHistoryHandler''getGetTicketHistoryHandlerService'true],
  2097.             'DomainBundle\\Query\\Ticket\\GetTicketListHandler' => ['privates''DomainBundle\\Query\\Ticket\\GetTicketListHandler''getGetTicketListHandlerService'true],
  2098.             'DomainBundle\\Query\\Ticket\\GetTicketNotesHandler' => ['privates''DomainBundle\\Query\\Ticket\\GetTicketNotesHandler''getGetTicketNotesHandlerService'true],
  2099.             'DomainBundle\\Query\\Ticket\\GetTicketSiblingsHandler' => ['privates''DomainBundle\\Query\\Ticket\\GetTicketSiblingsHandler''getGetTicketSiblingsHandlerService'true],
  2100.             'DomainBundle\\Query\\Ticket\\GetTicketSummationHandler' => ['privates''DomainBundle\\Query\\Ticket\\GetTicketSummationHandler''getGetTicketSummationHandlerService'true],
  2101.             'DomainBundle\\Query\\Ticket\\GetUnsentReviewInvitationsHandler' => ['privates''DomainBundle\\Query\\Ticket\\GetUnsentReviewInvitationsHandler''getGetUnsentReviewInvitationsHandlerService'true],
  2102.             'DomainBundle\\Query\\Ticket\\LookupPayoutHandler' => ['privates''DomainBundle\\Query\\Ticket\\LookupPayoutHandler''getLookupPayoutHandlerService'true],
  2103.             'DomainBundle\\Query\\User\\GetActorDetailsHandler' => ['privates''DomainBundle\\Query\\User\\GetActorDetailsHandler''getGetActorDetailsHandlerService'true],
  2104.             'DomainBundle\\Query\\User\\GetUserAdminDetailsHandler' => ['privates''DomainBundle\\Query\\User\\GetUserAdminDetailsHandler''getGetUserAdminDetailsHandlerService'true],
  2105.         ], [
  2106.             'DomainBundle\\Command\\Admin\\CreateAdminHandler' => '?',
  2107.             'DomainBundle\\Command\\Admin\\Details\\EditAdminDetailsHandler' => '?',
  2108.             'DomainBundle\\Command\\AutoWindscreen\\CreateBatchHandler' => '?',
  2109.             'DomainBundle\\Command\\AutoWindscreen\\GenerateExportDocumentHandler' => '?',
  2110.             'DomainBundle\\Command\\AutoWindscreen\\GenerateInvoiceDocumentHandler' => '?',
  2111.             'DomainBundle\\Command\\CommandCallbackHandler' => '?',
  2112.             'DomainBundle\\Command\\CommandChainHandler' => '?',
  2113.             'DomainBundle\\Command\\Consumable\\CancelOrderHandler' => '?',
  2114.             'DomainBundle\\Command\\Consumable\\CancelOrder\\NotifyOperatorHandler' => '?',
  2115.             'DomainBundle\\Command\\Consumable\\CompleteOrderHandler' => '?',
  2116.             'DomainBundle\\Command\\Consumable\\CompleteOrder\\NotifyOperatorHandler' => '?',
  2117.             'DomainBundle\\Command\\Consumable\\CreateConsumableHandler' => '?',
  2118.             'DomainBundle\\Command\\Consumable\\EditConsumableHandler' => '?',
  2119.             'DomainBundle\\Command\\Consumable\\PlaceOrderHandler' => '?',
  2120.             'DomainBundle\\Command\\Consumable\\PlaceOrder\\NotifyAdminHandler' => '?',
  2121.             'DomainBundle\\Command\\Consumable\\PlaceOrder\\NotifyOperatorHandler' => '?',
  2122.             'DomainBundle\\Command\\Consumable\\RemoveConsumableHandler' => '?',
  2123.             'DomainBundle\\Command\\Event\\AddEventReminderHandler' => '?',
  2124.             'DomainBundle\\Command\\Event\\AssignThirdPartyJournalRefHandler' => '?',
  2125.             'DomainBundle\\Command\\Event\\BookOnCallHandler' => '?',
  2126.             'DomainBundle\\Command\\Event\\BookPrivateLocationHandler' => '?',
  2127.             'DomainBundle\\Command\\Event\\BookThirdPartyLocationHandler' => '?',
  2128.             'DomainBundle\\Command\\Event\\BookThirdPartyLocation\\NotifyAdminHandler' => '?',
  2129.             'DomainBundle\\Command\\Event\\BookThirdPartyLocation\\NotifyOperatorHandler' => '?',
  2130.             'DomainBundle\\Command\\Event\\BookUnavailableHandler' => '?',
  2131.             'DomainBundle\\Command\\Event\\CancelEventHandler' => '?',
  2132.             'DomainBundle\\Command\\Event\\CancelThirdPartyBookingHandler' => '?',
  2133.             'DomainBundle\\Command\\Event\\CancelThirdPartyBooking\\NotifyOperatorHandler' => '?',
  2134.             'DomainBundle\\Command\\Event\\ChangeThirdPartyEventStatusHandler' => '?',
  2135.             'DomainBundle\\Command\\Event\\ChangeThirdPartyEventTimingsHandler' => '?',
  2136.             'DomainBundle\\Command\\Event\\ConfirmThirdPartyBookingHandler' => '?',
  2137.             'DomainBundle\\Command\\Event\\ConfirmThirdPartyBooking\\NotifyOperatorHandler' => '?',
  2138.             'DomainBundle\\Command\\Event\\EventEmailSentHandler' => '?',
  2139.             'DomainBundle\\Command\\Event\\EventViewedHandler' => '?',
  2140.             'DomainBundle\\Command\\Event\\LogPublicSearchHandler' => '?',
  2141.             'DomainBundle\\Command\\Event\\NormalizePublicSearchLogsHandler' => '?',
  2142.             'DomainBundle\\Command\\Event\\NotifyDiaryChangesHandler' => '?',
  2143.             'DomainBundle\\Command\\Event\\RequestThirdPartyBookingCancellationHandler' => '?',
  2144.             'DomainBundle\\Command\\Event\\RequestThirdPartyBookingCancellation\\NotifyAdminHandler' => '?',
  2145.             'DomainBundle\\Command\\Event\\RequestThirdPartyBookingCancellation\\NotifyOperatorHandler' => '?',
  2146.             'DomainBundle\\Command\\Event\\SetThirdPartyJournalPaidHandler' => '?',
  2147.             'DomainBundle\\Command\\Insurer\\AddNoteHandler' => '?',
  2148.             'DomainBundle\\Command\\Insurer\\AddOfficeHandler' => '?',
  2149.             'DomainBundle\\Command\\Insurer\\CreateInsurerHandler' => '?',
  2150.             'DomainBundle\\Command\\Insurer\\DeactivateInsurerHandler' => '?',
  2151.             'DomainBundle\\Command\\Insurer\\Details\\EditCostDetailsHandler' => '?',
  2152.             'DomainBundle\\Command\\Insurer\\Details\\EditInstructionsDetailsHandler' => '?',
  2153.             'DomainBundle\\Command\\Insurer\\Details\\EditProfileDetailsHandler' => '?',
  2154.             'DomainBundle\\Command\\Insurer\\EditNoteHandler' => '?',
  2155.             'DomainBundle\\Command\\Insurer\\EditOfficeHandler' => '?',
  2156.             'DomainBundle\\Command\\Insurer\\RemoveNoteHandler' => '?',
  2157.             'DomainBundle\\Command\\Insurer\\RemoveOfficeHandler' => '?',
  2158.             'DomainBundle\\Command\\Location\\AddPrivateLocationHandler' => '?',
  2159.             'DomainBundle\\Command\\Location\\AddThirdPartyLocationHandler' => '?',
  2160.             'DomainBundle\\Command\\Location\\EditPrivateLocationHandler' => '?',
  2161.             'DomainBundle\\Command\\Location\\EditThirdPartyLocationHandler' => '?',
  2162.             'DomainBundle\\Command\\Location\\RemovePrivateLocationHandler' => '?',
  2163.             'DomainBundle\\Command\\Location\\RemoveThirdPartyLocationHandler' => '?',
  2164.             'DomainBundle\\Command\\Operator\\AddNoteHandler' => '?',
  2165.             'DomainBundle\\Command\\Operator\\CreateOperatorHandler' => '?',
  2166.             'DomainBundle\\Command\\Operator\\DeactivateOperatorHandler' => '?',
  2167.             'DomainBundle\\Command\\Operator\\Details\\EditAccountantDetailsHandler' => '?',
  2168.             'DomainBundle\\Command\\Operator\\Details\\EditAddressDetailsHandler' => '?',
  2169.             'DomainBundle\\Command\\Operator\\Details\\EditAssignmentDetailsHandler' => '?',
  2170.             'DomainBundle\\Command\\Operator\\Details\\EditBankDetailsHandler' => '?',
  2171.             'DomainBundle\\Command\\Operator\\Details\\EditCompanyDetailsHandler' => '?',
  2172.             'DomainBundle\\Command\\Operator\\Details\\EditContractDetailsHandler' => '?',
  2173.             'DomainBundle\\Command\\Operator\\Details\\EditInsuranceDetailsHandler' => '?',
  2174.             'DomainBundle\\Command\\Operator\\Details\\EditOperatorDetailsHandler' => '?',
  2175.             'DomainBundle\\Command\\Operator\\Details\\EditOperatorSettingsHandler' => '?',
  2176.             'DomainBundle\\Command\\Operator\\Details\\EditProfileDetailsHandler' => '?',
  2177.             'DomainBundle\\Command\\Operator\\Details\\RemoveAssignmentDetailsHandler' => '?',
  2178.             'DomainBundle\\Command\\Operator\\EditNoteHandler' => '?',
  2179.             'DomainBundle\\Command\\Operator\\ImportReviewsHandler' => '?',
  2180.             'DomainBundle\\Command\\Operator\\RegisterUserHandler' => '?',
  2181.             'DomainBundle\\Command\\Operator\\RemoveNoteHandler' => '?',
  2182.             'DomainBundle\\Command\\Payment\\CollectRecurringPaymentHandler' => '?',
  2183.             'DomainBundle\\Command\\Payment\\CreateBillingPeriodHandler' => '?',
  2184.             'DomainBundle\\Command\\Payment\\CreateBookingPaymentHandler' => '?',
  2185.             'DomainBundle\\Command\\Payment\\CreateCashPaymentHandler' => '?',
  2186.             'DomainBundle\\Command\\Payment\\CreateConsumablePaymentHandler' => '?',
  2187.             'DomainBundle\\Command\\Payment\\CreateCustomPaymentHandler' => '?',
  2188.             'DomainBundle\\Command\\Payment\\CreateGlasscarePaymentHandler' => '?',
  2189.             'DomainBundle\\Command\\Payment\\CreateRecurringPaymentHandler' => '?',
  2190.             'DomainBundle\\Command\\Payment\\CreateRepairPaymentHandler' => '?',
  2191.             'DomainBundle\\Command\\Payment\\EditBillingPeriodHandler' => '?',
  2192.             'DomainBundle\\Command\\Payment\\EditRecurringPaymentHandler' => '?',
  2193.             'DomainBundle\\Command\\Payment\\GenerateChargesInvoiceHandler' => '?',
  2194.             'DomainBundle\\Command\\Payment\\GenerateSelfBillingInvoiceHandler' => '?',
  2195.             'DomainBundle\\Command\\Payment\\RemoveRecurringPaymentHandler' => '?',
  2196.             'DomainBundle\\Command\\Payment\\SpreadBillingPeriodsHandler' => '?',
  2197.             'DomainBundle\\Command\\Ticket\\AddNoteHandler' => '?',
  2198.             'DomainBundle\\Command\\Ticket\\AlertAfterDaysHandler' => '?',
  2199.             'DomainBundle\\Command\\Ticket\\ArchiveProvisionalTicketHandler' => '?',
  2200.             'DomainBundle\\Command\\Ticket\\AutoWindscreen\\AddToPoolHandler' => '?',
  2201.             'DomainBundle\\Command\\Ticket\\AutoWindscreen\\BackOutHandler' => '?',
  2202.             'DomainBundle\\Command\\Ticket\\ChargeOperatorHandler' => '?',
  2203.             'DomainBundle\\Command\\Ticket\\ClearNewStatusHandler' => '?',
  2204.             'DomainBundle\\Command\\Ticket\\DismissUnreadNoteHandler' => '?',
  2205.             'DomainBundle\\Command\\Ticket\\EditCustomerHandler' => '?',
  2206.             'DomainBundle\\Command\\Ticket\\EditPolicyHandler' => '?',
  2207.             'DomainBundle\\Command\\Ticket\\EditVehicleHandler' => '?',
  2208.             'DomainBundle\\Command\\Ticket\\ExpectCustomerPaymentHandler' => '?',
  2209.             'DomainBundle\\Command\\Ticket\\GenerateCorrespondenceHandler' => '?',
  2210.             'DomainBundle\\Command\\Ticket\\GuessLocationHandler' => '?',
  2211.             'DomainBundle\\Command\\Ticket\\MakePrivateHandler' => '?',
  2212.             'DomainBundle\\Command\\Ticket\\OpenTicketHandler' => '?',
  2213.             'DomainBundle\\Command\\Ticket\\OpenTicket\\NotifyCustomerHandler' => '?',
  2214.             'DomainBundle\\Command\\Ticket\\PopulateClaimsProcessHandler' => '?',
  2215.             'DomainBundle\\Command\\Ticket\\ProvisionTicketHandler' => '?',
  2216.             'DomainBundle\\Command\\Ticket\\ReceiveClaimReferenceHandler' => '?',
  2217.             'DomainBundle\\Command\\Ticket\\ReceiveOverageHandler' => '?',
  2218.             'DomainBundle\\Command\\Ticket\\ReceivePaymentHandler' => '?',
  2219.             'DomainBundle\\Command\\Ticket\\ReconcileDebtHandler' => '?',
  2220.             'DomainBundle\\Command\\Ticket\\RegisterSearchConversionHandler' => '?',
  2221.             'DomainBundle\\Command\\Ticket\\ReissueTicketHandler' => '?',
  2222.             'DomainBundle\\Command\\Ticket\\ScheduleReviewInvitationHandler' => '?',
  2223.             'DomainBundle\\Command\\Ticket\\SendCorrespondenceEmailHandler' => '?',
  2224.             'DomainBundle\\Command\\Ticket\\SendCreditHandler' => '?',
  2225.             'DomainBundle\\Command\\Ticket\\SendReviewInvitationHandler' => '?',
  2226.             'DomainBundle\\Command\\Ticket\\SendTermsEmailHandler' => '?',
  2227.             'DomainBundle\\Command\\Ticket\\SettleCustomerDebtHandler' => '?',
  2228.             'DomainBundle\\Command\\Ticket\\SettleCustomerDebt\\NotifyCustomerHandler' => '?',
  2229.             'DomainBundle\\Command\\Ticket\\TransferDebtHandler' => '?',
  2230.             'DomainBundle\\Command\\Ticket\\WriteOffHandler' => '?',
  2231.             'DomainBundle\\Query\\Admin\\GetAdminDetailsHandler' => '?',
  2232.             'DomainBundle\\Query\\Admin\\GetAdminListHandler' => '?',
  2233.             'DomainBundle\\Query\\Admin\\GetAdminSiblingsHandler' => '?',
  2234.             'DomainBundle\\Query\\Audit\\GetLogByActorHandler' => '?',
  2235.             'DomainBundle\\Query\\Audit\\GetLogByReferenceHandler' => '?',
  2236.             'DomainBundle\\Query\\Audit\\GetLogByUserHandler' => '?',
  2237.             'DomainBundle\\Query\\Audit\\GetLogDetailsByIdHandler' => '?',
  2238.             'DomainBundle\\Query\\AutoWindscreen\\GetAutoWindscreenBatchesHandler' => '?',
  2239.             'DomainBundle\\Query\\AutoWindscreen\\GetAutoWindscreenPoolHandler' => '?',
  2240.             'DomainBundle\\Query\\AutoWindscreen\\GetBatchDetailsHandler' => '?',
  2241.             'DomainBundle\\Query\\Consumable\\GetConsumableDetailsHandler' => '?',
  2242.             'DomainBundle\\Query\\Consumable\\GetConsumableListHandler' => '?',
  2243.             'DomainBundle\\Query\\Consumable\\GetOrderDetailsHandler' => '?',
  2244.             'DomainBundle\\Query\\Consumable\\GetOrderListHandler' => '?',
  2245.             'DomainBundle\\Query\\Consumable\\GetOrderSummaryHandler' => '?',
  2246.             'DomainBundle\\Query\\Event\\CanBookPrivateLocationHandler' => '?',
  2247.             'DomainBundle\\Query\\Event\\CanBookThirdPartyLocationHandler' => '?',
  2248.             'DomainBundle\\Query\\Event\\CanCancelThirdPartyBookingHandler' => '?',
  2249.             'DomainBundle\\Query\\Event\\CanConfirmThirdPartyBookingHandler' => '?',
  2250.             'DomainBundle\\Query\\Event\\GetBookingDetailsHandler' => '?',
  2251.             'DomainBundle\\Query\\Event\\GetBookingListHandler' => '?',
  2252.             'DomainBundle\\Query\\Event\\GetDiaryEventHandler' => '?',
  2253.             'DomainBundle\\Query\\Event\\GetDiaryHandler' => '?',
  2254.             'DomainBundle\\Query\\Event\\GetEventRemindersHandler' => '?',
  2255.             'DomainBundle\\Query\\Event\\GetHistoricBookingsHandler' => '?',
  2256.             'DomainBundle\\Query\\Event\\GetHistoricEventsHandler' => '?',
  2257.             'DomainBundle\\Query\\Event\\GetPublicDiaryHandler' => '?',
  2258.             'DomainBundle\\Query\\Event\\GetPublicDiaryV2Handler' => '?',
  2259.             'DomainBundle\\Query\\Event\\GetPublicPodDiaryHandler' => '?',
  2260.             'DomainBundle\\Query\\Event\\GetUpcomingBookingsHandler' => '?',
  2261.             'DomainBundle\\Query\\Event\\GetUpcomingEventsHandler' => '?',
  2262.             'DomainBundle\\Query\\Insurer\\Details\\GetInsurerAddressesHandler' => '?',
  2263.             'DomainBundle\\Query\\Insurer\\Details\\GetInsurerOfficeHandler' => '?',
  2264.             'DomainBundle\\Query\\Insurer\\GetInsurerChoicesHandler' => '?',
  2265.             'DomainBundle\\Query\\Insurer\\GetInsurerDetailsHandler' => '?',
  2266.             'DomainBundle\\Query\\Insurer\\GetInsurerInsightsHandler' => '?',
  2267.             'DomainBundle\\Query\\Insurer\\GetInsurerListHandler' => '?',
  2268.             'DomainBundle\\Query\\Insurer\\GetInsurerNoteDetailsHandler' => '?',
  2269.             'DomainBundle\\Query\\Insurer\\GetInsurerNotesHandler' => '?',
  2270.             'DomainBundle\\Query\\Insurer\\GetInsurerOfficesHandler' => '?',
  2271.             'DomainBundle\\Query\\Insurer\\GetInsurerSiblingsHandler' => '?',
  2272.             'DomainBundle\\Query\\Insurer\\GetInsurerSyncHandler' => '?',
  2273.             'DomainBundle\\Query\\Insurer\\GetUnderwriterChoicesHandler' => '?',
  2274.             'DomainBundle\\Query\\Location\\GetCountyChoicesHandler' => '?',
  2275.             'DomainBundle\\Query\\Location\\GetLocationChoicesHandler' => '?',
  2276.             'DomainBundle\\Query\\Location\\GetLocationDetailsHandler' => '?',
  2277.             'DomainBundle\\Query\\Location\\GetLocationListHandler' => '?',
  2278.             'DomainBundle\\Query\\Location\\GetLocationSiblingsHandler' => '?',
  2279.             'DomainBundle\\Query\\Location\\GetLocationSyncHandler' => '?',
  2280.             'DomainBundle\\Query\\Location\\GetPublicLocationsHandler' => '?',
  2281.             'DomainBundle\\Query\\Location\\GetRetailerChoicesHandler' => '?',
  2282.             'DomainBundle\\Query\\Operator\\Details\\GetOperatorAccountantHandler' => '?',
  2283.             'DomainBundle\\Query\\Operator\\Details\\GetOperatorAddressHandler' => '?',
  2284.             'DomainBundle\\Query\\Operator\\Details\\GetOperatorAssignmentHandler' => '?',
  2285.             'DomainBundle\\Query\\Operator\\Details\\GetOperatorBankHandler' => '?',
  2286.             'DomainBundle\\Query\\Operator\\Details\\GetOperatorCompanyHandler' => '?',
  2287.             'DomainBundle\\Query\\Operator\\Details\\GetOperatorContractHandler' => '?',
  2288.             'DomainBundle\\Query\\Operator\\Details\\GetOperatorInsuranceHandler' => '?',
  2289.             'DomainBundle\\Query\\Operator\\Details\\GetOperatorProfileHandler' => '?',
  2290.             'DomainBundle\\Query\\Operator\\GetNearestOperatorHandler' => '?',
  2291.             'DomainBundle\\Query\\Operator\\GetOperatorChoicesHandler' => '?',
  2292.             'DomainBundle\\Query\\Operator\\GetOperatorDetailsHandler' => '?',
  2293.             'DomainBundle\\Query\\Operator\\GetOperatorInsightsHandler' => '?',
  2294.             'DomainBundle\\Query\\Operator\\GetOperatorListHandler' => '?',
  2295.             'DomainBundle\\Query\\Operator\\GetOperatorNoteDetailsHandler' => '?',
  2296.             'DomainBundle\\Query\\Operator\\GetOperatorNotesHandler' => '?',
  2297.             'DomainBundle\\Query\\Operator\\GetOperatorSiblingsHandler' => '?',
  2298.             'DomainBundle\\Query\\Operator\\GetPublicOperatorsHandler' => '?',
  2299.             'DomainBundle\\Query\\Operator\\GetPublicReviewsHandler' => '?',
  2300.             'DomainBundle\\Query\\Payment\\GetBillingPeriodChoicesHandler' => '?',
  2301.             'DomainBundle\\Query\\Payment\\GetBillingPeriodDetailsHandler' => '?',
  2302.             'DomainBundle\\Query\\Payment\\GetBillingPeriodsHandler' => '?',
  2303.             'DomainBundle\\Query\\Payment\\GetCardFeeOverviewHandler' => '?',
  2304.             'DomainBundle\\Query\\Payment\\GetOverviewHandler' => '?',
  2305.             'DomainBundle\\Query\\Payment\\GetPaymentDetailsHandler' => '?',
  2306.             'DomainBundle\\Query\\Payment\\GetRecurringPaymentDetailsHandler' => '?',
  2307.             'DomainBundle\\Query\\Payment\\GetRecurringPaymentsHandler' => '?',
  2308.             'DomainBundle\\Query\\Payment\\GetStatementHandler' => '?',
  2309.             'DomainBundle\\Query\\Payment\\GetStatementPeriodChoicesHandler' => '?',
  2310.             'DomainBundle\\Query\\Payment\\GetUncollectedRecurringPaymentsHandler' => '?',
  2311.             'DomainBundle\\Query\\Reporting\\GetPublicConversionReportHandler' => '?',
  2312.             'DomainBundle\\Query\\Reporting\\GetPublicSearchReportHandler' => '?',
  2313.             'DomainBundle\\Query\\Reporting\\GetReviewInsightsHandler' => '?',
  2314.             'DomainBundle\\Query\\Ticket\\CountTicketsHandler' => '?',
  2315.             'DomainBundle\\Query\\Ticket\\DoesTicketExistHandler' => '?',
  2316.             'DomainBundle\\Query\\Ticket\\FindCustomerDebtHandler' => '?',
  2317.             'DomainBundle\\Query\\Ticket\\GetCustomerDebtHandler' => '?',
  2318.             'DomainBundle\\Query\\Ticket\\GetProvisionalTicketDetailsHandler' => '?',
  2319.             'DomainBundle\\Query\\Ticket\\GetProvisionalTicketListHandler' => '?',
  2320.             'DomainBundle\\Query\\Ticket\\GetProvisionalTicketPayloadHandler' => '?',
  2321.             'DomainBundle\\Query\\Ticket\\GetTicketDetailsHandler' => '?',
  2322.             'DomainBundle\\Query\\Ticket\\GetTicketHistoryHandler' => '?',
  2323.             'DomainBundle\\Query\\Ticket\\GetTicketListHandler' => '?',
  2324.             'DomainBundle\\Query\\Ticket\\GetTicketNotesHandler' => '?',
  2325.             'DomainBundle\\Query\\Ticket\\GetTicketSiblingsHandler' => '?',
  2326.             'DomainBundle\\Query\\Ticket\\GetTicketSummationHandler' => '?',
  2327.             'DomainBundle\\Query\\Ticket\\GetUnsentReviewInvitationsHandler' => '?',
  2328.             'DomainBundle\\Query\\Ticket\\LookupPayoutHandler' => '?',
  2329.             'DomainBundle\\Query\\User\\GetActorDetailsHandler' => '?',
  2330.             'DomainBundle\\Query\\User\\GetUserAdminDetailsHandler' => '?',
  2331.         ]), ['DomainBundle\\Command\\Admin\\CreateAdmin' => 'DomainBundle\\Command\\Admin\\CreateAdminHandler''DomainBundle\\Command\\Admin\\Details\\EditAdminDetails' => 'DomainBundle\\Command\\Admin\\Details\\EditAdminDetailsHandler''DomainBundle\\Command\\AutoWindscreen\\CreateBatch' => 'DomainBundle\\Command\\AutoWindscreen\\CreateBatchHandler''DomainBundle\\Command\\CommandBus' => 'DomainBundle\\Command\\Ticket\\ReissueTicketHandler''DomainBundle\\Helper\\UserGetter' => 'DomainBundle\\Command\\Ticket\\WriteOffHandler''DomainBundle\\Helper\\RolesExpander' => 'DomainBundle\\Command\\Ticket\\WriteOffHandler''DomainBundle\\Command\\AutoWindscreen\\GenerateExportDocument' => 'DomainBundle\\Command\\AutoWindscreen\\GenerateExportDocumentHandler''DomainBundle\\Service\\FileManager\\FileManager' => 'DomainBundle\\Command\\Ticket\\SendCorrespondenceEmailHandler''DomainBundle\\Command\\AutoWindscreen\\GenerateInvoiceDocument' => 'DomainBundle\\Command\\AutoWindscreen\\GenerateInvoiceDocumentHandler''DomainBundle\\Service\\PhantomJs\\PhantomJsService' => 'DomainBundle\\Command\\Ticket\\GenerateCorrespondenceHandler''Twig\\Environment' => 'DomainBundle\\Command\\Ticket\\GenerateCorrespondenceHandler''DomainBundle\\Helper\\Uuidgen' => 'DomainBundle\\Command\\Ticket\\TransferDebtHandler''DomainBundle\\Command\\CommandCallback' => 'DomainBundle\\Command\\CommandCallbackHandler''DomainBundle\\Command\\CommandChain' => 'DomainBundle\\Command\\CommandChainHandler''DomainBundle\\Command\\Consumable\\CancelOrder\\NotifyOperator' => 'DomainBundle\\Command\\Consumable\\CancelOrder\\NotifyOperatorHandler''DomainBundle\\Helper\\MailComposer' => 'DomainBundle\\Command\\Ticket\\SettleCustomerDebt\\NotifyCustomerHandler''DomainBundle\\Command\\Consumable\\CancelOrder' => 'DomainBundle\\Command\\Consumable\\CancelOrderHandler''DomainBundle\\Command\\Consumable\\CompleteOrder\\NotifyOperator' => 'DomainBundle\\Command\\Consumable\\CompleteOrder\\NotifyOperatorHandler''DomainBundle\\Command\\Consumable\\CompleteOrder' => 'DomainBundle\\Command\\Consumable\\CompleteOrderHandler''DomainBundle\\Command\\Consumable\\CreateConsumable' => 'DomainBundle\\Command\\Consumable\\CreateConsumableHandler''DomainBundle\\Command\\Consumable\\EditConsumable' => 'DomainBundle\\Command\\Consumable\\EditConsumableHandler''DomainBundle\\Command\\Consumable\\PlaceOrder\\NotifyAdmin' => 'DomainBundle\\Command\\Consumable\\PlaceOrder\\NotifyAdminHandler''DomainBundle\\Command\\Consumable\\PlaceOrder\\NotifyOperator' => 'DomainBundle\\Command\\Consumable\\PlaceOrder\\NotifyOperatorHandler''DomainBundle\\Command\\Consumable\\PlaceOrder' => 'DomainBundle\\Command\\Consumable\\PlaceOrderHandler''DomainBundle\\Command\\Consumable\\RemoveConsumable' => 'DomainBundle\\Command\\Consumable\\RemoveConsumableHandler''DomainBundle\\Command\\Event\\AddEventReminder' => 'DomainBundle\\Command\\Event\\AddEventReminderHandler''DomainBundle\\Command\\Event\\AssignThirdPartyJournalRef' => 'DomainBundle\\Command\\Event\\AssignThirdPartyJournalRefHandler''DomainBundle\\Command\\Event\\BookOnCall' => 'DomainBundle\\Command\\Event\\BookOnCallHandler''DomainBundle\\Entity\\Event\\OnCallEvent' => 'DomainBundle\\Command\\Event\\BookOnCallHandler''DomainBundle\\Checker\\Booking\\BookingChecker' => 'DomainBundle\\Command\\Event\\CancelEventHandler''DomainBundle\\Repository\\Event\\DiaryChangeTracker' => 'DomainBundle\\Command\\Event\\NotifyDiaryChangesHandler''DomainBundle\\Command\\Event\\BookPrivateLocation' => 'DomainBundle\\Command\\Event\\BookPrivateLocationHandler''DomainBundle\\Command\\Event\\BookThirdPartyLocation\\NotifyAdmin' => 'DomainBundle\\Command\\Event\\BookThirdPartyLocation\\NotifyAdminHandler''DomainBundle\\Command\\Event\\BookThirdPartyLocation\\NotifyOperator' => 'DomainBundle\\Command\\Event\\BookThirdPartyLocation\\NotifyOperatorHandler''DomainBundle\\Command\\Event\\BookThirdPartyLocation' => 'DomainBundle\\Command\\Event\\BookThirdPartyLocationHandler''DomainBundle\\Command\\Event\\BookUnavailable' => 'DomainBundle\\Command\\Event\\BookUnavailableHandler''DomainBundle\\Command\\Event\\CancelEvent' => 'DomainBundle\\Command\\Event\\CancelEventHandler''DomainBundle\\Command\\Event\\CancelThirdPartyBooking\\NotifyOperator' => 'DomainBundle\\Command\\Event\\CancelThirdPartyBooking\\NotifyOperatorHandler''DomainBundle\\Command\\Event\\CancelThirdPartyBooking' => 'DomainBundle\\Command\\Event\\CancelThirdPartyBookingHandler''DomainBundle\\Checker\\Booking\\CancelBookingChecker' => 'DomainBundle\\Command\\Event\\RequestThirdPartyBookingCancellationHandler''DomainBundle\\Command\\Event\\ChangeThirdPartyEventStatus' => 'DomainBundle\\Command\\Event\\ChangeThirdPartyEventStatusHandler''DomainBundle\\Command\\Event\\ChangeThirdPartyEventTimings' => 'DomainBundle\\Command\\Event\\ChangeThirdPartyEventTimingsHandler''DomainBundle\\Command\\Event\\ConfirmThirdPartyBooking\\NotifyOperator' => 'DomainBundle\\Command\\Event\\ConfirmThirdPartyBooking\\NotifyOperatorHandler''DomainBundle\\Command\\Event\\ConfirmThirdPartyBooking' => 'DomainBundle\\Command\\Event\\ConfirmThirdPartyBookingHandler''DomainBundle\\Checker\\Booking\\ConfirmBookingChecker' => 'DomainBundle\\Command\\Event\\ConfirmThirdPartyBookingHandler''DomainBundle\\Command\\Event\\EventEmailSent' => 'DomainBundle\\Command\\Event\\EventEmailSentHandler''DomainBundle\\Command\\Event\\EventViewed' => 'DomainBundle\\Command\\Event\\EventViewedHandler''DomainBundle\\Command\\Event\\LogPublicSearch' => 'DomainBundle\\Command\\Event\\LogPublicSearchHandler''DomainBundle\\Command\\Event\\LogPublicSearchResult' => 'DomainBundle\\Command\\Event\\LogPublicSearchHandler''DomainBundle\\Service\\Geocoder\\Geocoder' => 'DomainBundle\\Command\\Event\\NormalizePublicSearchLogsHandler''DomainBundle\\Command\\Event\\NormalizePublicSearchLogs' => 'DomainBundle\\Command\\Event\\NormalizePublicSearchLogsHandler''DomainBundle\\Command\\Event\\NotifyDiaryChanges' => 'DomainBundle\\Command\\Event\\NotifyDiaryChangesHandler''DomainBundle\\Command\\Event\\RequestThirdPartyBookingCancellation\\NotifyAdmin' => 'DomainBundle\\Command\\Event\\RequestThirdPartyBookingCancellation\\NotifyAdminHandler''DomainBundle\\Command\\Event\\RequestThirdPartyBookingCancellation\\NotifyOperator' => 'DomainBundle\\Command\\Event\\RequestThirdPartyBookingCancellation\\NotifyOperatorHandler''DomainBundle\\Command\\Event\\RequestThirdPartyBookingCancellation' => 'DomainBundle\\Command\\Event\\RequestThirdPartyBookingCancellationHandler''DomainBundle\\Command\\Event\\SetThirdPartyJournalPaid' => 'DomainBundle\\Command\\Event\\SetThirdPartyJournalPaidHandler''DomainBundle\\Command\\Insurer\\AddNote' => 'DomainBundle\\Command\\Insurer\\AddNoteHandler''DomainBundle\\Command\\Insurer\\AddOffice' => 'DomainBundle\\Command\\Insurer\\AddOfficeHandler''DomainBundle\\Command\\Insurer\\CreateInsurer' => 'DomainBundle\\Command\\Insurer\\CreateInsurerHandler''DomainBundle\\Command\\Insurer\\DeactivateInsurer' => 'DomainBundle\\Command\\Insurer\\DeactivateInsurerHandler''DomainBundle\\Command\\Insurer\\Details\\EditCostDetails' => 'DomainBundle\\Command\\Insurer\\Details\\EditCostDetailsHandler''DomainBundle\\Command\\Insurer\\Details\\EditInstructionsDetails' => 'DomainBundle\\Command\\Insurer\\Details\\EditInstructionsDetailsHandler''DomainBundle\\Command\\Insurer\\Details\\EditProfileDetails' => 'DomainBundle\\Command\\Insurer\\Details\\EditProfileDetailsHandler''DomainBundle\\Command\\Insurer\\EditNote' => 'DomainBundle\\Command\\Insurer\\EditNoteHandler''DomainBundle\\Command\\Insurer\\EditOffice' => 'DomainBundle\\Command\\Insurer\\EditOfficeHandler''DomainBundle\\Command\\Insurer\\RemoveNote' => 'DomainBundle\\Command\\Insurer\\RemoveNoteHandler''DomainBundle\\Command\\Insurer\\RemoveOffice' => 'DomainBundle\\Command\\Insurer\\RemoveOfficeHandler''DomainBundle\\Command\\Location\\AddPrivateLocation' => 'DomainBundle\\Command\\Location\\AddPrivateLocationHandler''DomainBundle\\Command\\Location\\AddThirdPartyLocation' => 'DomainBundle\\Command\\Location\\AddThirdPartyLocationHandler''DomainBundle\\Helper\\Location\\ThirdPartyNameInferrer' => 'DomainBundle\\Command\\Location\\EditThirdPartyLocationHandler''DomainBundle\\Command\\Location\\EditPrivateLocation' => 'DomainBundle\\Command\\Location\\EditPrivateLocationHandler''DomainBundle\\Command\\Location\\EditThirdPartyLocation' => 'DomainBundle\\Command\\Location\\EditThirdPartyLocationHandler''DomainBundle\\Command\\Location\\RemovePrivateLocation' => 'DomainBundle\\Command\\Location\\RemovePrivateLocationHandler''DomainBundle\\Command\\Location\\RemoveThirdPartyLocation' => 'DomainBundle\\Command\\Location\\RemoveThirdPartyLocationHandler''DomainBundle\\Command\\Operator\\AddNote' => 'DomainBundle\\Command\\Operator\\AddNoteHandler''DomainBundle\\Command\\Operator\\CreateOperator' => 'DomainBundle\\Command\\Operator\\CreateOperatorHandler''DomainBundle\\Command\\Operator\\DeactivateOperator' => 'DomainBundle\\Command\\Operator\\DeactivateOperatorHandler''DomainBundle\\Command\\Operator\\Details\\EditAccountantDetails' => 'DomainBundle\\Command\\Operator\\Details\\EditAccountantDetailsHandler''DomainBundle\\Command\\Operator\\Details\\EditAddressDetails' => 'DomainBundle\\Command\\Operator\\Details\\EditAddressDetailsHandler''DomainBundle\\Command\\Operator\\Details\\EditAssignmentDetails' => 'DomainBundle\\Command\\Operator\\Details\\EditAssignmentDetailsHandler''DomainBundle\\Command\\Operator\\Details\\EditBankDetails' => 'DomainBundle\\Command\\Operator\\Details\\EditBankDetailsHandler''DomainBundle\\Command\\Operator\\Details\\EditCompanyDetails' => 'DomainBundle\\Command\\Operator\\Details\\EditCompanyDetailsHandler''DomainBundle\\Command\\Operator\\Details\\EditContractDetails' => 'DomainBundle\\Command\\Operator\\Details\\EditContractDetailsHandler''DomainBundle\\Command\\Operator\\Details\\EditInsuranceDetails' => 'DomainBundle\\Command\\Operator\\Details\\EditInsuranceDetailsHandler''DomainBundle\\Command\\Operator\\Details\\EditOperatorDetails' => 'DomainBundle\\Command\\Operator\\Details\\EditOperatorDetailsHandler''DomainBundle\\Command\\Operator\\Details\\EditOperatorSettings' => 'DomainBundle\\Command\\Operator\\Details\\EditOperatorSettingsHandler''DomainBundle\\Command\\Operator\\Details\\EditProfileDetails' => 'DomainBundle\\Command\\Operator\\Details\\EditProfileDetailsHandler''DomainBundle\\Command\\Operator\\Details\\RemoveAssignmentDetails' => 'DomainBundle\\Command\\Operator\\Details\\RemoveAssignmentDetailsHandler''DomainBundle\\Command\\Operator\\EditNote' => 'DomainBundle\\Command\\Operator\\EditNoteHandler''DomainBundle\\Service\\Reviews\\ReviewsFetcher' => 'DomainBundle\\Command\\Operator\\ImportReviewsHandler''DomainBundle\\Command\\Operator\\ImportReviews' => 'DomainBundle\\Command\\Operator\\ImportReviewsHandler''DomainBundle\\Command\\Operator\\RegisterUser' => 'DomainBundle\\Command\\Operator\\RegisterUserHandler''DomainBundle\\Command\\Operator\\RemoveNote' => 'DomainBundle\\Command\\Operator\\RemoveNoteHandler''DomainBundle\\Command\\Payment\\CollectRecurringPayment' => 'DomainBundle\\Command\\Payment\\CollectRecurringPaymentHandler''DomainBundle\\Command\\Payment\\CreateBillingPeriod' => 'DomainBundle\\Command\\Payment\\CreateBillingPeriodHandler''DomainBundle\\Command\\Payment\\CreateBookingPayment' => 'DomainBundle\\Command\\Payment\\CreateBookingPaymentHandler''DomainBundle\\Helper\\Payment\\BillingPeriodGetter' => 'DomainBundle\\Command\\Payment\\CreateRepairPaymentHandler''DomainBundle\\Command\\Payment\\CreateCashPayment' => 'DomainBundle\\Command\\Payment\\CreateCashPaymentHandler''DomainBundle\\Command\\Payment\\CreateConsumablePayment' => 'DomainBundle\\Command\\Payment\\CreateConsumablePaymentHandler''DomainBundle\\Command\\Payment\\CreateCustomPayment' => 'DomainBundle\\Command\\Payment\\CreateCustomPaymentHandler''DomainBundle\\Helper\\Payment\\RoyaltyRateGetter' => 'DomainBundle\\Command\\Payment\\CreateRepairPaymentHandler''DomainBundle\\Command\\Payment\\CreateGlasscarePayment' => 'DomainBundle\\Command\\Payment\\CreateGlasscarePaymentHandler''DomainBundle\\Command\\Payment\\CreateRecurringPayment' => 'DomainBundle\\Command\\Payment\\CreateRecurringPaymentHandler''DomainBundle\\Command\\Payment\\CreateRepairPayment' => 'DomainBundle\\Command\\Payment\\CreateRepairPaymentHandler''DomainBundle\\Helper\\Payment\\CardRateGetter' => 'DomainBundle\\Command\\Payment\\CreateRepairPaymentHandler''DomainBundle\\Command\\Payment\\EditBillingPeriod' => 'DomainBundle\\Command\\Payment\\EditBillingPeriodHandler''DomainBundle\\Command\\Payment\\EditRecurringPayment' => 'DomainBundle\\Command\\Payment\\EditRecurringPaymentHandler''DomainBundle\\Command\\Payment\\GenerateChargesInvoice' => 'DomainBundle\\Command\\Payment\\GenerateChargesInvoiceHandler''DomainBundle\\Query\\QueryBus' => 'DomainBundle\\Command\\Payment\\GenerateSelfBillingInvoiceHandler''DomainBundle\\Command\\Payment\\GenerateSelfBillingInvoice' => 'DomainBundle\\Command\\Payment\\GenerateSelfBillingInvoiceHandler''DomainBundle\\Command\\Payment\\RemoveRecurringPayment' => 'DomainBundle\\Command\\Payment\\RemoveRecurringPaymentHandler''DomainBundle\\Command\\Payment\\SpreadBillingPeriods' => 'DomainBundle\\Command\\Payment\\SpreadBillingPeriodsHandler''DomainBundle\\Command\\Ticket\\AddNote' => 'DomainBundle\\Command\\Ticket\\AddNoteHandler''DomainBundle\\Command\\Ticket\\AlertAfterDays' => 'DomainBundle\\Command\\Ticket\\AlertAfterDaysHandler''DomainBundle\\Command\\Ticket\\ArchiveProvisionalTicket' => 'DomainBundle\\Command\\Ticket\\ArchiveProvisionalTicketHandler''DomainBundle\\Command\\Ticket\\AutoWindscreen\\AddToPool' => 'DomainBundle\\Command\\Ticket\\AutoWindscreen\\AddToPoolHandler''DomainBundle\\Command\\Ticket\\AutoWindscreen\\BackOut' => 'DomainBundle\\Command\\Ticket\\AutoWindscreen\\BackOutHandler''DomainBundle\\Command\\Ticket\\ChargeOperator' => 'DomainBundle\\Command\\Ticket\\ChargeOperatorHandler''DomainBundle\\Command\\Ticket\\ClearNewStatus' => 'DomainBundle\\Command\\Ticket\\ClearNewStatusHandler''DomainBundle\\Command\\Ticket\\DismissUnreadNote' => 'DomainBundle\\Command\\Ticket\\DismissUnreadNoteHandler''DomainBundle\\Command\\Ticket\\EditCustomer' => 'DomainBundle\\Command\\Ticket\\EditCustomerHandler''DomainBundle\\Command\\Ticket\\EditPolicy' => 'DomainBundle\\Command\\Ticket\\EditPolicyHandler''DomainBundle\\Command\\Ticket\\EditVehicle' => 'DomainBundle\\Command\\Ticket\\EditVehicleHandler''DomainBundle\\Command\\Ticket\\ExpectCustomerPayment' => 'DomainBundle\\Command\\Ticket\\ExpectCustomerPaymentHandler''DomainBundle\\Command\\Ticket\\GenerateCorrespondence' => 'DomainBundle\\Command\\Ticket\\GenerateCorrespondenceHandler''DomainBundle\\Command\\Ticket\\GuessLocation' => 'DomainBundle\\Command\\Ticket\\GuessLocationHandler''DomainBundle\\Command\\Ticket\\MakePrivate' => 'DomainBundle\\Command\\Ticket\\MakePrivateHandler''DomainBundle\\Command\\Ticket\\OpenTicket\\NotifyCustomer' => 'DomainBundle\\Command\\Ticket\\OpenTicket\\NotifyCustomerHandler''DomainBundle\\Command\\Ticket\\OpenTicket' => 'DomainBundle\\Command\\Ticket\\OpenTicketHandler''DomainBundle\\Command\\Ticket\\OpenTicket\\Repair' => 'DomainBundle\\Command\\Ticket\\OpenTicketHandler''DomainBundle\\Command\\Ticket\\OpenTicket\\Policy' => 'DomainBundle\\Command\\Ticket\\OpenTicketHandler''DomainBundle\\Command\\Ticket\\OpenTicket\\Customer' => 'DomainBundle\\Command\\Ticket\\OpenTicketHandler''DomainBundle\\Command\\Ticket\\OpenTicket\\Vehicle' => 'DomainBundle\\Command\\Ticket\\OpenTicketHandler''DomainBundle\\Command\\Ticket\\PopulateClaimsProcess' => 'DomainBundle\\Command\\Ticket\\PopulateClaimsProcessHandler''DomainBundle\\Command\\Ticket\\ProvisionTicket' => 'DomainBundle\\Command\\Ticket\\ProvisionTicketHandler''DomainBundle\\Command\\Ticket\\ReceiveClaimReference' => 'DomainBundle\\Command\\Ticket\\ReceiveClaimReferenceHandler''DomainBundle\\Command\\Ticket\\ReceiveOverage' => 'DomainBundle\\Command\\Ticket\\ReceiveOverageHandler''DomainBundle\\Command\\Ticket\\ReceivePayment' => 'DomainBundle\\Command\\Ticket\\ReceivePaymentHandler''DomainBundle\\Command\\Ticket\\ReconcileDebt' => 'DomainBundle\\Command\\Ticket\\ReconcileDebtHandler''DomainBundle\\Service\\Analytics\\GAMeasurementProtocolService' => 'DomainBundle\\Command\\Ticket\\RegisterSearchConversionHandler''DomainBundle\\Command\\Ticket\\RegisterSearchConversion' => 'DomainBundle\\Command\\Ticket\\RegisterSearchConversionHandler''DomainBundle\\Command\\Ticket\\ReissueTicket' => 'DomainBundle\\Command\\Ticket\\ReissueTicketHandler''DomainBundle\\Command\\Ticket\\ScheduleReviewInvitation' => 'DomainBundle\\Command\\Ticket\\ScheduleReviewInvitationHandler''DomainBundle\\Command\\Ticket\\SendCorrespondenceEmail' => 'DomainBundle\\Command\\Ticket\\SendCorrespondenceEmailHandler''DomainBundle\\Command\\Ticket\\SendCredit' => 'DomainBundle\\Command\\Ticket\\SendCreditHandler''DomainBundle\\Command\\Ticket\\SendReviewInvitation' => 'DomainBundle\\Command\\Ticket\\SendReviewInvitationHandler''DomainBundle\\Command\\Ticket\\SendTermsEmail' => 'DomainBundle\\Command\\Ticket\\SendTermsEmailHandler''DomainBundle\\Command\\Ticket\\SettleCustomerDebt\\NotifyCustomer' => 'DomainBundle\\Command\\Ticket\\SettleCustomerDebt\\NotifyCustomerHandler''DomainBundle\\Command\\Ticket\\SettleCustomerDebt' => 'DomainBundle\\Command\\Ticket\\SettleCustomerDebtHandler''DomainBundle\\Command\\Ticket\\TransferDebt' => 'DomainBundle\\Command\\Ticket\\TransferDebtHandler''DomainBundle\\Command\\Ticket\\WriteOff' => 'DomainBundle\\Command\\Ticket\\WriteOffHandler''DomainBundle\\Query\\Admin\\GetAdminDetails' => 'DomainBundle\\Query\\Admin\\GetAdminDetailsHandler''DomainBundle\\Query\\Admin\\GetAdminList' => 'DomainBundle\\Query\\Admin\\GetAdminListHandler''DomainBundle\\Query\\Admin\\GetAdminSiblings' => 'DomainBundle\\Query\\Admin\\GetAdminSiblingsHandler''DomainBundle\\Query\\Audit\\GetLogByActor' => 'DomainBundle\\Query\\Audit\\GetLogByActorHandler''DomainBundle\\Query\\Audit\\GetLogByReference' => 'DomainBundle\\Query\\Audit\\GetLogByReferenceHandler''DomainBundle\\Query\\Audit\\GetLogByUser' => 'DomainBundle\\Query\\Audit\\GetLogByUserHandler''DomainBundle\\Query\\Audit\\GetLogDetailsById' => 'DomainBundle\\Query\\Audit\\GetLogDetailsByIdHandler''DomainBundle\\Query\\AutoWindscreen\\GetAutoWindscreenBatches' => 'DomainBundle\\Query\\AutoWindscreen\\GetAutoWindscreenBatchesHandler''DomainBundle\\Query\\AutoWindscreen\\GetAutoWindscreenPool' => 'DomainBundle\\Query\\AutoWindscreen\\GetAutoWindscreenPoolHandler''DomainBundle\\Query\\AutoWindscreen\\GetBatchDetails' => 'DomainBundle\\Query\\AutoWindscreen\\GetBatchDetailsHandler''DomainBundle\\Query\\Consumable\\GetConsumableDetails' => 'DomainBundle\\Query\\Consumable\\GetConsumableDetailsHandler''DomainBundle\\Query\\Consumable\\GetConsumableList' => 'DomainBundle\\Query\\Consumable\\GetConsumableListHandler''DomainBundle\\Query\\Consumable\\GetOrderDetails' => 'DomainBundle\\Query\\Consumable\\GetOrderDetailsHandler''DomainBundle\\Query\\Consumable\\GetOrderList' => 'DomainBundle\\Query\\Consumable\\GetOrderListHandler''DomainBundle\\Query\\Consumable\\GetOrderSummary' => 'DomainBundle\\Query\\Consumable\\GetOrderSummaryHandler''DomainBundle\\Query\\Event\\CanBookPrivateLocation' => 'DomainBundle\\Query\\Event\\CanBookPrivateLocationHandler''DomainBundle\\Query\\Event\\CanBookThirdPartyLocation' => 'DomainBundle\\Query\\Event\\CanBookThirdPartyLocationHandler''DomainBundle\\Query\\Event\\CanCancelThirdPartyBooking' => 'DomainBundle\\Query\\Event\\CanCancelThirdPartyBookingHandler''DomainBundle\\Query\\Event\\CanConfirmThirdPartyBooking' => 'DomainBundle\\Query\\Event\\CanConfirmThirdPartyBookingHandler''DomainBundle\\Query\\Event\\GetBookingDetails' => 'DomainBundle\\Query\\Event\\GetBookingDetailsHandler''DomainBundle\\Query\\Event\\GetBookingList' => 'DomainBundle\\Query\\Event\\GetBookingListHandler''DomainBundle\\Query\\Event\\GetDiaryEvent' => 'DomainBundle\\Query\\Event\\GetDiaryEventHandler''DomainBundle\\Query\\Event\\GetDiary' => 'DomainBundle\\Query\\Event\\GetDiaryHandler''DomainBundle\\Query\\Event\\GetEventReminders' => 'DomainBundle\\Query\\Event\\GetEventRemindersHandler''DomainBundle\\Query\\Event\\GetHistoricBookings' => 'DomainBundle\\Query\\Event\\GetHistoricBookingsHandler''DomainBundle\\Query\\Event\\GetHistoricEvents' => 'DomainBundle\\Query\\Event\\GetHistoricEventsHandler''DomainBundle\\Query\\Event\\GetPublicDiary' => 'DomainBundle\\Query\\Event\\GetPublicDiaryHandler''DomainBundle\\Query\\Event\\GetPublicDiaryV2' => 'DomainBundle\\Query\\Event\\GetPublicDiaryV2Handler''DomainBundle\\Query\\Event\\GetPublicPodDiary' => 'DomainBundle\\Query\\Event\\GetPublicPodDiaryHandler''DomainBundle\\Query\\Event\\GetUpcomingBookings' => 'DomainBundle\\Query\\Event\\GetUpcomingBookingsHandler''DomainBundle\\Query\\Event\\GetUpcomingEvents' => 'DomainBundle\\Query\\Event\\GetUpcomingEventsHandler''DomainBundle\\Query\\Insurer\\Details\\GetInsurerAddresses' => 'DomainBundle\\Query\\Insurer\\Details\\GetInsurerAddressesHandler''DomainBundle\\Query\\Insurer\\Details\\GetInsurerOffice' => 'DomainBundle\\Query\\Insurer\\Details\\GetInsurerOfficeHandler''DomainBundle\\Query\\Insurer\\GetInsurerChoices' => 'DomainBundle\\Query\\Insurer\\GetInsurerChoicesHandler''DomainBundle\\Query\\Insurer\\GetInsurerDetails' => 'DomainBundle\\Query\\Insurer\\GetInsurerDetailsHandler''DomainBundle\\Query\\Insurer\\GetInsurerInsights' => 'DomainBundle\\Query\\Insurer\\GetInsurerInsightsHandler''DomainBundle\\Query\\Insurer\\GetInsurerList' => 'DomainBundle\\Query\\Insurer\\GetInsurerListHandler''DomainBundle\\Query\\Insurer\\GetInsurerNoteDetails' => 'DomainBundle\\Query\\Insurer\\GetInsurerNoteDetailsHandler''DomainBundle\\Query\\Insurer\\GetInsurerNotes' => 'DomainBundle\\Query\\Insurer\\GetInsurerNotesHandler''DomainBundle\\Query\\Insurer\\GetInsurerOffices' => 'DomainBundle\\Query\\Insurer\\GetInsurerOfficesHandler''DomainBundle\\Query\\Insurer\\GetInsurerSiblings' => 'DomainBundle\\Query\\Insurer\\GetInsurerSiblingsHandler''DomainBundle\\Query\\Insurer\\GetInsurerSync' => 'DomainBundle\\Query\\Insurer\\GetInsurerSyncHandler''DomainBundle\\Query\\Insurer\\GetUnderwriterChoices' => 'DomainBundle\\Query\\Insurer\\GetUnderwriterChoicesHandler''DomainBundle\\Query\\Location\\GetCountyChoices' => 'DomainBundle\\Query\\Location\\GetCountyChoicesHandler''DomainBundle\\Query\\Location\\GetLocationChoices' => 'DomainBundle\\Query\\Location\\GetLocationChoicesHandler''DomainBundle\\Query\\Location\\GetLocationDetails' => 'DomainBundle\\Query\\Location\\GetLocationDetailsHandler''DomainBundle\\Query\\Location\\GetLocationList' => 'DomainBundle\\Query\\Location\\GetLocationListHandler''DomainBundle\\Query\\Location\\GetLocationSiblings' => 'DomainBundle\\Query\\Location\\GetLocationSiblingsHandler''DomainBundle\\Query\\Location\\GetLocationSync' => 'DomainBundle\\Query\\Location\\GetLocationSyncHandler''DomainBundle\\Query\\Location\\GetPublicLocations' => 'DomainBundle\\Query\\Location\\GetPublicLocationsHandler''DomainBundle\\Query\\Location\\GetRetailerChoices' => 'DomainBundle\\Query\\Location\\GetRetailerChoicesHandler''DomainBundle\\Query\\Operator\\Details\\GetOperatorAccountant' => 'DomainBundle\\Query\\Operator\\Details\\GetOperatorAccountantHandler''DomainBundle\\Query\\Operator\\Details\\GetOperatorAddress' => 'DomainBundle\\Query\\Operator\\Details\\GetOperatorAddressHandler''DomainBundle\\Query\\Operator\\Details\\GetOperatorAssignment' => 'DomainBundle\\Query\\Operator\\Details\\GetOperatorAssignmentHandler''DomainBundle\\Query\\Operator\\Details\\GetOperatorBank' => 'DomainBundle\\Query\\Operator\\Details\\GetOperatorBankHandler''DomainBundle\\Query\\Operator\\Details\\GetOperatorCompany' => 'DomainBundle\\Query\\Operator\\Details\\GetOperatorCompanyHandler''DomainBundle\\Query\\Operator\\Details\\GetOperatorContract' => 'DomainBundle\\Query\\Operator\\Details\\GetOperatorContractHandler''DomainBundle\\Query\\Operator\\Details\\GetOperatorInsurance' => 'DomainBundle\\Query\\Operator\\Details\\GetOperatorInsuranceHandler''DomainBundle\\Query\\Operator\\Details\\GetOperatorProfile' => 'DomainBundle\\Query\\Operator\\Details\\GetOperatorProfileHandler''DomainBundle\\Query\\Operator\\GetNearestOperator' => 'DomainBundle\\Query\\Operator\\GetNearestOperatorHandler''DomainBundle\\Query\\Operator\\GetOperatorChoices' => 'DomainBundle\\Query\\Operator\\GetOperatorChoicesHandler''DomainBundle\\Query\\Operator\\GetOperatorDetails' => 'DomainBundle\\Query\\Operator\\GetOperatorDetailsHandler''DomainBundle\\Query\\Operator\\GetOperatorInsights' => 'DomainBundle\\Query\\Operator\\GetOperatorInsightsHandler''DomainBundle\\Query\\Operator\\GetOperatorList' => 'DomainBundle\\Query\\Operator\\GetOperatorListHandler''DomainBundle\\Query\\Operator\\GetOperatorNoteDetails' => 'DomainBundle\\Query\\Operator\\GetOperatorNoteDetailsHandler''DomainBundle\\Query\\Operator\\GetOperatorNotes' => 'DomainBundle\\Query\\Operator\\GetOperatorNotesHandler''DomainBundle\\Query\\Operator\\GetOperatorSiblings' => 'DomainBundle\\Query\\Operator\\GetOperatorSiblingsHandler''DomainBundle\\Query\\Operator\\GetPublicOperators' => 'DomainBundle\\Query\\Operator\\GetPublicOperatorsHandler''DomainBundle\\Query\\Operator\\GetPublicReviews' => 'DomainBundle\\Query\\Operator\\GetPublicReviewsHandler''DomainBundle\\Query\\Payment\\GetBillingPeriodChoices' => 'DomainBundle\\Query\\Payment\\GetBillingPeriodChoicesHandler''DomainBundle\\Query\\Payment\\GetBillingPeriodDetails' => 'DomainBundle\\Query\\Payment\\GetBillingPeriodDetailsHandler''DomainBundle\\Query\\Payment\\GetBillingPeriods' => 'DomainBundle\\Query\\Payment\\GetBillingPeriodsHandler''DomainBundle\\Query\\Payment\\GetCardFeeOverview' => 'DomainBundle\\Query\\Payment\\GetCardFeeOverviewHandler''DomainBundle\\Query\\Payment\\GetOverview' => 'DomainBundle\\Query\\Payment\\GetOverviewHandler''DomainBundle\\Query\\Payment\\GetPaymentDetails' => 'DomainBundle\\Query\\Payment\\GetPaymentDetailsHandler''DomainBundle\\Query\\Payment\\GetRecurringPaymentDetails' => 'DomainBundle\\Query\\Payment\\GetRecurringPaymentDetailsHandler''DomainBundle\\Query\\Payment\\GetRecurringPayments' => 'DomainBundle\\Query\\Payment\\GetRecurringPaymentsHandler''DomainBundle\\Query\\Payment\\GetStatement' => 'DomainBundle\\Query\\Payment\\GetStatementHandler''DomainBundle\\Query\\Payment\\GetStatementPeriodChoices' => 'DomainBundle\\Query\\Payment\\GetStatementPeriodChoicesHandler''DomainBundle\\Query\\Payment\\GetUncollectedRecurringPayments' => 'DomainBundle\\Query\\Payment\\GetUncollectedRecurringPaymentsHandler''DomainBundle\\Query\\Reporting\\GetPublicConversionReport' => 'DomainBundle\\Query\\Reporting\\GetPublicConversionReportHandler''DomainBundle\\Query\\Reporting\\GetPublicSearchReport' => 'DomainBundle\\Query\\Reporting\\GetPublicSearchReportHandler''DomainBundle\\Query\\Reporting\\GetReviewInsights' => 'DomainBundle\\Query\\Reporting\\GetReviewInsightsHandler''DomainBundle\\Query\\Ticket\\CountTickets' => 'DomainBundle\\Query\\Ticket\\CountTicketsHandler''DomainBundle\\Query\\Ticket\\DoesTicketExist' => 'DomainBundle\\Query\\Ticket\\DoesTicketExistHandler''DomainBundle\\Query\\Ticket\\FindCustomerDebt' => 'DomainBundle\\Query\\Ticket\\FindCustomerDebtHandler''DomainBundle\\Query\\Ticket\\GetCustomerDebt' => 'DomainBundle\\Query\\Ticket\\GetCustomerDebtHandler''DomainBundle\\Query\\Ticket\\GetProvisionalTicketDetails' => 'DomainBundle\\Query\\Ticket\\GetProvisionalTicketDetailsHandler''DomainBundle\\Query\\Ticket\\GetProvisionalTicketList' => 'DomainBundle\\Query\\Ticket\\GetProvisionalTicketListHandler''DomainBundle\\Query\\Ticket\\GetProvisionalTicketPayload' => 'DomainBundle\\Query\\Ticket\\GetProvisionalTicketPayloadHandler''DomainBundle\\Query\\Ticket\\GetTicketDetails' => 'DomainBundle\\Query\\Ticket\\GetTicketDetailsHandler''DomainBundle\\Query\\Ticket\\GetTicketHistory' => 'DomainBundle\\Query\\Ticket\\GetTicketHistoryHandler''DomainBundle\\Query\\Ticket\\GetTicketList' => 'DomainBundle\\Query\\Ticket\\GetTicketListHandler''DomainBundle\\Query\\Ticket\\GetTicketNotes' => 'DomainBundle\\Query\\Ticket\\GetTicketNotesHandler''DomainBundle\\Query\\Ticket\\GetTicketSiblings' => 'DomainBundle\\Query\\Ticket\\GetTicketSiblingsHandler''DomainBundle\\Query\\Ticket\\GetTicketSummation' => 'DomainBundle\\Query\\Ticket\\GetTicketSummationHandler''DomainBundle\\Query\\Ticket\\GetUnsentReviewInvitations' => 'DomainBundle\\Query\\Ticket\\GetUnsentReviewInvitationsHandler''DomainBundle\\Query\\Ticket\\LookupPayout' => 'DomainBundle\\Query\\Ticket\\LookupPayoutHandler''DomainBundle\\Query\\User\\GetActorDetails' => 'DomainBundle\\Query\\User\\GetActorDetailsHandler''DomainBundle\\Query\\User\\GetUserAdminDetails' => 'DomainBundle\\Query\\User\\GetUserAdminDetailsHandler']), new \League\Tactician\Handler\MethodNameInflector\HandleInflector());
  2332.     }
  2333.     /**
  2334.      * Gets the private 'translator.default' shared service.
  2335.      *
  2336.      * @return \Symfony\Bundle\FrameworkBundle\Translation\Translator
  2337.      */
  2338.     protected function getTranslator_DefaultService()
  2339.     {
  2340.         $this->privates['translator.default'] = $instance = new \Symfony\Bundle\FrameworkBundle\Translation\Translator(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2341.             'translation.loader.csv' => ['privates''translation.loader.csv''getTranslation_Loader_CsvService'true],
  2342.             'translation.loader.dat' => ['privates''translation.loader.dat''getTranslation_Loader_DatService'true],
  2343.             'translation.loader.ini' => ['privates''translation.loader.ini''getTranslation_Loader_IniService'true],
  2344.             'translation.loader.json' => ['privates''translation.loader.json''getTranslation_Loader_JsonService'true],
  2345.             'translation.loader.mo' => ['privates''translation.loader.mo''getTranslation_Loader_MoService'true],
  2346.             'translation.loader.php' => ['privates''translation.loader.php''getTranslation_Loader_PhpService'true],
  2347.             'translation.loader.po' => ['privates''translation.loader.po''getTranslation_Loader_PoService'true],
  2348.             'translation.loader.qt' => ['privates''translation.loader.qt''getTranslation_Loader_QtService'true],
  2349.             'translation.loader.res' => ['privates''translation.loader.res''getTranslation_Loader_ResService'true],
  2350.             'translation.loader.xliff' => ['privates''translation.loader.xliff''getTranslation_Loader_XliffService'true],
  2351.             'translation.loader.yml' => ['privates''translation.loader.yml''getTranslation_Loader_YmlService'true],
  2352.         ], [
  2353.             'translation.loader.csv' => '?',
  2354.             'translation.loader.dat' => '?',
  2355.             'translation.loader.ini' => '?',
  2356.             'translation.loader.json' => '?',
  2357.             'translation.loader.mo' => '?',
  2358.             'translation.loader.php' => '?',
  2359.             'translation.loader.po' => '?',
  2360.             'translation.loader.qt' => '?',
  2361.             'translation.loader.res' => '?',
  2362.             'translation.loader.xliff' => '?',
  2363.             'translation.loader.yml' => '?',
  2364.         ]), new \Symfony\Component\Translation\Formatter\MessageFormatter(new \Symfony\Component\Translation\IdentityTranslator()), 'en', ['translation.loader.php' => [=> 'php'], 'translation.loader.yml' => [=> 'yaml'=> 'yml'], 'translation.loader.xliff' => [=> 'xlf'=> 'xliff'], 'translation.loader.po' => [=> 'po'], 'translation.loader.mo' => [=> 'mo'], 'translation.loader.qt' => [=> 'ts'], 'translation.loader.csv' => [=> 'csv'], 'translation.loader.res' => [=> 'res'], 'translation.loader.dat' => [=> 'dat'], 'translation.loader.ini' => [=> 'ini'], 'translation.loader.json' => [=> 'json']], ['cache_dir' => ($this->targetDir.''.'/translations'), 'debug' => true'resource_files' => ['af' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.af.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.af.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.af.xlf')], 'ar' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ar.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ar.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ar.xlf')], 'az' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.az.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.az.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.az.xlf')], 'be' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.be.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.be.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.be.xlf')], 'bg' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.bg.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.bg.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.bg.xlf')], 'bs' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.bs.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.bs.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.bs.xlf')], 'ca' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ca.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ca.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ca.xlf')], 'cs' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.cs.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.cs.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.cs.xlf')], 'cy' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.cy.xlf')], 'da' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.da.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.da.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.da.xlf')], 'de' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.de.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.de.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.de.xlf')], 'el' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.el.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.el.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.el.xlf')], 'en' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.en.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.en.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.en.xlf')], 'es' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.es.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.es.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.es.xlf')], 'et' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.et.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.et.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.et.xlf')], 'eu' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.eu.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.eu.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.eu.xlf')], 'fa' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.fa.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.fa.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.fa.xlf')], 'fi' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.fi.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.fi.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.fi.xlf')], 'fr' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.fr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.fr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.fr.xlf')], 'gl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.gl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.gl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.gl.xlf')], 'he' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.he.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.he.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.he.xlf')], 'hr' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.hr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.hr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.hr.xlf')], 'hu' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.hu.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.hu.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.hu.xlf')], 'hy' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.hy.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.hy.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.hy.xlf')], 'id' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.id.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.id.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.id.xlf')], 'it' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.it.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.it.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.it.xlf')], 'ja' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ja.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ja.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ja.xlf')], 'lb' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.lb.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.lb.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.lb.xlf')], 'lt' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.lt.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.lt.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.lt.xlf')], 'lv' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.lv.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.lv.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.lv.xlf')], 'mn' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.mn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.mn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.mn.xlf')], 'my' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.my.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.my.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.my.xlf')], 'nb' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.nb.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.nb.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.nb.xlf')], 'nl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.nl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.nl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.nl.xlf')], 'nn' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.nn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.nn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.nn.xlf')], 'no' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.no.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.no.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.no.xlf')], 'pl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.pl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.pl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.pl.xlf')], 'pt' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.pt.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.pt.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.pt.xlf')], 'pt_BR' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.pt_BR.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.pt_BR.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.pt_BR.xlf')], 'ro' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ro.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ro.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ro.xlf')], 'ru' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ru.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ru.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ru.xlf')], 'sk' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sk.xlf')], 'sl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sl.xlf')], 'sq' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sq.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sq.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sq.xlf')], 'sr_Cyrl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sr_Cyrl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sr_Cyrl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sr_Cyrl.xlf')], 'sr_Latn' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sr_Latn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sr_Latn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sr_Latn.xlf')], 'sv' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sv.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sv.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sv.xlf')], 'th' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.th.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.th.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.th.xlf')], 'tl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.tl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.tl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.tl.xlf')], 'tr' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.tr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.tr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.tr.xlf')], 'uk' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.uk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.uk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.uk.xlf')], 'ur' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ur.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ur.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ur.xlf')], 'uz' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.uz.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.uz.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.uz.xlf')], 'vi' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.vi.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.vi.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.vi.xlf')], 'zh_CN' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.zh_CN.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.zh_CN.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.zh_CN.xlf')], 'zh_TW' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.zh_TW.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.zh_TW.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.zh_TW.xlf')]], 'scanned_directories' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations'), => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/translations'), => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/translations'), => (\dirname(__DIR__4).'/vendor/symfony/debug-bundle/translations'), => (\dirname(__DIR__4).'/vendor/symfony/twig-bundle/translations'), => (\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/translations'), => (\dirname(__DIR__4).'/vendor/twig/extra-bundle/translations'), => (\dirname(__DIR__4).'/vendor/symfony/security-bundle/translations'), 10 => (\dirname(__DIR__4).'/vendor/symfony/monolog-bundle/translations'), 11 => (\dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/translations'), 12 => (\dirname(__DIR__4).'/vendor/league/tactician-bundle/src/translations'), 13 => (\dirname(__DIR__4).'/vendor/knplabs/knp-menu-bundle/src/translations'), 14 => (\dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/translations'), 15 => (\dirname(__DIR__4).'/vendor/stof/doctrine-extensions-bundle/src/translations'), 16 => (\dirname(__DIR__4).'/translations')], 'cache_vary' => ['scanned_directories' => [=> 'vendor/symfony/validator/Resources/translations'=> 'vendor/symfony/form/Resources/translations'=> 'vendor/symfony/security-core/Resources/translations'=> 'vendor/symfony/framework-bundle/translations'=> 'vendor/doctrine/doctrine-bundle/translations'=> 'vendor/symfony/debug-bundle/translations'=> 'vendor/symfony/twig-bundle/translations'=> 'vendor/symfony/web-profiler-bundle/translations'=> 'vendor/twig/extra-bundle/translations'=> 'vendor/symfony/security-bundle/translations'10 => 'vendor/symfony/monolog-bundle/translations'11 => 'vendor/symfony/maker-bundle/src/translations'12 => 'vendor/league/tactician-bundle/src/translations'13 => 'vendor/knplabs/knp-menu-bundle/src/translations'14 => 'vendor/sensio/framework-extra-bundle/src/translations'15 => 'vendor/stof/doctrine-extensions-bundle/src/translations'16 => 'translations']]], []);
  2365.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  2366.         $instance->setFallbackLocales([=> 'en']);
  2367.         return $instance;
  2368.     }
  2369.     /**
  2370.      * Gets the private 'validator.builder' shared service.
  2371.      *
  2372.      * @return \Symfony\Component\Validator\ValidatorBuilder
  2373.      */
  2374.     protected function getValidator_BuilderService()
  2375.     {
  2376.         $this->privates['validator.builder'] = $instance \Symfony\Component\Validator\Validation::createValidatorBuilder();
  2377.         $a = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  2378.         $instance->setConstraintValidatorFactory(new \Symfony\Component\Validator\ContainerConstraintValidatorFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2379.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'true],
  2380.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'true],
  2381.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => ['privates''validator.email''getValidator_EmailService'true],
  2382.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => ['privates''validator.expression''getValidator_ExpressionService'true],
  2383.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => ['privates''validator.not_compromised_password''getValidator_NotCompromisedPasswordService'true],
  2384.             'doctrine.orm.validator.unique' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'true],
  2385.             'security.validator.user_password' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'true],
  2386.             'validator.expression' => ['privates''validator.expression''getValidator_ExpressionService'true],
  2387.         ], [
  2388.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => '?',
  2389.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => '?',
  2390.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => '?',
  2391.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => '?',
  2392.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => '?',
  2393.             'doctrine.orm.validator.unique' => '?',
  2394.             'security.validator.user_password' => '?',
  2395.             'validator.expression' => '?',
  2396.         ])));
  2397.         if ($this->has('translator')) {
  2398.             $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()));
  2399.         }
  2400.         $instance->setTranslationDomain('validators');
  2401.         $instance->addXmlMappings([=> (\dirname(__DIR__4).'/vendor/symfony/form/Resources/config/validation.xml')]);
  2402.         $instance->addYamlMappings([=> (\dirname(__DIR__4).'/src/AppBundle/Resources/config/validation.yml')]);
  2403.         $instance->enableAnnotationMapping(true);
  2404.         $instance->setDoctrineAnnotationReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  2405.         $instance->addMethodMapping('loadValidatorMetadata');
  2406.         $instance->addObjectInitializers([=> new \Symfony\Bridge\Doctrine\Validator\DoctrineInitializer(($this->services['doctrine'] ?? $this->getDoctrineService()))]);
  2407.         $instance->addLoader(new \Symfony\Component\Validator\Mapping\Loader\PropertyInfoLoader($a$a$aNULL));
  2408.         $instance->addLoader(new \Symfony\Bridge\Doctrine\Validator\DoctrineLoader(($this->services['doctrine.orm.entity_manager'] ?? $this->getDoctrine_Orm_EntityManagerService()), NULL));
  2409.         return $instance;
  2410.     }
  2411.     /**
  2412.      * Gets the private 'var_dumper.html_dumper' shared service.
  2413.      *
  2414.      * @return \Symfony\Component\VarDumper\Dumper\HtmlDumper
  2415.      */
  2416.     protected function getVarDumper_HtmlDumperService()
  2417.     {
  2418.         $this->privates['var_dumper.html_dumper'] = $instance = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'0);
  2419.         $instance->setDisplayOptions(['fileLinkFormat' => ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())]);
  2420.         return $instance;
  2421.     }
  2422.     /**
  2423.      * Gets the private 'var_dumper.server_connection' shared service.
  2424.      *
  2425.      * @return \Symfony\Component\VarDumper\Server\Connection
  2426.      */
  2427.     protected function getVarDumper_ServerConnectionService()
  2428.     {
  2429.         return $this->privates['var_dumper.server_connection'] = new \Symfony\Component\VarDumper\Server\Connection('tcp://'.$this->getEnv('string:VAR_DUMPER_SERVER'), ['source' => new \Symfony\Component\VarDumper\Dumper\ContextProvider\SourceContextProvider('UTF-8'\dirname(__DIR__4), ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())), 'request' => new \Symfony\Component\VarDumper\Dumper\ContextProvider\RequestContextProvider(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()))), 'cli' => new \Symfony\Component\VarDumper\Dumper\ContextProvider\CliContextProvider()]);
  2430.     }
  2431.     /**
  2432.      * Gets the private 'web_profiler.csp.handler' shared service.
  2433.      *
  2434.      * @return \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler
  2435.      */
  2436.     protected function getWebProfiler_Csp_HandlerService()
  2437.     {
  2438.         return $this->privates['web_profiler.csp.handler'] = new \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler(new \Symfony\Bundle\WebProfilerBundle\Csp\NonceGenerator());
  2439.     }
  2440.     /**
  2441.      * Gets the private 'web_profiler.debug_toolbar' shared service.
  2442.      *
  2443.      * @return \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener
  2444.      */
  2445.     protected function getWebProfiler_DebugToolbarService()
  2446.     {
  2447.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  2448.         if (isset($this->privates['web_profiler.debug_toolbar'])) {
  2449.             return $this->privates['web_profiler.debug_toolbar'];
  2450.         }
  2451.         return $this->privates['web_profiler.debug_toolbar'] = new \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener($afalse2, ($this->services['router'] ?? $this->getRouterService()), '^/((index|app(_[\\w]+)?)\\.php/)?_wdt', ($this->privates['web_profiler.csp.handler'] ?? $this->getWebProfiler_Csp_HandlerService()), ($this->services['data_collector.dump'] ?? $this->getDataCollector_DumpService()));
  2452.     }
  2453.     /**
  2454.      * Gets the public 'cache_clearer' alias.
  2455.      *
  2456.      * @return object The ".container.private.cache_clearer" service.
  2457.      */
  2458.     protected function getCacheClearerService()
  2459.     {
  2460.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "cache_clearer" service directly from the container is deprecated, use dependency injection instead.');
  2461.         return $this->get('.container.private.cache_clearer');
  2462.     }
  2463.     /**
  2464.      * Gets the public 'filesystem' alias.
  2465.      *
  2466.      * @return object The ".container.private.filesystem" service.
  2467.      */
  2468.     protected function getFilesystemService()
  2469.     {
  2470.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "filesystem" service directly from the container is deprecated, use dependency injection instead.');
  2471.         return $this->get('.container.private.filesystem');
  2472.     }
  2473.     /**
  2474.      * Gets the public 'serializer' alias.
  2475.      *
  2476.      * @return object The ".container.private.serializer" service.
  2477.      */
  2478.     protected function getSerializerService()
  2479.     {
  2480.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "serializer" service directly from the container is deprecated, use dependency injection instead.');
  2481.         return $this->get('.container.private.serializer');
  2482.     }
  2483.     /**
  2484.      * Gets the public 'security.csrf.token_manager' alias.
  2485.      *
  2486.      * @return object The ".container.private.security.csrf.token_manager" service.
  2487.      */
  2488.     protected function getSecurity_Csrf_TokenManagerService()
  2489.     {
  2490.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "security.csrf.token_manager" service directly from the container is deprecated, use dependency injection instead.');
  2491.         return $this->get('.container.private.security.csrf.token_manager');
  2492.     }
  2493.     /**
  2494.      * Gets the public 'form.factory' alias.
  2495.      *
  2496.      * @return object The ".container.private.form.factory" service.
  2497.      */
  2498.     protected function getForm_FactoryService()
  2499.     {
  2500.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "form.factory" service directly from the container is deprecated, use dependency injection instead.');
  2501.         return $this->get('.container.private.form.factory');
  2502.     }
  2503.     /**
  2504.      * Gets the public 'form.type.file' alias.
  2505.      *
  2506.      * @return object The ".container.private.form.type.file" service.
  2507.      */
  2508.     protected function getForm_Type_FileService()
  2509.     {
  2510.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "form.type.file" service directly from the container is deprecated, use dependency injection instead.');
  2511.         return $this->get('.container.private.form.type.file');
  2512.     }
  2513.     /**
  2514.      * Gets the public 'profiler' alias.
  2515.      *
  2516.      * @return object The ".container.private.profiler" service.
  2517.      */
  2518.     protected function getProfilerService()
  2519.     {
  2520.         trigger_deprecation('symfony/framework-bundle''5.4''Accessing the "profiler" service directly from the container is deprecated, use dependency injection instead.');
  2521.         return $this->get('.container.private.profiler');
  2522.     }
  2523.     /**
  2524.      * Gets the public 'twig' alias.
  2525.      *
  2526.      * @return object The ".container.private.twig" service.
  2527.      */
  2528.     protected function getTwigService()
  2529.     {
  2530.         trigger_deprecation('symfony/twig-bundle''5.2''Accessing the "twig" service directly from the container is deprecated, use dependency injection instead.');
  2531.         return $this->get('.container.private.twig');
  2532.     }
  2533.     /**
  2534.      * Gets the public 'security.authorization_checker' alias.
  2535.      *
  2536.      * @return object The ".container.private.security.authorization_checker" service.
  2537.      */
  2538.     protected function getSecurity_AuthorizationCheckerService()
  2539.     {
  2540.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.authorization_checker" service directly from the container is deprecated, use dependency injection instead.');
  2541.         return $this->get('.container.private.security.authorization_checker');
  2542.     }
  2543.     /**
  2544.      * Gets the public 'security.token_storage' alias.
  2545.      *
  2546.      * @return object The ".container.private.security.token_storage" service.
  2547.      */
  2548.     protected function getSecurity_TokenStorageService()
  2549.     {
  2550.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.token_storage" service directly from the container is deprecated, use dependency injection instead.');
  2551.         return $this->get('.container.private.security.token_storage');
  2552.     }
  2553.     /**
  2554.      * Gets the public 'security.password_encoder' alias.
  2555.      *
  2556.      * @return object The ".container.private.security.password_encoder" service.
  2557.      */
  2558.     protected function getSecurity_PasswordEncoderService()
  2559.     {
  2560.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.password_encoder" service directly from the container is deprecated, use dependency injection instead.');
  2561.         return $this->get('.container.private.security.password_encoder');
  2562.     }
  2563.     /**
  2564.      * Gets the public 'session' alias.
  2565.      *
  2566.      * @return object The ".container.private.session" service.
  2567.      */
  2568.     protected function getSessionService()
  2569.     {
  2570.         trigger_deprecation('symfony/framework-bundle''5.3''Accessing the "session" service directly from the container is deprecated, use dependency injection instead.');
  2571.         return $this->get('.container.private.session');
  2572.     }
  2573.     /**
  2574.      * Gets the public 'validator' alias.
  2575.      *
  2576.      * @return object The ".container.private.validator" service.
  2577.      */
  2578.     protected function getValidatorService()
  2579.     {
  2580.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "validator" service directly from the container is deprecated, use dependency injection instead.');
  2581.         return $this->get('.container.private.validator');
  2582.     }
  2583.     /**
  2584.      * @return array|bool|float|int|string|\UnitEnum|null
  2585.      */
  2586.     public function getParameter(string $name)
  2587.     {
  2588.         if (isset($this->buildParameters[$name])) {
  2589.             return $this->buildParameters[$name];
  2590.         }
  2591.         if (!(isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name$this->parameters))) {
  2592.             throw new InvalidArgumentException(sprintf('The parameter "%s" must be defined.'$name));
  2593.         }
  2594.         if (isset($this->loadedDynamicParameters[$name])) {
  2595.             return $this->loadedDynamicParameters[$name] ? $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  2596.         }
  2597.         return $this->parameters[$name];
  2598.     }
  2599.     public function hasParameter(string $name): bool
  2600.     {
  2601.         if (isset($this->buildParameters[$name])) {
  2602.             return true;
  2603.         }
  2604.         return isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name$this->parameters);
  2605.     }
  2606.     public function setParameter(string $name$value): void
  2607.     {
  2608.         throw new LogicException('Impossible to call set() on a frozen ParameterBag.');
  2609.     }
  2610.     public function getParameterBag(): ParameterBagInterface
  2611.     {
  2612.         if (null === $this->parameterBag) {
  2613.             $parameters $this->parameters;
  2614.             foreach ($this->loadedDynamicParameters as $name => $loaded) {
  2615.                 $parameters[$name] = $loaded $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  2616.             }
  2617.             foreach ($this->buildParameters as $name => $value) {
  2618.                 $parameters[$name] = $value;
  2619.             }
  2620.             $this->parameterBag = new FrozenParameterBag($parameters);
  2621.         }
  2622.         return $this->parameterBag;
  2623.     }
  2624.     private $loadedDynamicParameters = [
  2625.         'kernel.runtime_environment' => false,
  2626.         'kernel.build_dir' => false,
  2627.         'kernel.cache_dir' => false,
  2628.         'database_version' => false,
  2629.         'mailer_dsn' => false,
  2630.         'chrome_host' => false,
  2631.         'chrome_port' => false,
  2632.         'kernel.secret' => false,
  2633.         'debug.container.dump' => false,
  2634.         'serializer.mapping.cache.file' => false,
  2635.         'session.save_path' => false,
  2636.         'validator.mapping.cache.file' => false,
  2637.         'profiler.storage.dsn' => false,
  2638.         'doctrine.orm.proxy_dir' => false,
  2639.     ];
  2640.     private $dynamicParameters = [];
  2641.     private function getDynamicParameter(string $name)
  2642.     {
  2643.         switch ($name) {
  2644.             case 'kernel.runtime_environment'$value $this->getEnv('default:kernel.environment:APP_RUNTIME_ENV'); break;
  2645.             case 'kernel.build_dir'$value $this->targetDir.''; break;
  2646.             case 'kernel.cache_dir'$value $this->targetDir.''; break;
  2647.             case 'database_version'$value $this->getEnv('DATABASE_VERSION'); break;
  2648.             case 'mailer_dsn'$value $this->getEnv('MAILER_DSN'); break;
  2649.             case 'chrome_host'$value $this->getEnv('CHROME_HOST'); break;
  2650.             case 'chrome_port'$value $this->getEnv('CHROME_PORT'); break;
  2651.             case 'kernel.secret'$value $this->getEnv('APP_SECRET'); break;
  2652.             case 'debug.container.dump'$value = ($this->targetDir.''.'/KernelDevDebugContainer.xml'); break;
  2653.             case 'serializer.mapping.cache.file'$value = ($this->targetDir.''.'/serialization.php'); break;
  2654.             case 'session.save_path'$value = ($this->targetDir.''.'/sessions'); break;
  2655.             case 'validator.mapping.cache.file'$value = ($this->targetDir.''.'/validation.php'); break;
  2656.             case 'profiler.storage.dsn'$value = ('file:'.$this->targetDir.''.'/profiler'); break;
  2657.             case 'doctrine.orm.proxy_dir'$value = ($this->targetDir.''.'/doctrine/orm/Proxies'); break;
  2658.             default: throw new InvalidArgumentException(sprintf('The dynamic parameter "%s" must be defined.'$name));
  2659.         }
  2660.         $this->loadedDynamicParameters[$name] = true;
  2661.         return $this->dynamicParameters[$name] = $value;
  2662.     }
  2663.     protected function getDefaultParameters(): array
  2664.     {
  2665.         return [
  2666.             'kernel.project_dir' => \dirname(__DIR__4),
  2667.             'kernel.environment' => 'dev',
  2668.             'kernel.debug' => true,
  2669.             'kernel.logs_dir' => (\dirname(__DIR__3).'/log'),
  2670.             'kernel.bundles' => [
  2671.                 'FrameworkBundle' => 'Symfony\\Bundle\\FrameworkBundle\\FrameworkBundle',
  2672.                 'DoctrineBundle' => 'Doctrine\\Bundle\\DoctrineBundle\\DoctrineBundle',
  2673.                 'DebugBundle' => 'Symfony\\Bundle\\DebugBundle\\DebugBundle',
  2674.                 'TwigBundle' => 'Symfony\\Bundle\\TwigBundle\\TwigBundle',
  2675.                 'WebProfilerBundle' => 'Symfony\\Bundle\\WebProfilerBundle\\WebProfilerBundle',
  2676.                 'TwigExtraBundle' => 'Twig\\Extra\\TwigExtraBundle\\TwigExtraBundle',
  2677.                 'SecurityBundle' => 'Symfony\\Bundle\\SecurityBundle\\SecurityBundle',
  2678.                 'MonologBundle' => 'Symfony\\Bundle\\MonologBundle\\MonologBundle',
  2679.                 'MakerBundle' => 'Symfony\\Bundle\\MakerBundle\\MakerBundle',
  2680.                 'TacticianBundle' => 'League\\Tactician\\Bundle\\TacticianBundle',
  2681.                 'KnpMenuBundle' => 'Knp\\Bundle\\MenuBundle\\KnpMenuBundle',
  2682.                 'SensioFrameworkExtraBundle' => 'Sensio\\Bundle\\FrameworkExtraBundle\\SensioFrameworkExtraBundle',
  2683.                 'StofDoctrineExtensionsBundle' => 'Stof\\DoctrineExtensionsBundle\\StofDoctrineExtensionsBundle',
  2684.             ],
  2685.             'kernel.bundles_metadata' => [
  2686.                 'FrameworkBundle' => [
  2687.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle'),
  2688.                     'namespace' => 'Symfony\\Bundle\\FrameworkBundle',
  2689.                 ],
  2690.                 'DoctrineBundle' => [
  2691.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle'),
  2692.                     'namespace' => 'Doctrine\\Bundle\\DoctrineBundle',
  2693.                 ],
  2694.                 'DebugBundle' => [
  2695.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/debug-bundle'),
  2696.                     'namespace' => 'Symfony\\Bundle\\DebugBundle',
  2697.                 ],
  2698.                 'TwigBundle' => [
  2699.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/twig-bundle'),
  2700.                     'namespace' => 'Symfony\\Bundle\\TwigBundle',
  2701.                 ],
  2702.                 'WebProfilerBundle' => [
  2703.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle'),
  2704.                     'namespace' => 'Symfony\\Bundle\\WebProfilerBundle',
  2705.                 ],
  2706.                 'TwigExtraBundle' => [
  2707.                     'path' => (\dirname(__DIR__4).'/vendor/twig/extra-bundle'),
  2708.                     'namespace' => 'Twig\\Extra\\TwigExtraBundle',
  2709.                 ],
  2710.                 'SecurityBundle' => [
  2711.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/security-bundle'),
  2712.                     'namespace' => 'Symfony\\Bundle\\SecurityBundle',
  2713.                 ],
  2714.                 'MonologBundle' => [
  2715.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/monolog-bundle'),
  2716.                     'namespace' => 'Symfony\\Bundle\\MonologBundle',
  2717.                 ],
  2718.                 'MakerBundle' => [
  2719.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/maker-bundle/src'),
  2720.                     'namespace' => 'Symfony\\Bundle\\MakerBundle',
  2721.                 ],
  2722.                 'TacticianBundle' => [
  2723.                     'path' => (\dirname(__DIR__4).'/vendor/league/tactician-bundle/src'),
  2724.                     'namespace' => 'League\\Tactician\\Bundle',
  2725.                 ],
  2726.                 'KnpMenuBundle' => [
  2727.                     'path' => (\dirname(__DIR__4).'/vendor/knplabs/knp-menu-bundle/src'),
  2728.                     'namespace' => 'Knp\\Bundle\\MenuBundle',
  2729.                 ],
  2730.                 'SensioFrameworkExtraBundle' => [
  2731.                     'path' => (\dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src'),
  2732.                     'namespace' => 'Sensio\\Bundle\\FrameworkExtraBundle',
  2733.                 ],
  2734.                 'StofDoctrineExtensionsBundle' => [
  2735.                     'path' => (\dirname(__DIR__4).'/vendor/stof/doctrine-extensions-bundle/src'),
  2736.                     'namespace' => 'Stof\\DoctrineExtensionsBundle',
  2737.                 ],
  2738.             ],
  2739.             'kernel.charset' => 'UTF-8',
  2740.             'kernel.container_class' => 'KernelDevDebugContainer',
  2741.             'env(DATABASE_VERSION)' => '5.7',
  2742.             'env(MAILER_DSN)' => 'smtp://Optic-Kleer:64JdI-AkFJlZxr5EndPoUw@smtp.mandrillapp.com:25',
  2743.             'database_host' => 'optic-kleer-staging-do-user-9843293-0.m.db.ondigitalocean.com',
  2744.             'database_port' => 25060,
  2745.             'database_name' => 'optickleer_admin',
  2746.             'database_user' => 'optickleer_staging',
  2747.             'database_password' => 'AVNS_0k95Rpa4RM6a4BQMbUi',
  2748.             'mailer_transport' => 'smtp',
  2749.             'mailer_host' => 'smtp.mandrillapp.com',
  2750.             'mailer_user' => 'Optic-Kleer',
  2751.             'mailer_password' => '64JdI-AkFJlZxr5EndPoUw',
  2752.             'mailer_from' => 'support@optic-kleer.co.uk',
  2753.             'mailer_from_name' => 'Optic-Kleer Support',
  2754.             'mailer_delivery_address' => 'david@optic-kleer.co.uk',
  2755.             'router.request_context.host' => 'staging.admin.optic-kleer.co.uk',
  2756.             'router.request_context.scheme' => 'https',
  2757.             'secret' => 'ASJhdgawerA8we5uyfsjh',
  2758.             'vrmlookup.username' => 'OptBuc6464',
  2759.             'vrmlookup.password' => '1lL3C4C4',
  2760.             'vrmlookup.application' => 179,
  2761.             'sms.token' => '6G9R-0cV4-iikV-oOp8',
  2762.             'sms.source_address' => 'OPTIC KLEER',
  2763.             'pca.account_code' => 'OPTIC11126',
  2764.             'google_maps.api_key' => 'AIzaSyAiUs-UBV9-i-0kOteYeCCA7G5Q_psPph4',
  2765.             'google_maps.api_server_key' => 'AIzaSyDK4EIzP8eFC18WYV7dmR2UmnTjSN3gJxU',
  2766.             'ga_public_tracking_id' => 'UA-61090458-1',
  2767.             'mailer_addr.consumable.place_order' => [
  2768.                 'david@optic-kleer.co.uk' => 'David Overton',
  2769.                 'hayley@optic-kleer.co.uk' => 'Hayley Tomlinson',
  2770.             ],
  2771.             'mailer_addr.event.late_diary_changes' => [
  2772.                 'david@optic-kleer.co.uk' => 'David Overton',
  2773.                 'hayley@optic-kleer.co.uk' => 'Hayley Tomlinson',
  2774.                 'sue@optic-kleer.co.uk' => 'Sue Smith',
  2775.             ],
  2776.             'mailer_addr.event.thirdparty_booking_request' => [
  2777.                 'hayley@optic-kleer.co.uk' => 'Hayley Tomlinson',
  2778.                 'sarah@optic-kleer.co.uk' => 'Sarah Overton',
  2779.             ],
  2780.             'mailer_addr.event.thirdparty_cancel_request' => [
  2781.                 'hayley@optic-kleer.co.uk' => 'Hayley Tomlinson',
  2782.                 'sarah@optic-kleer.co.uk' => 'Sarah Overton',
  2783.             ],
  2784.             'mailer_addr.ticket.send_correspondence' => [
  2785.                 'support@optic-kleer.co.uk' => 'Optic-Kleer Support',
  2786.             ],
  2787.             'mailer_addr.ticket.customer_payment' => [
  2788.                 'support@optic-kleer.co.uk' => 'Optic-Kleer Support',
  2789.             ],
  2790.             'mailer_addr.ticket.customer_repair' => [
  2791.                 'support@optic-kleer.co.uk' => 'Optic-Kleer Support',
  2792.             ],
  2793.             'mailer_addr.ticket.insurer_support' => [
  2794.                 'support@optic-kleer.co.uk' => 'Windscreen Repair Support',
  2795.             ],
  2796.             'mailer_addr.ticket.review_invitation' => [
  2797.                 'support@optic-kleer.co.uk' => 'Optic-Kleer Support',
  2798.             ],
  2799.             'zendesk.subdomain' => 'optic-kleerhelp',
  2800.             'zendesk.username' => 'sarah@optic-kleer.co.uk',
  2801.             'zendesk.token' => 'Uq8sQi8heDRTpMvw2NnIjgUsazd1P266JchUzScv',
  2802.             'zendesk.field.invoice_no' => 114099437671,
  2803.             'env(CHROME_HOST)' => NULL,
  2804.             'env(CHROME_PORT)' => '9222',
  2805.             'ga_collect_url' => 'https://www.google-analytics.com/collect',
  2806.             'vrmlookup.address' => 'https://live.vdslookup.co.uk/vehiclesearch.v4.0/api/GB/details',
  2807.             'event_dispatcher.event_aliases' => [
  2808.                 'Symfony\\Component\\Console\\Event\\ConsoleCommandEvent' => 'console.command',
  2809.                 'Symfony\\Component\\Console\\Event\\ConsoleErrorEvent' => 'console.error',
  2810.                 'Symfony\\Component\\Console\\Event\\ConsoleSignalEvent' => 'console.signal',
  2811.                 'Symfony\\Component\\Console\\Event\\ConsoleTerminateEvent' => 'console.terminate',
  2812.                 'Symfony\\Component\\Form\\Event\\PreSubmitEvent' => 'form.pre_submit',
  2813.                 'Symfony\\Component\\Form\\Event\\SubmitEvent' => 'form.submit',
  2814.                 'Symfony\\Component\\Form\\Event\\PostSubmitEvent' => 'form.post_submit',
  2815.                 'Symfony\\Component\\Form\\Event\\PreSetDataEvent' => 'form.pre_set_data',
  2816.                 'Symfony\\Component\\Form\\Event\\PostSetDataEvent' => 'form.post_set_data',
  2817.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerArgumentsEvent' => 'kernel.controller_arguments',
  2818.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerEvent' => 'kernel.controller',
  2819.                 'Symfony\\Component\\HttpKernel\\Event\\ResponseEvent' => 'kernel.response',
  2820.                 'Symfony\\Component\\HttpKernel\\Event\\FinishRequestEvent' => 'kernel.finish_request',
  2821.                 'Symfony\\Component\\HttpKernel\\Event\\RequestEvent' => 'kernel.request',
  2822.                 'Symfony\\Component\\HttpKernel\\Event\\ViewEvent' => 'kernel.view',
  2823.                 'Symfony\\Component\\HttpKernel\\Event\\ExceptionEvent' => 'kernel.exception',
  2824.                 'Symfony\\Component\\HttpKernel\\Event\\TerminateEvent' => 'kernel.terminate',
  2825.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationSuccessEvent' => 'security.authentication.success',
  2826.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationFailureEvent' => 'security.authentication.failure',
  2827.                 'Symfony\\Component\\Security\\Http\\Event\\InteractiveLoginEvent' => 'security.interactive_login',
  2828.                 'Symfony\\Component\\Security\\Http\\Event\\SwitchUserEvent' => 'security.switch_user',
  2829.             ],
  2830.             'fragment.renderer.hinclude.global_template' => NULL,
  2831.             'fragment.path' => '/_fragment',
  2832.             'kernel.http_method_override' => false,
  2833.             'kernel.trusted_hosts' => [
  2834.             ],
  2835.             'kernel.default_locale' => 'en',
  2836.             'kernel.enabled_locales' => [
  2837.             ],
  2838.             'kernel.error_controller' => 'error_controller',
  2839.             'debug.file_link_format' => NULL,
  2840.             'asset.request_context.base_path' => NULL,
  2841.             'asset.request_context.secure' => NULL,
  2842.             'translator.logging' => false,
  2843.             'translator.default_path' => (\dirname(__DIR__4).'/translations'),
  2844.             'debug.error_handler.throw_at' => -1,
  2845.             'router.request_context.base_url' => '',
  2846.             'router.resource' => 'kernel::loadRoutes',
  2847.             'request_listener.http_port' => 80,
  2848.             'request_listener.https_port' => 443,
  2849.             'session.metadata.storage_key' => '_sf2_meta',
  2850.             'session.storage.options' => [
  2851.                 'cache_limiter' => '0',
  2852.                 'cookie_secure' => 'auto',
  2853.                 'cookie_httponly' => true,
  2854.                 'cookie_samesite' => 'lax',
  2855.                 'gc_probability' => 1,
  2856.             ],
  2857.             'session.metadata.update_threshold' => 0,
  2858.             'form.type_extension.csrf.enabled' => true,
  2859.             'form.type_extension.csrf.field_name' => '_token',
  2860.             'validator.translation_domain' => 'validators',
  2861.             'profiler_listener.only_exceptions' => false,
  2862.             'profiler_listener.only_main_requests' => false,
  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.                 'domain_hexadecimal' => [
  2876.                     'class' => 'DomainBundle\\Extension\\Doctrine\\Type\\HexadecimalType',
  2877.                 ],
  2878.                 'vo_company_vatnumber' => [
  2879.                     'class' => 'ValueObject\\Extension\\Doctrine\\Type\\Company\\VatNumberType',
  2880.                 ],
  2881.                 'vo_consumable_orderstatus' => [
  2882.                     'class' => 'ValueObject\\Extension\\Doctrine\\Type\\Consumable\\OrderStatusType',
  2883.                 ],
  2884.                 'vo_contact_telephonenumber' => [
  2885.                     'class' => 'ValueObject\\Extension\\Doctrine\\Type\\Contact\\TelephoneNumberType',
  2886.                 ],
  2887.                 'vo_datetime_dateduration' => [
  2888.                     'class' => 'ValueObject\\Extension\\Doctrine\\Type\\DateTime\\DateDurationType',
  2889.                 ],
  2890.                 'vo_datetime_dayofweek' => [
  2891.                     'class' => 'ValueObject\\Extension\\Doctrine\\Type\\DateTime\\DayOfWeekType',
  2892.                 ],
  2893.                 'vo_datetime_timeofday' => [
  2894.                     'class' => 'ValueObject\\Extension\\Doctrine\\Type\\DateTime\\TimeOfDayType',
  2895.                 ],
  2896.                 'vo_event_thirdpartybookingstatus' => [
  2897.                     'class' => 'ValueObject\\Extension\\Doctrine\\Type\\Event\\ThirdPartyBookingStatusType',
  2898.                 ],
  2899.                 'vo_event_thirdpartycancelstatus' => [
  2900.                     'class' => 'ValueObject\\Extension\\Doctrine\\Type\\Event\\ThirdPartyCancelStatusType',
  2901.                 ],
  2902.                 'vo_event_thirdpartyeventstatus' => [
  2903.                     'class' => 'ValueObject\\Extension\\Doctrine\\Type\\Event\\ThirdPartyEventStatusType',
  2904.                 ],
  2905.                 'vo_geography_latitudelongitude' => [
  2906.                     'class' => 'ValueObject\\Extension\\Doctrine\\Type\\Geography\\LatitudeLongitudeType',
  2907.                 ],
  2908.                 'vo_identity_ordereduuid' => [
  2909.                     'class' => 'ValueObject\\Extension\\Doctrine\\Type\\Identity\\OrderedUuidType',
  2910.                 ],
  2911.                 'vo_identity_uuid' => [
  2912.                     'class' => 'ValueObject\\Extension\\Doctrine\\Type\\Identity\\UuidType',
  2913.                 ],
  2914.                 'vo_identity_uuidarray' => [
  2915.                     'class' => 'ValueObject\\Extension\\Doctrine\\Type\\Identity\\UuidArrayType',
  2916.                 ],
  2917.                 'vo_identity_vrm' => [
  2918.                     'class' => 'ValueObject\\Extension\\Doctrine\\Type\\Identity\\VrmType',
  2919.                 ],
  2920.                 'vo_insurer_claimsprocess' => [
  2921.                     'class' => 'ValueObject\\Extension\\Doctrine\\Type\\Insurer\\ClaimsProcessType',
  2922.                 ],
  2923.                 'vo_insurer_internaltype' => [
  2924.                     'class' => 'ValueObject\\Extension\\Doctrine\\Type\\Insurer\\InternalTypeType',
  2925.                 ],
  2926.                 'vo_money_money' => [
  2927.                     'class' => 'ValueObject\\Extension\\Doctrine\\Type\\Money\\MoneyType',
  2928.                 ],
  2929.                 'vo_money_paymenttype' => [
  2930.                     'class' => 'ValueObject\\Extension\\Doctrine\\Type\\Money\\PaymentTypeType',
  2931.                 ],
  2932.                 'vo_operator_internaltype' => [
  2933.                     'class' => 'ValueObject\\Extension\\Doctrine\\Type\\Operator\\InternalTypeType',
  2934.                 ],
  2935.                 'vo_person_signature' => [
  2936.                     'class' => 'ValueObject\\Extension\\Doctrine\\Type\\Person\\SignatureType',
  2937.                 ],
  2938.                 'vo_repair_repairtype' => [
  2939.                     'class' => 'ValueObject\\Extension\\Doctrine\\Type\\Repair\\RepairTypeType',
  2940.                 ],
  2941.                 'vo_repair_repairzone' => [
  2942.                     'class' => 'ValueObject\\Extension\\Doctrine\\Type\\Repair\\RepairZoneType',
  2943.                 ],
  2944.                 'vo_vehicle_vehicletype' => [
  2945.                     'class' => 'ValueObject\\Extension\\Doctrine\\Type\\Vehicle\\VehicleTypeType',
  2946.                 ],
  2947.                 'vo_web_emailaddress' => [
  2948.                     'class' => 'ValueObject\\Extension\\Doctrine\\Type\\Web\\EmailAddressType',
  2949.                 ],
  2950.             ],
  2951.             'doctrine.connections' => [
  2952.                 'default' => 'doctrine.dbal.default_connection',
  2953.             ],
  2954.             'doctrine.default_connection' => 'default',
  2955.             'doctrine.orm.configuration.class' => 'Doctrine\\ORM\\Configuration',
  2956.             'doctrine.orm.entity_manager.class' => 'Doctrine\\ORM\\EntityManager',
  2957.             'doctrine.orm.manager_configurator.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ManagerConfigurator',
  2958.             'doctrine.orm.cache.array.class' => 'Doctrine\\Common\\Cache\\ArrayCache',
  2959.             'doctrine.orm.cache.apc.class' => 'Doctrine\\Common\\Cache\\ApcCache',
  2960.             'doctrine.orm.cache.memcache.class' => 'Doctrine\\Common\\Cache\\MemcacheCache',
  2961.             'doctrine.orm.cache.memcache_host' => 'localhost',
  2962.             'doctrine.orm.cache.memcache_port' => 11211,
  2963.             'doctrine.orm.cache.memcache_instance.class' => 'Memcache',
  2964.             'doctrine.orm.cache.memcached.class' => 'Doctrine\\Common\\Cache\\MemcachedCache',
  2965.             'doctrine.orm.cache.memcached_host' => 'localhost',
  2966.             'doctrine.orm.cache.memcached_port' => 11211,
  2967.             'doctrine.orm.cache.memcached_instance.class' => 'Memcached',
  2968.             'doctrine.orm.cache.redis.class' => 'Doctrine\\Common\\Cache\\RedisCache',
  2969.             'doctrine.orm.cache.redis_host' => 'localhost',
  2970.             'doctrine.orm.cache.redis_port' => 6379,
  2971.             'doctrine.orm.cache.redis_instance.class' => 'Redis',
  2972.             'doctrine.orm.cache.xcache.class' => 'Doctrine\\Common\\Cache\\XcacheCache',
  2973.             'doctrine.orm.cache.wincache.class' => 'Doctrine\\Common\\Cache\\WinCacheCache',
  2974.             'doctrine.orm.cache.zenddata.class' => 'Doctrine\\Common\\Cache\\ZendDataCache',
  2975.             'doctrine.orm.metadata.driver_chain.class' => 'Doctrine\\Persistence\\Mapping\\Driver\\MappingDriverChain',
  2976.             'doctrine.orm.metadata.annotation.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AnnotationDriver',
  2977.             'doctrine.orm.metadata.xml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedXmlDriver',
  2978.             'doctrine.orm.metadata.yml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedYamlDriver',
  2979.             'doctrine.orm.metadata.php.class' => 'Doctrine\\ORM\\Mapping\\Driver\\PHPDriver',
  2980.             'doctrine.orm.metadata.staticphp.class' => 'Doctrine\\ORM\\Mapping\\Driver\\StaticPHPDriver',
  2981.             'doctrine.orm.metadata.attribute.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AttributeDriver',
  2982.             'doctrine.orm.proxy_cache_warmer.class' => 'Symfony\\Bridge\\Doctrine\\CacheWarmer\\ProxyCacheWarmer',
  2983.             'form.type_guesser.doctrine.class' => 'Symfony\\Bridge\\Doctrine\\Form\\DoctrineOrmTypeGuesser',
  2984.             'doctrine.orm.validator.unique.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator',
  2985.             'doctrine.orm.validator_initializer.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\DoctrineInitializer',
  2986.             'doctrine.orm.security.user.provider.class' => 'Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider',
  2987.             'doctrine.orm.listeners.resolve_target_entity.class' => 'Doctrine\\ORM\\Tools\\ResolveTargetEntityListener',
  2988.             'doctrine.orm.listeners.attach_entity_listeners.class' => 'Doctrine\\ORM\\Tools\\AttachEntityListenersListener',
  2989.             'doctrine.orm.naming_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultNamingStrategy',
  2990.             'doctrine.orm.naming_strategy.underscore.class' => 'Doctrine\\ORM\\Mapping\\UnderscoreNamingStrategy',
  2991.             'doctrine.orm.quote_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultQuoteStrategy',
  2992.             'doctrine.orm.quote_strategy.ansi.class' => 'Doctrine\\ORM\\Mapping\\AnsiQuoteStrategy',
  2993.             'doctrine.orm.entity_listener_resolver.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ContainerEntityListenerResolver',
  2994.             'doctrine.orm.second_level_cache.default_cache_factory.class' => 'Doctrine\\ORM\\Cache\\DefaultCacheFactory',
  2995.             'doctrine.orm.second_level_cache.default_region.class' => 'Doctrine\\ORM\\Cache\\Region\\DefaultRegion',
  2996.             'doctrine.orm.second_level_cache.filelock_region.class' => 'Doctrine\\ORM\\Cache\\Region\\FileLockRegion',
  2997.             'doctrine.orm.second_level_cache.logger_chain.class' => 'Doctrine\\ORM\\Cache\\Logging\\CacheLoggerChain',
  2998.             'doctrine.orm.second_level_cache.logger_statistics.class' => 'Doctrine\\ORM\\Cache\\Logging\\StatisticsCacheLogger',
  2999.             'doctrine.orm.second_level_cache.cache_configuration.class' => 'Doctrine\\ORM\\Cache\\CacheConfiguration',
  3000.             'doctrine.orm.second_level_cache.regions_configuration.class' => 'Doctrine\\ORM\\Cache\\RegionsConfiguration',
  3001.             'doctrine.orm.auto_generate_proxy_classes' => true,
  3002.             'doctrine.orm.enable_lazy_ghost_objects' => false,
  3003.             'doctrine.orm.proxy_namespace' => 'Proxies',
  3004.             'env(VAR_DUMPER_SERVER)' => '127.0.0.1:9912',
  3005.             'twig.form.resources' => [
  3006.                 => 'form_div_layout.html.twig',
  3007.                 => '@App/form/_theme_default.html.twig',
  3008.             ],
  3009.             'twig.default_path' => (\dirname(__DIR__4).'/templates'),
  3010.             'web_profiler.debug_toolbar.intercept_redirects' => false,
  3011.             'web_profiler.debug_toolbar.mode' => 2,
  3012.             'security.role_hierarchy.roles' => [
  3013.                 'ROLE_OPERATOR' => [
  3014.                     => 'ROLE_USER',
  3015.                 ],
  3016.                 'ROLE_ADMIN' => [
  3017.                     => 'ROLE_USER',
  3018.                 ],
  3019.                 'ROLE_WORKFORCE' => [
  3020.                     => 'ROLE_ADMIN',
  3021.                 ],
  3022.                 'ROLE_PROBATION' => [
  3023.                     => 'ROLE_ADMIN',
  3024.                 ],
  3025.                 'ROLE_SUPER_ADMIN' => [
  3026.                     => 'ROLE_ADMIN',
  3027.                 ],
  3028.             ],
  3029.             'security.access.denied_url' => NULL,
  3030.             'security.authentication.manager.erase_credentials' => true,
  3031.             'security.authentication.session_strategy.strategy' => 'migrate',
  3032.             'security.access.always_authenticate_before_granting' => false,
  3033.             'security.authentication.hide_user_not_found' => true,
  3034.             'security.firewalls' => [
  3035.                 => 'dev',
  3036.                 => 'api',
  3037.                 => 'main',
  3038.             ],
  3039.             'monolog.use_microseconds' => true,
  3040.             'monolog.swift_mailer.handlers' => [
  3041.             ],
  3042.             'monolog.handlers_to_channels' => [
  3043.                 'monolog.handler.console' => [
  3044.                     'type' => 'exclusive',
  3045.                     'elements' => [
  3046.                         => 'event',
  3047.                         => 'doctrine',
  3048.                         => 'console',
  3049.                     ],
  3050.                 ],
  3051.                 'monolog.handler.main' => [
  3052.                     'type' => 'exclusive',
  3053.                     'elements' => [
  3054.                         => 'event',
  3055.                     ],
  3056.                 ],
  3057.             ],
  3058.             'knp_menu.renderer.list.options' => [
  3059.             ],
  3060.             'knp_menu.twig.extension.class' => 'Knp\\Menu\\Twig\\MenuExtension',
  3061.             'knp_menu.renderer.twig.class' => 'Knp\\Menu\\Renderer\\TwigRenderer',
  3062.             'knp_menu.renderer.twig.options' => [
  3063.             ],
  3064.             'knp_menu.renderer.twig.template' => '@KnpMenu/menu.html.twig',
  3065.             'knp_menu.default_renderer' => 'twig',
  3066.             'stof_doctrine_extensions.listener.timestampable.class' => 'Gedmo\\Timestampable\\TimestampableListener',
  3067.             'stof_doctrine_extensions.default_locale' => 'en_GB',
  3068.             'stof_doctrine_extensions.translation_fallback' => false,
  3069.             'stof_doctrine_extensions.persist_default_translation' => false,
  3070.             'stof_doctrine_extensions.skip_translation_on_load' => false,
  3071.             'stof_doctrine_extensions.listener.translatable.class' => 'Gedmo\\Translatable\\TranslatableListener',
  3072.             'stof_doctrine_extensions.listener.blameable.class' => 'Gedmo\\Blameable\\BlameableListener',
  3073.             'stof_doctrine_extensions.listener.sluggable.class' => 'Gedmo\\Sluggable\\SluggableListener',
  3074.             'stof_doctrine_extensions.listener.tree.class' => 'Gedmo\\Tree\\TreeListener',
  3075.             'stof_doctrine_extensions.listener.loggable.class' => 'Gedmo\\Loggable\\LoggableListener',
  3076.             'stof_doctrine_extensions.listener.sortable.class' => 'Gedmo\\Sortable\\SortableListener',
  3077.             'stof_doctrine_extensions.listener.softdeleteable.class' => 'Gedmo\\SoftDeleteable\\SoftDeleteableListener',
  3078.             'stof_doctrine_extensions.listener.uploadable.class' => 'Gedmo\\Uploadable\\UploadableListener',
  3079.             'stof_doctrine_extensions.listener.reference_integrity.class' => 'Gedmo\\ReferenceIntegrity\\ReferenceIntegrityListener',
  3080.             'data_collector.templates' => [
  3081.                 'data_collector.request' => [
  3082.                     => 'request',
  3083.                     => '@WebProfiler/Collector/request.html.twig',
  3084.                 ],
  3085.                 'data_collector.time' => [
  3086.                     => 'time',
  3087.                     => '@WebProfiler/Collector/time.html.twig',
  3088.                 ],
  3089.                 'data_collector.memory' => [
  3090.                     => 'memory',
  3091.                     => '@WebProfiler/Collector/memory.html.twig',
  3092.                 ],
  3093.                 'data_collector.validator' => [
  3094.                     => 'validator',
  3095.                     => '@WebProfiler/Collector/validator.html.twig',
  3096.                 ],
  3097.                 'data_collector.ajax' => [
  3098.                     => 'ajax',
  3099.                     => '@WebProfiler/Collector/ajax.html.twig',
  3100.                 ],
  3101.                 'data_collector.form' => [
  3102.                     => 'form',
  3103.                     => '@WebProfiler/Collector/form.html.twig',
  3104.                 ],
  3105.                 'data_collector.exception' => [
  3106.                     => 'exception',
  3107.                     => '@WebProfiler/Collector/exception.html.twig',
  3108.                 ],
  3109.                 'data_collector.logger' => [
  3110.                     => 'logger',
  3111.                     => '@WebProfiler/Collector/logger.html.twig',
  3112.                 ],
  3113.                 'data_collector.events' => [
  3114.                     => 'events',
  3115.                     => '@WebProfiler/Collector/events.html.twig',
  3116.                 ],
  3117.                 'data_collector.router' => [
  3118.                     => 'router',
  3119.                     => '@WebProfiler/Collector/router.html.twig',
  3120.                 ],
  3121.                 'data_collector.cache' => [
  3122.                     => 'cache',
  3123.                     => '@WebProfiler/Collector/cache.html.twig',
  3124.                 ],
  3125.                 'data_collector.translation' => [
  3126.                     => 'translation',
  3127.                     => '@WebProfiler/Collector/translation.html.twig',
  3128.                 ],
  3129.                 'data_collector.security' => [
  3130.                     => 'security',
  3131.                     => '@Security/Collector/security.html.twig',
  3132.                 ],
  3133.                 'data_collector.twig' => [
  3134.                     => 'twig',
  3135.                     => '@WebProfiler/Collector/twig.html.twig',
  3136.                 ],
  3137.                 'data_collector.http_client' => [
  3138.                     => 'http_client',
  3139.                     => '@WebProfiler/Collector/http_client.html.twig',
  3140.                 ],
  3141.                 'data_collector.doctrine' => [
  3142.                     => 'db',
  3143.                     => '@Doctrine/Collector/db.html.twig',
  3144.                 ],
  3145.                 'data_collector.dump' => [
  3146.                     => 'dump',
  3147.                     => '@Debug/Profiler/dump.html.twig',
  3148.                 ],
  3149.                 'mailer.data_collector' => [
  3150.                     => 'mailer',
  3151.                     => '@WebProfiler/Collector/mailer.html.twig',
  3152.                 ],
  3153.                 'data_collector.config' => [
  3154.                     => 'config',
  3155.                     => '@WebProfiler/Collector/config.html.twig',
  3156.                 ],
  3157.             ],
  3158.             'console.command.ids' => [
  3159.                 => 'console.command.public_alias.tactician.command.debug',
  3160.             ],
  3161.         ];
  3162.     }
  3163.     protected function throw($message)
  3164.     {
  3165.         throw new RuntimeException($message);
  3166.     }
  3167. }