var/cache/dev/Container7SBwmgM/appAppKernelDevDebugContainer.php line 989

Open in your IDE?
  1. <?php
  2. namespace Container7SBwmgM;
  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 appAppKernelDevDebugContainer 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.             'Twig\\Extra\\Intl\\IntlExtension' => 'getIntlExtensionService',
  34.             'application_connector' => 'getApplicationConnectorService',
  35.             'cache.app' => 'getCache_AppService',
  36.             'cache.system' => 'getCache_SystemService',
  37.             'doctrine' => 'getDoctrineService',
  38.             'doctrine.dbal.company_group_connection' => 'getDoctrine_Dbal_CompanyGroupConnectionService',
  39.             'doctrine.dbal.default_connection' => 'getDoctrine_Dbal_DefaultConnectionService',
  40.             'doctrine.orm.company_group_entity_manager' => 'getDoctrine_Orm_CompanyGroupEntityManagerService',
  41.             'doctrine.orm.default_entity_manager' => 'getDoctrine_Orm_DefaultEntityManagerService',
  42.             'encrypt_decrypt' => 'getEncryptDecryptService',
  43.             'event_dispatcher' => 'getEventDispatcherService',
  44.             'http_kernel' => 'getHttpKernelService',
  45.             'profiler' => 'getProfilerService',
  46.             'request_stack' => 'getRequestStackService',
  47.             'router' => 'getRouterService',
  48.             'security.authorization_checker' => 'getSecurity_AuthorizationCheckerService',
  49.             'security.token_storage' => 'getSecurity_TokenStorageService',
  50.             'session' => 'getSessionService',
  51.             'sesssions_listener' => 'getSesssionsListenerService',
  52.             'twig' => 'getTwigService',
  53.             'url_encryptor' => 'getUrlEncryptorService',
  54.             'validator' => 'getValidatorService',
  55.         ];
  56.         $this->fileMap = [
  57.             'Doctrine\\Bundle\\DoctrineBundle\\Controller\\ProfilerController' => 'getProfilerControllerService',
  58.             'Endroid\\QrCodeBundle\\Controller\\GenerateController' => 'getGenerateControllerService',
  59.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController' => 'getRedirectControllerService',
  60.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController' => 'getTemplateControllerService',
  61.             'app.admin_dashboard_service' => 'getApp_AdminDashboardServiceService',
  62.             'app.command.buddybee-schedule-missing-check' => 'getApp_Command_BuddybeeschedulemissingcheckService',
  63.             'app.command.daily-user-report-buddybee' => 'getApp_Command_DailyuserreportbuddybeeService',
  64.             'app.command.fixed-asset-scheduler' => 'getApp_Command_FixedassetschedulerService',
  65.             'app.command.scheduled-big-row-entry' => 'getApp_Command_ScheduledbigrowentryService',
  66.             'app.command.scheduled-notification' => 'getApp_Command_SchedulednotificationService',
  67.             'app.command_center_aggregate_command' => 'getApp_CommandCenterAggregateCommandService',
  68.             'app.command_center_cleanup_logs_command' => 'getApp_CommandCenterCleanupLogsCommandService',
  69.             'app.command_center_maintenance_service' => 'getApp_CommandCenterMaintenanceServiceService',
  70.             'app.command_center_tracking_service' => 'getApp_CommandCenterTrackingServiceService',
  71.             'app.custom_em_service' => 'getApp_CustomEmServiceService',
  72.             'app.custom_em_service_factory' => 'getApp_CustomEmServiceFactoryService',
  73.             'app.system-type-route-loader' => 'getApp_SystemtyperouteloaderService',
  74.             'approval_service' => 'getApprovalServiceService',
  75.             'cache.app_clearer' => 'getCache_AppClearerService',
  76.             'cache.global_clearer' => 'getCache_GlobalClearerService',
  77.             'cache.system_clearer' => 'getCache_SystemClearerService',
  78.             'cache_clearer' => 'getCacheClearerService',
  79.             'cache_warmer' => 'getCacheWarmerService',
  80.             'console.command_loader' => 'getConsole_CommandLoaderService',
  81.             'container.env_var_processors_locator' => 'getContainer_EnvVarProcessorsLocatorService',
  82.             'eco_system_subscription_service' => 'getEcoSystemSubscriptionServiceService',
  83.             'endroid_qr_code.big_qr_builder' => 'getEndroidQrCode_BigQrBuilderService',
  84.             'endroid_qr_code.custom_builder' => 'getEndroidQrCode_CustomBuilderService',
  85.             'endroid_qr_code.default_builder' => 'getEndroidQrCode_DefaultBuilderService',
  86.             'endroid_qr_code.erp_default_builder' => 'getEndroidQrCode_ErpDefaultBuilderService',
  87.             'erp_general_scheduled_tasks_service' => 'getErpGeneralScheduledTasksServiceService',
  88.             'error_controller' => 'getErrorControllerService',
  89.             'filesystem' => 'getFilesystemService',
  90.             'form.factory' => 'getForm_FactoryService',
  91.             'form.type.file' => 'getForm_Type_FileService',
  92.             'knp_snappy.image' => 'getKnpSnappy_ImageService',
  93.             'knp_snappy.pdf' => 'getKnpSnappy_PdfService',
  94.             'mail_module' => 'getMailModuleService',
  95.             'routing.loader' => 'getRouting_LoaderService',
  96.             'scheduler_service' => 'getSchedulerServiceService',
  97.             'security.authentication_utils' => 'getSecurity_AuthenticationUtilsService',
  98.             'security.csrf.token_manager' => 'getSecurity_Csrf_TokenManagerService',
  99.             'security.password_encoder' => 'getSecurity_PasswordEncoderService',
  100.             'serializer' => 'getSerializerService',
  101.             'services_resetter' => 'getServicesResetterService',
  102.             'sha256salted_encoder' => 'getSha256saltedEncoderService',
  103.             'swiftmailer.mailer.default' => 'getSwiftmailer_Mailer_DefaultService',
  104.             'swiftmailer.mailer.default.plugin.messagelogger' => 'getSwiftmailer_Mailer_Default_Plugin_MessageloggerService',
  105.             'swiftmailer.mailer.default.transport' => 'getSwiftmailer_Mailer_Default_TransportService',
  106.             'templating' => 'getTemplatingService',
  107.             'templating.loader' => 'getTemplating_LoaderService',
  108.             'todo_module' => 'getTodoModuleService',
  109.             'twig.controller.exception' => 'getTwig_Controller_ExceptionService',
  110.             'twig.controller.preview_error' => 'getTwig_Controller_PreviewErrorService',
  111.             'user_module' => 'getUserModuleService',
  112.             'web_profiler.controller.exception' => 'getWebProfiler_Controller_ExceptionService',
  113.             'web_profiler.controller.exception_panel' => 'getWebProfiler_Controller_ExceptionPanelService',
  114.             'web_profiler.controller.profiler' => 'getWebProfiler_Controller_ProfilerService',
  115.             'web_profiler.controller.router' => 'getWebProfiler_Controller_RouterService',
  116.         ];
  117.         $this->aliases = [
  118.             'database_connection' => 'doctrine.dbal.default_connection',
  119.             'doctrine.orm.entity_manager' => 'doctrine.orm.default_entity_manager',
  120.             'mailer' => 'swiftmailer.mailer.default',
  121.             'swiftmailer.transport' => 'swiftmailer.mailer.default.transport',
  122.         ];
  123.         $this->privates['service_container'] = function () {
  124.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  125.             include_once \dirname(__DIR__4).'/src/ApplicationBundle/TimeService/ApplicationConnector.php';
  126.             include_once \dirname(__DIR__4).'/src/ApplicationBundle/Helper/EncryptDecrypt.php';
  127.             include_once \dirname(__DIR__4).'/src/ApplicationBundle/Listener/SessionListener.php';
  128.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerNameParser.php';
  129.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventSubscriberInterface.php';
  130.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ResponseListener.php';
  131.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/StreamedResponseListener.php';
  132.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleListener.php';
  133.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ValidateRequestListener.php';
  134.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/EventListener/ResolveControllerNameSubscriber.php';
  135.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernelInterface.php';
  136.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/TerminableInterface.php';
  137.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernel.php';
  138.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolverInterface.php';
  139.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableArgumentResolver.php';
  140.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver.php';
  141.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactoryInterface.php';
  142.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactory.php';
  143.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/RequestStack.php';
  144.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/UriSigner.php';
  145.             include_once \dirname(__DIR__4).'/vendor/psr/cache/src/CacheItemPoolInterface.php';
  146.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AdapterInterface.php';
  147.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/CacheInterface.php';
  148.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/PruneableInterface.php';
  149.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ResetInterface.php';
  150.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/ResettableInterface.php';
  151.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/TraceableAdapter.php';
  152.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerAwareInterface.php';
  153.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerAwareTrait.php';
  154.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/AbstractAdapterTrait.php';
  155.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/CacheTrait.php';
  156.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ContractsTrait.php';
  157.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AbstractAdapter.php';
  158.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/FilesystemCommonTrait.php';
  159.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/FilesystemTrait.php';
  160.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/FilesystemAdapter.php';
  161.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Marshaller/MarshallerInterface.php';
  162.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Marshaller/DefaultMarshaller.php';
  163.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionInterface.php';
  164.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Session.php';
  165.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Storage/SessionStorageInterface.php';
  166.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php';
  167.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionBagInterface.php';
  168.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Storage/MetadataBag.php';
  169.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php';
  170.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/SessionListener.php';
  171.             include_once \dirname(__DIR__4).'/vendor/psr/container/src/ContainerInterface.php';
  172.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceProviderInterface.php';
  173.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceLocatorTrait.php';
  174.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ServiceLocator.php';
  175.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ValidatorBuilderInterface.php';
  176.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ValidatorBuilder.php';
  177.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validation.php';
  178.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorFactoryInterface.php';
  179.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ContainerConstraintValidatorFactory.php';
  180.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ObjectInitializerInterface.php';
  181.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineInitializer.php';
  182.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/LoaderInterface.php';
  183.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/AutoMappingTrait.php';
  184.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/PropertyInfoLoader.php';
  185.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineLoader.php';
  186.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/FragmentListener.php';
  187.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/Profiler.php';
  188.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/ProfilerStorageInterface.php';
  189.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php';
  190.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerInterface.php';
  191.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/ResettableInterface.php';
  192.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Logger.php';
  193.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Log/DebugLoggerInterface.php';
  194.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Logger.php';
  195.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollectorInterface.php';
  196.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollector.php';
  197.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LateDataCollectorInterface.php';
  198.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/TimeDataCollector.php';
  199.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/MemoryDataCollector.php';
  200.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/DataCollector/ValidatorDataCollector.php';
  201.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/AjaxDataCollector.php';
  202.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ExceptionDataCollector.php';
  203.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LoggerDataCollector.php';
  204.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/EventDataCollector.php';
  205.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/DataCollector/CacheDataCollector.php';
  206.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/DataCollector/SecurityDataCollector.php';
  207.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Role/RoleHierarchyInterface.php';
  208.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Role/RoleHierarchy.php';
  209.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/DataCollector/TwigDataCollector.php';
  210.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/DataCollector/DoctrineDataCollector.php';
  211.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/DataCollector/DoctrineDataCollector.php';
  212.             include_once \dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/DataCollector/MessageDataCollector.php';
  213.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ConfigDataCollector.php';
  214.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ProfilerListener.php';
  215.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php';
  216.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RouterDataCollector.php';
  217.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/DataCollector/RouterDataCollector.php';
  218.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollectorInterface.php';
  219.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollector.php';
  220.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractorInterface.php';
  221.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractor.php';
  222.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DebugHandlersListener.php';
  223.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/FileLinkFormatter.php';
  224.             include_once \dirname(__DIR__4).'/vendor/symfony/stopwatch/Stopwatch.php';
  225.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolverInterface.php';
  226.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php';
  227.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolver.php';
  228.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php';
  229.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerResolver.php';
  230.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Processor/DebugProcessor.php';
  231.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContext.php';
  232.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/RouterListener.php';
  233.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Reader.php';
  234.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationReader.php';
  235.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationRegistry.php';
  236.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/PsrCachedReader.php';
  237.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ProxyTrait.php';
  238.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/PhpArrayAdapter.php';
  239.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyTypeExtractorInterface.php';
  240.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyDescriptionExtractorInterface.php';
  241.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyAccessExtractorInterface.php';
  242.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyListExtractorInterface.php';
  243.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInfoExtractorInterface.php';
  244.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInitializableExtractorInterface.php';
  245.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInfoExtractor.php';
  246.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AuthorizationCheckerInterface.php';
  247.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AuthorizationChecker.php';
  248.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorageInterface.php';
  249.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceSubscriberInterface.php';
  250.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/UsageTrackingTokenStorage.php';
  251.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorage.php';
  252.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationManagerInterface.php';
  253.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationProviderManager.php';
  254.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/FirewallMapInterface.php';
  255.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallMap.php';
  256.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/LogoutUrlGenerator.php';
  257.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/RememberMe/ResponseListener.php';
  258.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AccessDecisionManagerInterface.php';
  259.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/TraceableAccessDecisionManager.php';
  260.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AccessDecisionManager.php';
  261.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall.php';
  262.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/EventListener/FirewallListener.php';
  263.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php';
  264.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Environment.php';
  265.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/LoaderInterface.php';
  266.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/FilesystemLoader.php';
  267.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/Loader/FilesystemLoader.php';
  268.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ExtensionInterface.php';
  269.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/AbstractExtension.php';
  270.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CsrfExtension.php';
  271.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/LogoutUrlExtension.php';
  272.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SecurityExtension.php';
  273.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ProfilerExtension.php';
  274.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/ProfilerExtension.php';
  275.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php';
  276.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/AssetExtension.php';
  277.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Packages.php';
  278.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PackageInterface.php';
  279.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Package.php';
  280.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PathPackage.php';
  281.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/VersionStrategyInterface.php';
  282.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/EmptyVersionStrategy.php';
  283.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/ContextInterface.php';
  284.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/RequestStackContext.php';
  285.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CodeExtension.php';
  286.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/RoutingExtension.php';
  287.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/YamlExtension.php';
  288.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/StopwatchExtension.php';
  289.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpKernelExtension.php';
  290.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpFoundationExtension.php';
  291.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/UrlHelper.php';
  292.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/FormExtension.php';
  293.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/GlobalsInterface.php';
  294.             include_once \dirname(__DIR__4).'/src/ApplicationBundle/Twig/GeneralExtension.php';
  295.             include_once \dirname(__DIR__4).'/src/ApplicationBundle/Twig/Accounts.php';
  296.             include_once \dirname(__DIR__4).'/src/ApplicationBundle/Twig/Sales.php';
  297.             include_once \dirname(__DIR__4).'/src/ApplicationBundle/Twig/PurchaseTE.php';
  298.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/DebugExtension.php';
  299.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Twig/DoctrineExtension.php';
  300.             include_once \dirname(__DIR__4).'/vendor/nzo/url-encryptor-bundle/Twig/EncryptorExtension.php';
  301.             include_once \dirname(__DIR__4).'/vendor/endroid/qr-code-bundle/src/Twig/QrCodeExtension.php';
  302.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Twig/WebProfilerExtension.php';
  303.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/DataDumperInterface.php';
  304.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/DumperInterface.php';
  305.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/AbstractDumper.php';
  306.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/CliDumper.php';
  307.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/HtmlDumper.php';
  308.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/AppVariable.php';
  309.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/RuntimeLoaderInterface.php';
  310.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/ContainerRuntimeLoader.php';
  311.             include_once \dirname(__DIR__4).'/vendor/twig/extra-bundle/MissingExtensionSuggestor.php';
  312.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/DependencyInjection/Configurator/EnvironmentConfigurator.php';
  313.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Profiler/Profile.php';
  314.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/ProcessorInterface.php';
  315.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/PsrLogMessageProcessor.php';
  316.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/HandlerInterface.php';
  317.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/Handler.php';
  318.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractHandler.php';
  319.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerInterface.php';
  320.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerInterface.php';
  321.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerTrait.php';
  322.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerTrait.php';
  323.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractProcessingHandler.php';
  324.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/StreamHandler.php';
  325.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Handler/ConsoleHandler.php';
  326.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/ConnectionFactory.php';
  327.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ConnectionRegistry.php';
  328.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ManagerRegistry.php';
  329.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/AbstractManagerRegistry.php';
  330.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/ManagerRegistry.php';
  331.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Registry.php';
  332.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Logging/SQLLogger.php';
  333.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Logging/DebugStack.php';
  334.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Connection.php';
  335.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Configuration.php';
  336.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Driver/Middleware.php';
  337.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Logging/Middleware.php';
  338.             include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventManager.php';
  339.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php';
  340.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Repository/RepositoryFactory.php';
  341.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ContainerRepositoryFactory.php';
  342.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/NamingStrategy.php';
  343.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/UnderscoreNamingStrategy.php';
  344.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/QuoteStrategy.php';
  345.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Internal/SQLResultCasing.php';
  346.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/DefaultQuoteStrategy.php';
  347.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriver.php';
  348.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/FileDriver.php';
  349.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/Driver/YamlDriver.php';
  350.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/Driver/SimplifiedYamlDriver.php';
  351.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/ArrayAdapter.php';
  352.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/ContentSecurityPolicyHandler.php';
  353.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/NonceGenerator.php';
  354.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/EventListener/WebDebugToolbarListener.php';
  355.             include_once \dirname(__DIR__4).'/vendor/nzo/url-encryptor-bundle/Annotations/AnnotationResolver.php';
  356.             include_once \dirname(__DIR__4).'/vendor/nzo/url-encryptor-bundle/Encryptor/Encryptor.php';
  357.             include_once \dirname(__DIR__4).'/vendor/twig/intl-extra/IntlExtension.php';
  358.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContextAwareInterface.php';
  359.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/UrlMatcherInterface.php';
  360.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Generator/UrlGeneratorInterface.php';
  361.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RouterInterface.php';
  362.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/RequestMatcherInterface.php';
  363.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Router.php';
  364.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/WarmableInterface.php';
  365.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/DependencyInjection/CompatibilityServiceSubscriberInterface.php';
  366.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/Router.php';
  367.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBagInterface.php';
  368.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBag.php';
  369.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/FrozenParameterBag.php';
  370.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBagInterface.php';
  371.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBag.php';
  372.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ConfigCacheFactoryInterface.php';
  373.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ResourceCheckerConfigCacheFactory.php';
  374.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Factory/MetadataFactoryInterface.php';
  375.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/ValidatorInterface.php';
  376.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/TraceableValidator.php';
  377.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher-contracts/EventDispatcherInterface.php';
  378.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcherInterface.php';
  379.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcherInterface.php';
  380.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php';
  381.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/TraceableEventDispatcher.php';
  382.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcher.php';
  383.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/NullHandler.php';
  384.         };
  385.     }
  386.     public function compile(): void
  387.     {
  388.         throw new LogicException('You cannot compile a dumped container that was already compiled.');
  389.     }
  390.     public function isCompiled(): bool
  391.     {
  392.         return true;
  393.     }
  394.     public function getRemovedIds(): array
  395.     {
  396.         return require $this->containerDir.\DIRECTORY_SEPARATOR.'removed-ids.php';
  397.     }
  398.     protected function load($file$lazyLoad true)
  399.     {
  400.         if (class_exists($class __NAMESPACE__.'\\'.$filefalse)) {
  401.             return $class::do($this$lazyLoad);
  402.         }
  403.         if ('.' === $file[-4]) {
  404.             $class substr($class0, -4);
  405.         } else {
  406.             $file .= '.php';
  407.         }
  408.         $service = require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
  409.         return class_exists($classfalse) ? $class::do($this$lazyLoad) : $service;
  410.     }
  411.     protected function createProxy($class, \Closure $factory)
  412.     {
  413.         class_exists($classfalse) || require __DIR__.'/'.$class.'.php';
  414.         return $factory();
  415.     }
  416.     /**
  417.      * Gets the public 'Twig\Extra\Intl\IntlExtension' shared service.
  418.      *
  419.      * @return \Twig\Extra\Intl\IntlExtension
  420.      */
  421.     protected function getIntlExtensionService()
  422.     {
  423.         return $this->services['Twig\\Extra\\Intl\\IntlExtension'] = new \Twig\Extra\Intl\IntlExtension();
  424.     }
  425.     /**
  426.      * Gets the public 'application_connector' shared autowired service.
  427.      *
  428.      * @return \ApplicationBundle\TimeService\ApplicationConnector
  429.      */
  430.     protected function getApplicationConnectorService()
  431.     {
  432.         $this->services['application_connector'] = $instance = new \ApplicationBundle\TimeService\ApplicationConnector();
  433.         $instance->setContainer($this);
  434.         return $instance;
  435.     }
  436.     /**
  437.      * Gets the public 'cache.app' shared service.
  438.      *
  439.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  440.      */
  441.     protected function getCache_AppService()
  442.     {
  443.         $a = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('BPExTkHOrJ'0, ($this->targetDir.''.'/pools'), new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULL));
  444.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  445.         return $this->services['cache.app'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  446.     }
  447.     /**
  448.      * Gets the public 'cache.system' shared service.
  449.      *
  450.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  451.      */
  452.     protected function getCache_SystemService()
  453.     {
  454.         return $this->services['cache.system'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('W9YPHOZaNw'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  455.     }
  456.     /**
  457.      * Gets the public 'doctrine' shared service.
  458.      *
  459.      * @return \Doctrine\Bundle\DoctrineBundle\Registry
  460.      */
  461.     protected function getDoctrineService()
  462.     {
  463.         return $this->services['doctrine'] = new \Doctrine\Bundle\DoctrineBundle\Registry($this$this->parameters['doctrine.connections'], $this->parameters['doctrine.entity_managers'], 'default''default');
  464.     }
  465.     /**
  466.      * Gets the public 'doctrine.dbal.company_group_connection' shared service.
  467.      *
  468.      * @return \Doctrine\DBAL\Connection
  469.      */
  470.     protected function getDoctrine_Dbal_CompanyGroupConnectionService()
  471.     {
  472.         $a = new \Doctrine\DBAL\Configuration();
  473.         $a->setSQLLogger(($this->privates['doctrine.dbal.logger.profiling.company_group'] ?? ($this->privates['doctrine.dbal.logger.profiling.company_group'] = new \Doctrine\DBAL\Logging\DebugStack())));
  474.         $a->setMiddlewares([=> new \Doctrine\DBAL\Logging\Middleware(($this->privates['monolog.logger.doctrine'] ?? $this->getMonolog_Logger_DoctrineService()))]);
  475.         $b = new \Symfony\Bridge\Doctrine\ContainerAwareEventManager(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  476.             'doctrine.orm.company_group_listeners.attach_entity_listeners' => ['privates''doctrine.orm.company_group_listeners.attach_entity_listeners''getDoctrine_Orm_CompanyGroupListeners_AttachEntityListenersService'true],
  477.         ], [
  478.             'doctrine.orm.company_group_listeners.attach_entity_listeners' => '?',
  479.         ]));
  480.         $b->addEventListener([=> 'loadClassMetadata'], 'doctrine.orm.company_group_listeners.attach_entity_listeners');
  481.         return $this->services['doctrine.dbal.company_group_connection'] = ($this->privates['doctrine.dbal.connection_factory'] ?? ($this->privates['doctrine.dbal.connection_factory'] = new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory([])))->createConnection(['driver' => 'pdo_mysql''host' => 'localhost''port' => NULL'dbname' => 'u405565514_entity_group''user' => 'u405565514_entity_group''password' => 'Honeybee@0112''charset' => 'UTF8''driverOptions' => [], 'defaultTableOptions' => []], $a$b, []);
  482.     }
  483.     /**
  484.      * Gets the public 'doctrine.dbal.default_connection' shared service.
  485.      *
  486.      * @return \Doctrine\DBAL\Connection
  487.      */
  488.     protected function getDoctrine_Dbal_DefaultConnectionService()
  489.     {
  490.         $a = new \Doctrine\DBAL\Configuration();
  491.         $a->setSQLLogger(($this->privates['doctrine.dbal.logger.profiling.default'] ?? ($this->privates['doctrine.dbal.logger.profiling.default'] = new \Doctrine\DBAL\Logging\DebugStack())));
  492.         $a->setMiddlewares([=> new \Doctrine\DBAL\Logging\Middleware(($this->privates['monolog.logger.doctrine'] ?? $this->getMonolog_Logger_DoctrineService()))]);
  493.         $b = new \Symfony\Bridge\Doctrine\ContainerAwareEventManager(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  494.             'doctrine.orm.default_listeners.attach_entity_listeners' => ['privates''doctrine.orm.default_listeners.attach_entity_listeners''getDoctrine_Orm_DefaultListeners_AttachEntityListenersService'true],
  495.         ], [
  496.             'doctrine.orm.default_listeners.attach_entity_listeners' => '?',
  497.         ]));
  498.         $b->addEventListener([=> 'loadClassMetadata'], 'doctrine.orm.default_listeners.attach_entity_listeners');
  499.         return $this->services['doctrine.dbal.default_connection'] = ($this->privates['doctrine.dbal.connection_factory'] ?? ($this->privates['doctrine.dbal.connection_factory'] = new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory([])))->createConnection(['driver' => 'pdo_mysql''host' => 'localhost''port' => NULL'dbname' => 'u405565514_honeybee_iot''user' => 'u405565514_honeybee_iot''password' => 'Honeybee@0112''charset' => 'UTF8''driverOptions' => [], 'defaultTableOptions' => []], $a$b, []);
  500.     }
  501.     /**
  502.      * Gets the public 'doctrine.orm.company_group_entity_manager' shared service.
  503.      *
  504.      * @return \Doctrine\ORM\EntityManager
  505.      */
  506.     protected function getDoctrine_Orm_CompanyGroupEntityManagerService($lazyLoad true)
  507.     {
  508.         if ($lazyLoad) {
  509.             return $this->services['doctrine.orm.company_group_entity_manager'] = $this->createProxy('EntityManager_9a5be93', function () {
  510.                 return \EntityManager_9a5be93::staticProxyConstructor(function (&$wrappedInstance, \ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  511.                     $wrappedInstance $this->getDoctrine_Orm_CompanyGroupEntityManagerService(false);
  512.                     $proxy->setProxyInitializer(null);
  513.                     return true;
  514.                 });
  515.             });
  516.         }
  517.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectManager.php';
  518.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/EntityManagerInterface.php';
  519.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/EntityManager.php';
  520.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Configuration.php';
  521.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriverChain.php';
  522.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/EntityListenerResolver.php';
  523.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/EntityListenerServiceResolver.php';
  524.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/ContainerEntityListenerResolver.php';
  525.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/ManagerConfigurator.php';
  526.         $a = new \Doctrine\ORM\Configuration();
  527.         $b = new \Doctrine\Persistence\Mapping\Driver\MappingDriverChain();
  528.         $c = ($this->privates['doctrine.orm.company_group_yml_metadata_driver'] ?? $this->getDoctrine_Orm_CompanyGroupYmlMetadataDriverService());
  529.         $b->addDriver($c'CompanyGroupBundle\\Modules\\Blockchain\\Entity');
  530.         $b->addDriver($c'CompanyGroupBundle\\Entity');
  531.         $a->setEntityNamespaces(['Blockchain' => 'CompanyGroupBundle\\Modules\\Blockchain\\Entity''CompanyGroupBundle' => 'CompanyGroupBundle\\Entity']);
  532.         $a->setMetadataCache(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  533.         $a->setQueryCache(($this->privates['cache.doctrine.orm.company_group.query'] ?? $this->getCache_Doctrine_Orm_CompanyGroup_QueryService()));
  534.         $a->setResultCache(($this->privates['cache.doctrine.orm.company_group.result'] ?? $this->getCache_Doctrine_Orm_CompanyGroup_ResultService()));
  535.         $a->setMetadataDriverImpl($b);
  536.         $a->setProxyDir(($this->targetDir.''.'/doctrine/orm/Proxies'));
  537.         $a->setProxyNamespace('Proxies');
  538.         $a->setAutoGenerateProxyClasses(true);
  539.         $a->setSchemaIgnoreClasses([]);
  540.         $a->setClassMetadataFactoryName('Doctrine\\ORM\\Mapping\\ClassMetadataFactory');
  541.         $a->setDefaultRepositoryClassName('Doctrine\\ORM\\EntityRepository');
  542.         $a->setNamingStrategy(($this->privates['doctrine.orm.naming_strategy.underscore'] ?? ($this->privates['doctrine.orm.naming_strategy.underscore'] = new \Doctrine\ORM\Mapping\UnderscoreNamingStrategy())));
  543.         $a->setQuoteStrategy(($this->privates['doctrine.orm.quote_strategy.default'] ?? ($this->privates['doctrine.orm.quote_strategy.default'] = new \Doctrine\ORM\Mapping\DefaultQuoteStrategy())));
  544.         $a->setEntityListenerResolver(new \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver($this));
  545.         $a->setRepositoryFactory(($this->privates['doctrine.orm.container_repository_factory'] ?? $this->getDoctrine_Orm_ContainerRepositoryFactoryService()));
  546.         $instance = new \Doctrine\ORM\EntityManager(($this->services['doctrine.dbal.company_group_connection'] ?? $this->getDoctrine_Dbal_CompanyGroupConnectionService()), $a);
  547.         (new \Doctrine\Bundle\DoctrineBundle\ManagerConfigurator([], []))->configure($instance);
  548.         return $instance;
  549.     }
  550.     /**
  551.      * Gets the public 'doctrine.orm.default_entity_manager' shared service.
  552.      *
  553.      * @return \Doctrine\ORM\EntityManager
  554.      */
  555.     protected function getDoctrine_Orm_DefaultEntityManagerService($lazyLoad true)
  556.     {
  557.         if ($lazyLoad) {
  558.             return $this->services['doctrine.orm.default_entity_manager'] = $this->createProxy('EntityManager_9a5be93', function () {
  559.                 return \EntityManager_9a5be93::staticProxyConstructor(function (&$wrappedInstance, \ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  560.                     $wrappedInstance $this->getDoctrine_Orm_DefaultEntityManagerService(false);
  561.                     $proxy->setProxyInitializer(null);
  562.                     return true;
  563.                 });
  564.             });
  565.         }
  566.         include_once \dirname(__DIR__4).'/vendor/doctrine/common/src/Proxy/Autoloader.php';
  567.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Proxy/Autoloader.php';
  568.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectManager.php';
  569.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/EntityManagerInterface.php';
  570.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/EntityManager.php';
  571.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Configuration.php';
  572.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriverChain.php';
  573.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/EntityListenerResolver.php';
  574.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/EntityListenerServiceResolver.php';
  575.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/ContainerEntityListenerResolver.php';
  576.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/ManagerConfigurator.php';
  577.         $a = new \Doctrine\ORM\Configuration();
  578.         $b = new \Doctrine\Persistence\Mapping\Driver\MappingDriverChain();
  579.         $c = ($this->privates['doctrine.orm.default_yml_metadata_driver'] ?? $this->getDoctrine_Orm_DefaultYmlMetadataDriverService());
  580.         $b->addDriver($c'ApplicationBundle\\Modules\\Demo\\Entity');
  581.         $b->addDriver($c'ApplicationBundle\\Modules\\Lead\\Entity');
  582.         $b->addDriver($c'ApplicationBundle\\Entity');
  583.         $a->setEntityNamespaces(['Demo' => 'ApplicationBundle\\Modules\\Demo\\Entity''Lead' => 'ApplicationBundle\\Modules\\Lead\\Entity''ApplicationBundle' => 'ApplicationBundle\\Entity']);
  584.         $a->setMetadataCache(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  585.         $a->setQueryCache(($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()));
  586.         $a->setResultCache(($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()));
  587.         $a->setMetadataDriverImpl($b);
  588.         $a->setProxyDir(($this->targetDir.''.'/doctrine/orm/Proxies'));
  589.         $a->setProxyNamespace('Proxies');
  590.         $a->setAutoGenerateProxyClasses(true);
  591.         $a->setSchemaIgnoreClasses([]);
  592.         $a->setClassMetadataFactoryName('Doctrine\\ORM\\Mapping\\ClassMetadataFactory');
  593.         $a->setDefaultRepositoryClassName('Doctrine\\ORM\\EntityRepository');
  594.         $a->setNamingStrategy(($this->privates['doctrine.orm.naming_strategy.underscore'] ?? ($this->privates['doctrine.orm.naming_strategy.underscore'] = new \Doctrine\ORM\Mapping\UnderscoreNamingStrategy())));
  595.         $a->setQuoteStrategy(($this->privates['doctrine.orm.quote_strategy.default'] ?? ($this->privates['doctrine.orm.quote_strategy.default'] = new \Doctrine\ORM\Mapping\DefaultQuoteStrategy())));
  596.         $a->setEntityListenerResolver(new \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver($this));
  597.         $a->setRepositoryFactory(($this->privates['doctrine.orm.container_repository_factory'] ?? $this->getDoctrine_Orm_ContainerRepositoryFactoryService()));
  598.         $a->addCustomStringFunction('GROUP_CONCAT''ExtraBundle\\Doctrine\\Mysql\\GroupConcat');
  599.         $instance = new \Doctrine\ORM\EntityManager(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()), $a);
  600.         (new \Doctrine\Bundle\DoctrineBundle\ManagerConfigurator([], []))->configure($instance);
  601.         return $instance;
  602.     }
  603.     /**
  604.      * Gets the public 'encrypt_decrypt' shared autowired service.
  605.      *
  606.      * @return \ApplicationBundle\Helper\EncryptDecrypt
  607.      */
  608.     protected function getEncryptDecryptService()
  609.     {
  610.         return $this->services['encrypt_decrypt'] = new \ApplicationBundle\Helper\EncryptDecrypt();
  611.     }
  612.     /**
  613.      * Gets the public 'event_dispatcher' shared service.
  614.      *
  615.      * @return \Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher
  616.      */
  617.     protected function getEventDispatcherService()
  618.     {
  619.         $a = new \Symfony\Bridge\Monolog\Logger('event');
  620.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  621.         $a->pushHandler(new \Monolog\Handler\NullHandler());
  622.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  623.         $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())));
  624.         $instance->addListener('kernel.controller', [=> function () {
  625.             return ($this->services['sesssions_listener'] ?? $this->getSesssionsListenerService());
  626.         }, => 'onKernelController'], 0);
  627.         $instance->addListener('kernel.response', [=> function () {
  628.             return ($this->services['sesssions_listener'] ?? $this->getSesssionsListenerService());
  629.         }, => 'onKernelResponse'], 0);
  630.         $instance->addListener('kernel.controller', [=> function () {
  631.             return ($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector()));
  632.         }, => 'onKernelController'], 0);
  633.         $instance->addListener('kernel.controller', [=> function () {
  634.             return ($this->privates['nzo.annotation_resolver'] ?? $this->getNzo_AnnotationResolverService());
  635.         }, => 'onKernelController'], 0);
  636.         $instance->addListener('kernel.response', [=> function () {
  637.             return ($this->privates['response_listener'] ?? ($this->privates['response_listener'] = new \Symfony\Component\HttpKernel\EventListener\ResponseListener('UTF-8')));
  638.         }, => 'onKernelResponse'], 0);
  639.         $instance->addListener('kernel.response', [=> function () {
  640.             return ($this->privates['streamed_response_listener'] ?? ($this->privates['streamed_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\StreamedResponseListener()));
  641.         }, => 'onKernelResponse'], -1024);
  642.         $instance->addListener('kernel.request', [=> function () {
  643.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  644.         }, => 'setDefaultLocale'], 100);
  645.         $instance->addListener('kernel.request', [=> function () {
  646.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  647.         }, => 'onKernelRequest'], 16);
  648.         $instance->addListener('kernel.finish_request', [=> function () {
  649.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  650.         }, => 'onKernelFinishRequest'], 0);
  651.         $instance->addListener('kernel.request', [=> function () {
  652.             return ($this->privates['validate_request_listener'] ?? ($this->privates['validate_request_listener'] = new \Symfony\Component\HttpKernel\EventListener\ValidateRequestListener()));
  653.         }, => 'onKernelRequest'], 256);
  654.         $instance->addListener('kernel.request', [=> function () {
  655.             return ($this->privates['.legacy_resolve_controller_name_subscriber'] ?? $this->get_LegacyResolveControllerNameSubscriberService());
  656.         }, => 'resolveControllerName'], 24);
  657.         $instance->addListener('console.error', [=> function () {
  658.             return ($this->privates['console.error_listener'] ?? $this->load('getConsole_ErrorListenerService'));
  659.         }, => 'onConsoleError'], -128);
  660.         $instance->addListener('console.terminate', [=> function () {
  661.             return ($this->privates['console.error_listener'] ?? $this->load('getConsole_ErrorListenerService'));
  662.         }, => 'onConsoleTerminate'], -128);
  663.         $instance->addListener('console.error', [=> function () {
  664.             return ($this->privates['console.suggest_missing_package_subscriber'] ?? ($this->privates['console.suggest_missing_package_subscriber'] = new \Symfony\Bundle\FrameworkBundle\EventListener\SuggestMissingPackageSubscriber()));
  665.         }, => 'onConsoleError'], 0);
  666.         $instance->addListener('kernel.request', [=> function () {
  667.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  668.         }, => 'onKernelRequest'], 128);
  669.         $instance->addListener('kernel.response', [=> function () {
  670.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  671.         }, => 'onKernelResponse'], -1000);
  672.         $instance->addListener('kernel.finish_request', [=> function () {
  673.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  674.         }, => 'onFinishRequest'], 0);
  675.         $instance->addListener('kernel.request', [=> function () {
  676.             return ($this->privates['fragment.listener'] ?? $this->getFragment_ListenerService());
  677.         }, => 'onKernelRequest'], 48);
  678.         $instance->addListener('kernel.response', [=> function () {
  679.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  680.         }, => 'onKernelResponse'], -100);
  681.         $instance->addListener('kernel.exception', [=> function () {
  682.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  683.         }, => 'onKernelException'], 0);
  684.         $instance->addListener('kernel.terminate', [=> function () {
  685.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  686.         }, => 'onKernelTerminate'], -1024);
  687.         $instance->addListener('kernel.controller', [=> function () {
  688.             return ($this->privates['data_collector.request'] ?? ($this->privates['data_collector.request'] = new \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector()));
  689.         }, => 'onKernelController'], 0);
  690.         $instance->addListener('kernel.response', [=> function () {
  691.             return ($this->privates['data_collector.request'] ?? ($this->privates['data_collector.request'] = new \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector()));
  692.         }, => 'onKernelResponse'], 0);
  693.         $instance->addListener('kernel.request', [=> function () {
  694.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  695.         }, => 'configure'], 2048);
  696.         $instance->addListener('console.command', [=> function () {
  697.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  698.         }, => 'configure'], 2048);
  699.         $instance->addListener('kernel.request', [=> function () {
  700.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  701.         }, => 'onKernelRequest'], 32);
  702.         $instance->addListener('kernel.finish_request', [=> function () {
  703.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  704.         }, => 'onKernelFinishRequest'], 0);
  705.         $instance->addListener('kernel.exception', [=> function () {
  706.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  707.         }, => 'onKernelException'], -64);
  708.         $instance->addListener('kernel.response', [=> function () {
  709.             return ($this->privates['security.rememberme.response_listener'] ?? ($this->privates['security.rememberme.response_listener'] = new \Symfony\Component\Security\Http\RememberMe\ResponseListener()));
  710.         }, => 'onKernelResponse'], 0);
  711.         $instance->addListener('debug.security.authorization.vote', [=> function () {
  712.             return ($this->privates['debug.security.voter.vote_listener'] ?? $this->load('getDebug_Security_Voter_VoteListenerService'));
  713.         }, => 'onVoterVote'], 0);
  714.         $instance->addListener('kernel.request', [=> function () {
  715.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  716.         }, => 'configureLogoutUrlGenerator'], 8);
  717.         $instance->addListener('kernel.request', [=> function () {
  718.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  719.         }, => 'onKernelRequest'], 8);
  720.         $instance->addListener('kernel.finish_request', [=> function () {
  721.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  722.         }, => 'onKernelFinishRequest'], 0);
  723.         $instance->addListener('kernel.exception', [=> function () {
  724.             return ($this->privates['twig.exception_listener'] ?? $this->load('getTwig_ExceptionListenerService'));
  725.         }, => 'logKernelException'], 0);
  726.         $instance->addListener('kernel.exception', [=> function () {
  727.             return ($this->privates['twig.exception_listener'] ?? $this->load('getTwig_ExceptionListenerService'));
  728.         }, => 'onKernelException'], -128);
  729.         $instance->addListener('console.command', [=> function () {
  730.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  731.         }, => 'onCommand'], 255);
  732.         $instance->addListener('console.terminate', [=> function () {
  733.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  734.         }, => 'onTerminate'], -255);
  735.         $instance->addListener('kernel.exception', [=> function () {
  736.             return ($this->privates['swiftmailer.email_sender.listener'] ?? $this->load('getSwiftmailer_EmailSender_ListenerService'));
  737.         }, => 'onException'], 0);
  738.         $instance->addListener('kernel.terminate', [=> function () {
  739.             return ($this->privates['swiftmailer.email_sender.listener'] ?? $this->load('getSwiftmailer_EmailSender_ListenerService'));
  740.         }, => 'onTerminate'], 0);
  741.         $instance->addListener('console.error', [=> function () {
  742.             return ($this->privates['swiftmailer.email_sender.listener'] ?? $this->load('getSwiftmailer_EmailSender_ListenerService'));
  743.         }, => 'onException'], 0);
  744.         $instance->addListener('console.terminate', [=> function () {
  745.             return ($this->privates['swiftmailer.email_sender.listener'] ?? $this->load('getSwiftmailer_EmailSender_ListenerService'));
  746.         }, => 'onTerminate'], 0);
  747.         $instance->addListener('kernel.response', [=> function () {
  748.             return ($this->privates['web_profiler.debug_toolbar'] ?? $this->getWebProfiler_DebugToolbarService());
  749.         }, => 'onKernelResponse'], -128);
  750.         $instance->addListener('console.error', [=> function () {
  751.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  752.         }, => 'onConsoleError'], 0);
  753.         $instance->addListener('console.terminate', [=> function () {
  754.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  755.         }, => 'onConsoleTerminate'], 0);
  756.         return $instance;
  757.     }
  758.     /**
  759.      * Gets the public 'http_kernel' shared service.
  760.      *
  761.      * @return \Symfony\Component\HttpKernel\HttpKernel
  762.      */
  763.     protected function getHttpKernelService()
  764.     {
  765.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  766.         if (isset($this->services['http_kernel'])) {
  767.             return $this->services['http_kernel'];
  768.         }
  769.         return $this->services['http_kernel'] = new \Symfony\Component\HttpKernel\HttpKernel($a, ($this->privates['debug.controller_resolver'] ?? $this->getDebug_ControllerResolverService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), new \Symfony\Component\HttpKernel\Controller\TraceableArgumentResolver(new \Symfony\Component\HttpKernel\Controller\ArgumentResolver(new \Symfony\Component\HttpKernel\ControllerMetadata\ArgumentMetadataFactory(), new RewindableGenerator(function () {
  770.             yield => ($this->privates['debug.argument_resolver.request_attribute'] ?? $this->load('getDebug_ArgumentResolver_RequestAttributeService'));
  771.             yield => ($this->privates['debug.argument_resolver.request'] ?? $this->load('getDebug_ArgumentResolver_RequestService'));
  772.             yield => ($this->privates['debug.argument_resolver.session'] ?? $this->load('getDebug_ArgumentResolver_SessionService'));
  773.             yield => ($this->privates['debug.security.user_value_resolver'] ?? $this->load('getDebug_Security_UserValueResolverService'));
  774.             yield => ($this->privates['debug.argument_resolver.service'] ?? $this->load('getDebug_ArgumentResolver_ServiceService'));
  775.             yield => ($this->privates['debug.argument_resolver.default'] ?? $this->load('getDebug_ArgumentResolver_DefaultService'));
  776.             yield => ($this->privates['debug.argument_resolver.variadic'] ?? $this->load('getDebug_ArgumentResolver_VariadicService'));
  777.             yield => ($this->privates['debug.argument_resolver.not_tagged_controller'] ?? $this->load('getDebug_ArgumentResolver_NotTaggedControllerService'));
  778.         }, 8)), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))));
  779.     }
  780.     /**
  781.      * Gets the public 'profiler' shared service.
  782.      *
  783.      * @return \Symfony\Component\HttpKernel\Profiler\Profiler
  784.      */
  785.     protected function getProfilerService()
  786.     {
  787.         $a = new \Symfony\Bridge\Monolog\Logger('profiler');
  788.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  789.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  790.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  791.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  792.         $this->services['profiler'] = $instance = new \Symfony\Component\HttpKernel\Profiler\Profiler(new \Symfony\Component\HttpKernel\Profiler\FileProfilerStorage(('file:'.$this->targetDir.''.'/profiler')), $atrue);
  793.         $b = ($this->services['kernel'] ?? $this->get('kernel'));
  794.         $c = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  795.         $d = new \Symfony\Component\Cache\DataCollector\CacheDataCollector();
  796.         $d->addInstance('cache.app', ($this->services['cache.app'] ?? $this->getCache_AppService()));
  797.         $d->addInstance('cache.system', ($this->services['cache.system'] ?? $this->getCache_SystemService()));
  798.         $d->addInstance('cache.validator', ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService()));
  799.         $d->addInstance('cache.serializer', ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService()));
  800.         $d->addInstance('cache.annotations', ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  801.         $d->addInstance('cache.property_info', ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService()));
  802.         $d->addInstance('cache.security_expression_language', ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService()));
  803.         $d->addInstance('cache.doctrine.orm.default.result', ($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()));
  804.         $d->addInstance('cache.doctrine.orm.default.query', ($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()));
  805.         $d->addInstance('cache.doctrine.orm.company_group.result', ($this->privates['cache.doctrine.orm.company_group.result'] ?? $this->getCache_Doctrine_Orm_CompanyGroup_ResultService()));
  806.         $d->addInstance('cache.doctrine.orm.company_group.query', ($this->privates['cache.doctrine.orm.company_group.query'] ?? $this->getCache_Doctrine_Orm_CompanyGroup_QueryService()));
  807.         $e = new \Doctrine\Bundle\DoctrineBundle\DataCollector\DoctrineDataCollector(($this->services['doctrine'] ?? $this->getDoctrineService()), trueNULL);
  808.         $e->addLogger('default', ($this->privates['doctrine.dbal.logger.profiling.default'] ?? ($this->privates['doctrine.dbal.logger.profiling.default'] = new \Doctrine\DBAL\Logging\DebugStack())));
  809.         $e->addLogger('company_group', ($this->privates['doctrine.dbal.logger.profiling.company_group'] ?? ($this->privates['doctrine.dbal.logger.profiling.company_group'] = new \Doctrine\DBAL\Logging\DebugStack())));
  810.         $f = new \Symfony\Component\HttpKernel\DataCollector\ConfigDataCollector();
  811.         if ($this->has('kernel')) {
  812.             $f->setKernel($b);
  813.         }
  814.         $instance->add(($this->privates['data_collector.request'] ?? ($this->privates['data_collector.request'] = new \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector())));
  815.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\TimeDataCollector($b, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))));
  816.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector());
  817.         $instance->add(new \Symfony\Component\Validator\DataCollector\ValidatorDataCollector(($this->services['validator'] ?? $this->getValidatorService())));
  818.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\AjaxDataCollector());
  819.         $instance->add(($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService()));
  820.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\ExceptionDataCollector());
  821.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\LoggerDataCollector($a, ($this->targetDir.''.'/appAppKernelDevDebugContainer'), $c));
  822.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\EventDataCollector(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), $c));
  823.         $instance->add(($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector())));
  824.         $instance->add($d);
  825.         $instance->add(new \Symfony\Bundle\SecurityBundle\DataCollector\SecurityDataCollector(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), new \Symfony\Component\Security\Core\Role\RoleHierarchy([]), ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()), ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService()), ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService()), ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService())));
  826.         $instance->add(new \Symfony\Bridge\Twig\DataCollector\TwigDataCollector(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), ($this->services['twig'] ?? $this->getTwigService())));
  827.         $instance->add($e);
  828.         $instance->add(new \Symfony\Bundle\SwiftmailerBundle\DataCollector\MessageDataCollector($this));
  829.         $instance->add($f);
  830.         return $instance;
  831.     }
  832.     /**
  833.      * Gets the public 'request_stack' shared service.
  834.      *
  835.      * @return \Symfony\Component\HttpFoundation\RequestStack
  836.      */
  837.     protected function getRequestStackService()
  838.     {
  839.         return $this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack();
  840.     }
  841.     /**
  842.      * Gets the public 'router' shared service.
  843.      *
  844.      * @return \Symfony\Bundle\FrameworkBundle\Routing\Router
  845.      */
  846.     protected function getRouterService()
  847.     {
  848.         $a = new \Symfony\Bridge\Monolog\Logger('router');
  849.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  850.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  851.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  852.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  853.         $this->services['router'] = $instance = new \Symfony\Bundle\FrameworkBundle\Routing\Router((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  854.             'routing.loader' => ['services''routing.loader''getRouting_LoaderService'true],
  855.         ], [
  856.             'routing.loader' => 'Symfony\\Component\\Config\\Loader\\LoaderInterface',
  857.         ]))->withContext('router.default'$this), (\dirname(__DIR__4).'/app/config/routing_dev.yml'), ['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], ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService()), new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this), $a'en');
  858.         $instance->setConfigCacheFactory(new \Symfony\Component\Config\ResourceCheckerConfigCacheFactory(new RewindableGenerator(function () {
  859.             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)));
  860.             yield => ($this->privates['config.resource.self_checking_resource_checker'] ?? ($this->privates['config.resource.self_checking_resource_checker'] = new \Symfony\Component\Config\Resource\SelfCheckingResourceChecker()));
  861.         }, 2)));
  862.         return $instance;
  863.     }
  864.     /**
  865.      * Gets the public 'security.authorization_checker' shared service.
  866.      *
  867.      * @return \Symfony\Component\Security\Core\Authorization\AuthorizationChecker
  868.      */
  869.     protected function getSecurity_AuthorizationCheckerService()
  870.     {
  871.         $a = ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService());
  872.         if (isset($this->services['security.authorization_checker'])) {
  873.             return $this->services['security.authorization_checker'];
  874.         }
  875.         return $this->services['security.authorization_checker'] = new \Symfony\Component\Security\Core\Authorization\AuthorizationChecker(($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), $a, ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService()), false);
  876.     }
  877.     /**
  878.      * Gets the public 'security.token_storage' shared service.
  879.      *
  880.      * @return \Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage
  881.      */
  882.     protected function getSecurity_TokenStorageService()
  883.     {
  884.         return $this->services['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, [
  885.             'session' => ['services''session''getSessionService'false],
  886.         ], [
  887.             'session' => '?',
  888.         ]));
  889.     }
  890.     /**
  891.      * Gets the public 'session' shared service.
  892.      *
  893.      * @return \Symfony\Component\HttpFoundation\Session\Session
  894.      */
  895.     protected function getSessionService()
  896.     {
  897.         return $this->services['session'] = new \Symfony\Component\HttpFoundation\Session\Session(new \Symfony\Component\HttpFoundation\Session\Storage\NativeSessionStorage($this->parameters['session.storage.options'], NULL, new \Symfony\Component\HttpFoundation\Session\Storage\MetadataBag('_sf2_meta'0)));
  898.     }
  899.     /**
  900.      * Gets the public 'sesssions_listener' shared autowired service.
  901.      *
  902.      * @return \ApplicationBundle\Listener\SessionListener
  903.      */
  904.     protected function getSesssionsListenerService()
  905.     {
  906.         return $this->services['sesssions_listener'] = new \ApplicationBundle\Listener\SessionListener((\dirname(__DIR__4).'/app'), $this, ($this->privates['debug.controller_resolver'] ?? $this->getDebug_ControllerResolverService()), ($this->services['application_connector'] ?? $this->getApplicationConnectorService()), ($this->services['router'] ?? $this->getRouterService()), ($this->services['session'] ?? $this->getSessionService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['doctrine.orm.company_group_entity_manager'] ?? $this->getDoctrine_Orm_CompanyGroupEntityManagerService()), '756630af84937eefcb2843b19ef56c1e128b40d7', ($this->services['url_encryptor'] ?? $this->getUrlEncryptorService()));
  907.     }
  908.     /**
  909.      * Gets the public 'twig' shared service.
  910.      *
  911.      * @return \Twig\Environment
  912.      */
  913.     protected function getTwigService()
  914.     {
  915.         $a = new \Symfony\Bundle\TwigBundle\Loader\FilesystemLoader(($this->privates['templating.locator'] ?? $this->load('getTemplating_LocatorService')), ($this->privates['templating.name_parser'] ?? $this->load('getTemplating_NameParserService')), \dirname(__DIR__4));
  916.         $a->addPath((\dirname(__DIR__4).'/src/ApplicationBundle/Modules/Sales/Resources/views'), 'Sales');
  917.         $a->addPath((\dirname(__DIR__4).'/src/ApplicationBundle/Modules/Accounts/Resources/views'), 'Accounts');
  918.         $a->addPath((\dirname(__DIR__4).'/src/ApplicationBundle/Modules/Datev/Resources/views'), 'Datev');
  919.         $a->addPath((\dirname(__DIR__4).'/src/ApplicationBundle/Modules/Purchase/Resources/views'), 'Purchase');
  920.         $a->addPath((\dirname(__DIR__4).'/src/ApplicationBundle/Modules/Inventory/Resources/views'), 'Inventory');
  921.         $a->addPath((\dirname(__DIR__4).'/src/ApplicationBundle/Modules/FixedAsset/Resources/views'), 'FixedAsset');
  922.         $a->addPath((\dirname(__DIR__4).'/src/ApplicationBundle/Modules/Project/Resources/views'), 'Project');
  923.         $a->addPath((\dirname(__DIR__4).'/src/ApplicationBundle/Modules/Production/Resources/views'), 'Production');
  924.         $a->addPath((\dirname(__DIR__4).'/src/ApplicationBundle/Modules/Demo/Resources/views'), 'Demo');
  925.         $a->addPath((\dirname(__DIR__4).'/src/ApplicationBundle/Modules/System/Resources/views'), 'System');
  926.         $a->addPath((\dirname(__DIR__4).'/src/ApplicationBundle/Modules/Loan/Resources/views'), 'Loan');
  927.         $a->addPath((\dirname(__DIR__4).'/src/ApplicationBundle/Modules/HoneybeeWeb/Resources/views'), 'HoneybeeWeb');
  928.         $a->addPath((\dirname(__DIR__4).'/src/ApplicationBundle/Modules/Task/Resources/views'), 'Task');
  929.         $a->addPath((\dirname(__DIR__4).'/src/ApplicationBundle/Modules/Buddybee/Resources/views'), 'Buddybee');
  930.         $a->addPath((\dirname(__DIR__4).'/src/ApplicationBundle/Modules/Authentication/Resources/views'), 'Authentication');
  931.         $a->addPath((\dirname(__DIR__4).'/src/ApplicationBundle/Modules/MarketPlace/Resources/views'), 'MarketPlace');
  932.         $a->addPath((\dirname(__DIR__4).'/src/ApplicationBundle/Modules/Sophia/Resources/views'), 'Sophia');
  933.         $a->addPath((\dirname(__DIR__4).'/src/ApplicationBundle/Modules/OperationService/Resources/views'), 'OperationService');
  934.         $a->addPath((\dirname(__DIR__4).'/src/CompanyGroupBundle/Modules/Blockchain/Resources/views'), 'Blockchain');
  935.         $a->addPath((\dirname(__DIR__4).'/src/ApplicationBundle/Modules/Lead/Resources/views'), 'Lead');
  936.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/framework-bundle/Resources/views'), 'Framework');
  937.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/framework-bundle/Resources/views'), '!Framework');
  938.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), 'Security');
  939.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), '!Security');
  940.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bundle/Resources/views'), 'Twig');
  941.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bundle/Resources/views'), '!Twig');
  942.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/Resources/views'), 'Swiftmailer');
  943.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/Resources/views'), '!Swiftmailer');
  944.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Resources/views'), 'Doctrine');
  945.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Resources/views'), '!Doctrine');
  946.         $a->addPath((\dirname(__DIR__4).'/src/ApplicationBundle/Resources/views'), 'Application');
  947.         $a->addPath((\dirname(__DIR__4).'/src/ApplicationBundle/Resources/views'), '!Application');
  948.         $a->addPath((\dirname(__DIR__4).'/src/CompanyGroupBundle/Resources/views'), 'CompanyGroup');
  949.         $a->addPath((\dirname(__DIR__4).'/src/CompanyGroupBundle/Resources/views'), '!CompanyGroup');
  950.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), 'WebProfiler');
  951.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), '!WebProfiler');
  952.         $a->addPath((\dirname(__DIR__4).'/app/Resources/views'));
  953.         $a->addPath((\dirname(__DIR__4).'/templates'));
  954.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), 'email');
  955.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), '!email');
  956.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Form'));
  957.         $this->services['twig'] = $instance = new \Twig\Environment($a, ['debug' => true'strict_variables' => true'autoescape' => 'name''cache' => ($this->targetDir.''.'/twig'), 'charset' => 'UTF-8']);
  958.         $b = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  959.         $c = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  960.         $d = ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService());
  961.         $e = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  962.         $f = ($this->services['encrypt_decrypt'] ?? ($this->services['encrypt_decrypt'] = new \ApplicationBundle\Helper\EncryptDecrypt()));
  963.         $g = ($this->services['Twig\\Extra\\Intl\\IntlExtension'] ?? ($this->services['Twig\\Extra\\Intl\\IntlExtension'] = new \Twig\Extra\Intl\IntlExtension()));
  964.         $h = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'1);
  965.         $h->setDisplayOptions(['maxStringLength' => 4096'fileLinkFormat' => $d]);
  966.         $i = new \Symfony\Bridge\Twig\AppVariable();
  967.         $i->setEnvironment('dev');
  968.         $i->setDebug(true);
  969.         if ($this->has('security.token_storage')) {
  970.             $i->setTokenStorage(($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()));
  971.         }
  972.         if ($this->has('request_stack')) {
  973.             $i->setRequestStack($c);
  974.         }
  975.         $j = new \Twig\Extra\TwigExtraBundle\MissingExtensionSuggestor();
  976.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CsrfExtension());
  977.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\LogoutUrlExtension(($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService())));
  978.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\SecurityExtension(($this->services['security.authorization_checker'] ?? $this->getSecurity_AuthorizationCheckerService())));
  979.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ProfilerExtension(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), $b));
  980.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\TranslationExtension(NULL));
  981.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\AssetExtension(new \Symfony\Component\Asset\Packages(new \Symfony\Component\Asset\PathPackage('', new \Symfony\Component\Asset\VersionStrategy\EmptyVersionStrategy(), new \Symfony\Component\Asset\Context\RequestStackContext($c''false)), [])));
  982.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CodeExtension($d, \dirname(__DIR__4), 'UTF-8'));
  983.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\RoutingExtension(($this->services['router'] ?? $this->getRouterService())));
  984.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\YamlExtension());
  985.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\StopwatchExtension($btrue));
  986.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpKernelExtension());
  987.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpFoundationExtension(new \Symfony\Component\HttpFoundation\UrlHelper($c, ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService()))));
  988.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\FormExtension());
  989.         $instance->addExtension(new \ApplicationBundle\Twig\GeneralExtension($e, ($this->services['doctrine.orm.company_group_entity_manager'] ?? $this->getDoctrine_Orm_CompanyGroupEntityManagerService()), $f$g));
  990.         $instance->addExtension(new \ApplicationBundle\Twig\Accounts($e$f));
  991.         $instance->addExtension(new \ApplicationBundle\Twig\Sales($e$f));
  992.         $instance->addExtension(new \ApplicationBundle\Twig\PurchaseTE($e$f));
  993.         $instance->addExtension(new \Twig\Extension\DebugExtension());
  994.         $instance->addExtension(new \Doctrine\Bundle\DoctrineBundle\Twig\DoctrineExtension());
  995.         $instance->addExtension(new \Nzo\UrlEncryptorBundle\Twig\EncryptorExtension(($this->services['url_encryptor'] ?? $this->getUrlEncryptorService())));
  996.         $instance->addExtension(new \Endroid\QrCodeBundle\Twig\QrCodeExtension());
  997.         $instance->addExtension($g);
  998.         $instance->addExtension(new \Symfony\Bundle\WebProfilerBundle\Twig\WebProfilerExtension($h));
  999.         $instance->addGlobal('app'$i);
  1000.         $instance->addRuntimeLoader(new \Twig\RuntimeLoader\ContainerRuntimeLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1001.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => ['privates''twig.runtime.security_csrf''getTwig_Runtime_SecurityCsrfService'true],
  1002.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => ['privates''twig.runtime.httpkernel''getTwig_Runtime_HttpkernelService'true],
  1003.             'Symfony\\Component\\Form\\FormRenderer' => ['privates''twig.form.renderer''getTwig_Form_RendererService'true],
  1004.             'Endroid\\QrCodeBundle\\Twig\\QrCodeRuntime' => ['privates''Endroid\\QrCodeBundle\\Twig\\QrCodeRuntime''getQrCodeRuntimeService'true],
  1005.         ], [
  1006.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => '?',
  1007.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => '?',
  1008.             'Symfony\\Component\\Form\\FormRenderer' => '?',
  1009.             'Endroid\\QrCodeBundle\\Twig\\QrCodeRuntime' => '?',
  1010.         ])));
  1011.         $instance->addGlobal('full_js_included'0);
  1012.         $instance->addGlobal('kernel_root_dir', (\dirname(__DIR__4).'/app'));
  1013.         $instance->addGlobal('system_type''_CENTRAL_');
  1014.         $instance->addGlobal('notification_enabled'1);
  1015.         $instance->addGlobal('email_enabled'1);
  1016.         $instance->addGlobal('entity_group_enabled'1);
  1017.         $instance->addGlobal('notification_server''https://ourhoneybee.xyz');
  1018.         $instance->registerUndefinedFilterCallback([=> $j=> 'suggestFilter']);
  1019.         $instance->registerUndefinedFunctionCallback([=> $j=> 'suggestFunction']);
  1020.         $instance->registerUndefinedTokenParserCallback([=> $j=> 'suggestTag']);
  1021.         (new \Symfony\Bundle\TwigBundle\DependencyInjection\Configurator\EnvironmentConfigurator('F j, Y H:i''%d days'NULL0'.'','))->configure($instance);
  1022.         return $instance;
  1023.     }
  1024.     /**
  1025.      * Gets the public 'url_encryptor' shared service.
  1026.      *
  1027.      * @return \Nzo\UrlEncryptorBundle\Encryptor\Encryptor
  1028.      */
  1029.     protected function getUrlEncryptorService()
  1030.     {
  1031.         $this->services['url_encryptor'] = $instance = new \Nzo\UrlEncryptorBundle\Encryptor\Encryptor('9980fe5327425b3ba36ce27c4c6999b02572cf41''aes-256-ctr'truetruetrue);
  1032.         $instance->setSecretIv('1298767');
  1033.         return $instance;
  1034.     }
  1035.     /**
  1036.      * Gets the public 'validator' shared service.
  1037.      *
  1038.      * @return \Symfony\Component\Validator\Validator\TraceableValidator
  1039.      */
  1040.     protected function getValidatorService()
  1041.     {
  1042.         return $this->services['validator'] = new \Symfony\Component\Validator\Validator\TraceableValidator(($this->privates['validator.builder'] ?? $this->getValidator_BuilderService())->getValidator());
  1043.     }
  1044.     /**
  1045.      * Gets the private '.legacy_resolve_controller_name_subscriber' shared service.
  1046.      *
  1047.      * @return \Symfony\Bundle\FrameworkBundle\EventListener\ResolveControllerNameSubscriber
  1048.      */
  1049.     protected function get_LegacyResolveControllerNameSubscriberService()
  1050.     {
  1051.         return $this->privates['.legacy_resolve_controller_name_subscriber'] = new \Symfony\Bundle\FrameworkBundle\EventListener\ResolveControllerNameSubscriber(($this->privates['.legacy_controller_name_converter'] ?? ($this->privates['.legacy_controller_name_converter'] = new \Symfony\Bundle\FrameworkBundle\Controller\ControllerNameParser(($this->services['kernel'] ?? $this->get('kernel'1)), false))), false);
  1052.     }
  1053.     /**
  1054.      * Gets the private 'annotations.cache_adapter' shared service.
  1055.      *
  1056.      * @return \Symfony\Component\Cache\Adapter\PhpArrayAdapter
  1057.      */
  1058.     protected function getAnnotations_CacheAdapterService()
  1059.     {
  1060.         return \Symfony\Component\Cache\Adapter\PhpArrayAdapter::create(($this->targetDir.''.'/annotations.php'), ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  1061.     }
  1062.     /**
  1063.      * Gets the private 'annotations.cached_reader' shared service.
  1064.      *
  1065.      * @return \Doctrine\Common\Annotations\PsrCachedReader
  1066.      */
  1067.     protected function getAnnotations_CachedReaderService()
  1068.     {
  1069.         return $this->privates['annotations.cached_reader'] = new \Doctrine\Common\Annotations\PsrCachedReader(($this->privates['annotations.reader'] ?? $this->getAnnotations_ReaderService()), $this->getAnnotations_CacheAdapterService(), true);
  1070.     }
  1071.     /**
  1072.      * Gets the private 'annotations.dummy_registry' shared service.
  1073.      *
  1074.      * @return \Doctrine\Common\Annotations\AnnotationRegistry
  1075.      */
  1076.     protected function getAnnotations_DummyRegistryService()
  1077.     {
  1078.         $this->privates['annotations.dummy_registry'] = $instance = new \Doctrine\Common\Annotations\AnnotationRegistry();
  1079.         $instance->registerUniqueLoader('class_exists');
  1080.         return $instance;
  1081.     }
  1082.     /**
  1083.      * Gets the private 'annotations.reader' shared service.
  1084.      *
  1085.      * @return \Doctrine\Common\Annotations\AnnotationReader
  1086.      */
  1087.     protected function getAnnotations_ReaderService()
  1088.     {
  1089.         $this->privates['annotations.reader'] = $instance = new \Doctrine\Common\Annotations\AnnotationReader();
  1090.         $instance->addGlobalIgnoredName('required', ($this->privates['annotations.dummy_registry'] ?? $this->getAnnotations_DummyRegistryService()));
  1091.         return $instance;
  1092.     }
  1093.     /**
  1094.      * Gets the private 'cache.annotations' shared service.
  1095.      *
  1096.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1097.      */
  1098.     protected function getCache_AnnotationsService()
  1099.     {
  1100.         return $this->privates['cache.annotations'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('U3hPaaeAzX'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1101.     }
  1102.     /**
  1103.      * Gets the private 'cache.doctrine.orm.company_group.query' shared service.
  1104.      *
  1105.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1106.      */
  1107.     protected function getCache_Doctrine_Orm_CompanyGroup_QueryService()
  1108.     {
  1109.         return $this->privates['cache.doctrine.orm.company_group.query'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  1110.     }
  1111.     /**
  1112.      * Gets the private 'cache.doctrine.orm.company_group.result' shared service.
  1113.      *
  1114.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1115.      */
  1116.     protected function getCache_Doctrine_Orm_CompanyGroup_ResultService()
  1117.     {
  1118.         return $this->privates['cache.doctrine.orm.company_group.result'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  1119.     }
  1120.     /**
  1121.      * Gets the private 'cache.doctrine.orm.default.query' shared service.
  1122.      *
  1123.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1124.      */
  1125.     protected function getCache_Doctrine_Orm_Default_QueryService()
  1126.     {
  1127.         return $this->privates['cache.doctrine.orm.default.query'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  1128.     }
  1129.     /**
  1130.      * Gets the private 'cache.doctrine.orm.default.result' shared service.
  1131.      *
  1132.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1133.      */
  1134.     protected function getCache_Doctrine_Orm_Default_ResultService()
  1135.     {
  1136.         return $this->privates['cache.doctrine.orm.default.result'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  1137.     }
  1138.     /**
  1139.      * Gets the private 'cache.property_info' shared service.
  1140.      *
  1141.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1142.      */
  1143.     protected function getCache_PropertyInfoService()
  1144.     {
  1145.         return $this->privates['cache.property_info'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('PLcS5KtCpP'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1146.     }
  1147.     /**
  1148.      * Gets the private 'cache.security_expression_language' shared service.
  1149.      *
  1150.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1151.      */
  1152.     protected function getCache_SecurityExpressionLanguageService()
  1153.     {
  1154.         return $this->privates['cache.security_expression_language'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('PFeaucS6nT'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1155.     }
  1156.     /**
  1157.      * Gets the private 'cache.serializer' shared service.
  1158.      *
  1159.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1160.      */
  1161.     protected function getCache_SerializerService()
  1162.     {
  1163.         return $this->privates['cache.serializer'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('BVt-6A6hdn'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1164.     }
  1165.     /**
  1166.      * Gets the private 'cache.validator' shared service.
  1167.      *
  1168.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1169.      */
  1170.     protected function getCache_ValidatorService()
  1171.     {
  1172.         return $this->privates['cache.validator'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('t2jCdFTBda'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1173.     }
  1174.     /**
  1175.      * Gets the private 'data_collector.form' shared service.
  1176.      *
  1177.      * @return \Symfony\Component\Form\Extension\DataCollector\FormDataCollector
  1178.      */
  1179.     protected function getDataCollector_FormService()
  1180.     {
  1181.         return $this->privates['data_collector.form'] = new \Symfony\Component\Form\Extension\DataCollector\FormDataCollector(new \Symfony\Component\Form\Extension\DataCollector\FormDataExtractor());
  1182.     }
  1183.     /**
  1184.      * Gets the private 'debug.controller_resolver' shared service.
  1185.      *
  1186.      * @return \Symfony\Component\HttpKernel\Controller\TraceableControllerResolver
  1187.      */
  1188.     protected function getDebug_ControllerResolverService()
  1189.     {
  1190.         return $this->privates['debug.controller_resolver'] = new \Symfony\Component\HttpKernel\Controller\TraceableControllerResolver(new \Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver($this, ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService()), ($this->privates['.legacy_controller_name_converter'] ?? ($this->privates['.legacy_controller_name_converter'] = new \Symfony\Bundle\FrameworkBundle\Controller\ControllerNameParser(($this->services['kernel'] ?? $this->get('kernel'1)), false)))), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  1191.     }
  1192.     /**
  1193.      * Gets the private 'debug.debug_handlers_listener' shared service.
  1194.      *
  1195.      * @return \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener
  1196.      */
  1197.     protected function getDebug_DebugHandlersListenerService()
  1198.     {
  1199.         $a = new \Symfony\Bridge\Monolog\Logger('php');
  1200.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1201.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1202.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1203.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1204.         return $this->privates['debug.debug_handlers_listener'] = new \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener(NULL$aNULL, -1true, ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()), true);
  1205.     }
  1206.     /**
  1207.      * Gets the private 'debug.file_link_formatter' shared service.
  1208.      *
  1209.      * @return \Symfony\Component\HttpKernel\Debug\FileLinkFormatter
  1210.      */
  1211.     protected function getDebug_FileLinkFormatterService()
  1212.     {
  1213.         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 () {
  1214.             return ($this->privates['debug.file_link_formatter.url_format'] ?? $this->load('getDebug_FileLinkFormatter_UrlFormatService'));
  1215.         });
  1216.     }
  1217.     /**
  1218.      * Gets the private 'debug.log_processor' shared service.
  1219.      *
  1220.      * @return \Symfony\Bridge\Monolog\Processor\DebugProcessor
  1221.      */
  1222.     protected function getDebug_LogProcessorService()
  1223.     {
  1224.         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())));
  1225.     }
  1226.     /**
  1227.      * Gets the private 'debug.security.access.decision_manager' shared service.
  1228.      *
  1229.      * @return \Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager
  1230.      */
  1231.     protected function getDebug_Security_Access_DecisionManagerService()
  1232.     {
  1233.         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 () {
  1234.             yield => ($this->privates['debug.security.voter.security.access.authenticated_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_AuthenticatedVoterService'));
  1235.             yield => ($this->privates['debug.security.voter.security.access.simple_role_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_SimpleRoleVoterService'));
  1236.         }, 2), 'affirmative'falsetrue));
  1237.     }
  1238.     /**
  1239.      * Gets the private 'debug.security.firewall' shared service.
  1240.      *
  1241.      * @return \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener
  1242.      */
  1243.     protected function getDebug_Security_FirewallService()
  1244.     {
  1245.         $a = ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService());
  1246.         if (isset($this->privates['debug.security.firewall'])) {
  1247.             return $this->privates['debug.security.firewall'];
  1248.         }
  1249.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  1250.         if (isset($this->privates['debug.security.firewall'])) {
  1251.             return $this->privates['debug.security.firewall'];
  1252.         }
  1253.         return $this->privates['debug.security.firewall'] = new \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener($a$b, ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()));
  1254.     }
  1255.     /**
  1256.      * Gets the private 'doctrine.orm.company_group_yml_metadata_driver' shared service.
  1257.      *
  1258.      * @return \Doctrine\ORM\Mapping\Driver\SimplifiedYamlDriver
  1259.      */
  1260.     protected function getDoctrine_Orm_CompanyGroupYmlMetadataDriverService()
  1261.     {
  1262.         $this->privates['doctrine.orm.company_group_yml_metadata_driver'] = $instance = new \Doctrine\ORM\Mapping\Driver\SimplifiedYamlDriver([(\dirname(__DIR__4).'/src/CompanyGroupBundle/Modules/Blockchain/Resources/config/doctrine') => 'CompanyGroupBundle\\Modules\\Blockchain\\Entity', (\dirname(__DIR__4).'/src/CompanyGroupBundle/Resources/config/doctrine') => 'CompanyGroupBundle\\Entity']);
  1263.         $instance->setGlobalBasename('mapping');
  1264.         return $instance;
  1265.     }
  1266.     /**
  1267.      * Gets the private 'doctrine.orm.container_repository_factory' shared service.
  1268.      *
  1269.      * @return \Doctrine\Bundle\DoctrineBundle\Repository\ContainerRepositoryFactory
  1270.      */
  1271.     protected function getDoctrine_Orm_ContainerRepositoryFactoryService()
  1272.     {
  1273.         return $this->privates['doctrine.orm.container_repository_factory'] = new \Doctrine\Bundle\DoctrineBundle\Repository\ContainerRepositoryFactory(($this->privates['.service_locator.Xbsa8iG'] ?? ($this->privates['.service_locator.Xbsa8iG'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [], []))));
  1274.     }
  1275.     /**
  1276.      * Gets the private 'doctrine.orm.default_yml_metadata_driver' shared service.
  1277.      *
  1278.      * @return \Doctrine\ORM\Mapping\Driver\SimplifiedYamlDriver
  1279.      */
  1280.     protected function getDoctrine_Orm_DefaultYmlMetadataDriverService()
  1281.     {
  1282.         $this->privates['doctrine.orm.default_yml_metadata_driver'] = $instance = new \Doctrine\ORM\Mapping\Driver\SimplifiedYamlDriver([(\dirname(__DIR__4).'/src/ApplicationBundle/Modules/Demo/Resources/config/doctrine') => 'ApplicationBundle\\Modules\\Demo\\Entity', (\dirname(__DIR__4).'/src/ApplicationBundle/Modules/Lead/Resources/config/doctrine') => 'ApplicationBundle\\Modules\\Lead\\Entity', (\dirname(__DIR__4).'/src/ApplicationBundle/Resources/config/doctrine') => 'ApplicationBundle\\Entity']);
  1283.         $instance->setGlobalBasename('mapping');
  1284.         return $instance;
  1285.     }
  1286.     /**
  1287.      * Gets the private 'fragment.listener' shared service.
  1288.      *
  1289.      * @return \Symfony\Component\HttpKernel\EventListener\FragmentListener
  1290.      */
  1291.     protected function getFragment_ListenerService()
  1292.     {
  1293.         return $this->privates['fragment.listener'] = new \Symfony\Component\HttpKernel\EventListener\FragmentListener(($this->privates['uri_signer'] ?? ($this->privates['uri_signer'] = new \Symfony\Component\HttpKernel\UriSigner('756630af84937eefcb2843b19ef56c1e128b40d7'))), '/_fragment');
  1294.     }
  1295.     /**
  1296.      * Gets the private 'locale_listener' shared service.
  1297.      *
  1298.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleListener
  1299.      */
  1300.     protected function getLocaleListenerService()
  1301.     {
  1302.         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()));
  1303.     }
  1304.     /**
  1305.      * Gets the private 'monolog.handler.console' shared service.
  1306.      *
  1307.      * @return \Symfony\Bridge\Monolog\Handler\ConsoleHandler
  1308.      */
  1309.     protected function getMonolog_Handler_ConsoleService()
  1310.     {
  1311.         $this->privates['monolog.handler.console'] = $instance = new \Symfony\Bridge\Monolog\Handler\ConsoleHandler(NULLtrue, [], []);
  1312.         $instance->pushProcessor(($this->privates['monolog.processor.psr_log_message'] ?? ($this->privates['monolog.processor.psr_log_message'] = new \Monolog\Processor\PsrLogMessageProcessor())));
  1313.         return $instance;
  1314.     }
  1315.     /**
  1316.      * Gets the private 'monolog.handler.main' shared service.
  1317.      *
  1318.      * @return \Monolog\Handler\StreamHandler
  1319.      */
  1320.     protected function getMonolog_Handler_MainService()
  1321.     {
  1322.         $this->privates['monolog.handler.main'] = $instance = new \Monolog\Handler\StreamHandler((\dirname(__DIR__3).'/logs/dev.log'), 100trueNULLfalse);
  1323.         $instance->pushProcessor(($this->privates['monolog.processor.psr_log_message'] ?? ($this->privates['monolog.processor.psr_log_message'] = new \Monolog\Processor\PsrLogMessageProcessor())));
  1324.         return $instance;
  1325.     }
  1326.     /**
  1327.      * Gets the private 'monolog.logger.cache' shared service.
  1328.      *
  1329.      * @return \Symfony\Bridge\Monolog\Logger
  1330.      */
  1331.     protected function getMonolog_Logger_CacheService()
  1332.     {
  1333.         $this->privates['monolog.logger.cache'] = $instance = new \Symfony\Bridge\Monolog\Logger('cache');
  1334.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1335.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1336.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1337.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  1338.         return $instance;
  1339.     }
  1340.     /**
  1341.      * Gets the private 'monolog.logger.doctrine' shared service.
  1342.      *
  1343.      * @return \Symfony\Bridge\Monolog\Logger
  1344.      */
  1345.     protected function getMonolog_Logger_DoctrineService()
  1346.     {
  1347.         $this->privates['monolog.logger.doctrine'] = $instance = new \Symfony\Bridge\Monolog\Logger('doctrine');
  1348.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1349.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1350.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  1351.         return $instance;
  1352.     }
  1353.     /**
  1354.      * Gets the private 'monolog.logger.request' shared service.
  1355.      *
  1356.      * @return \Symfony\Bridge\Monolog\Logger
  1357.      */
  1358.     protected function getMonolog_Logger_RequestService()
  1359.     {
  1360.         $this->privates['monolog.logger.request'] = $instance = new \Symfony\Bridge\Monolog\Logger('request');
  1361.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1362.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1363.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1364.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  1365.         return $instance;
  1366.     }
  1367.     /**
  1368.      * Gets the private 'nzo.annotation_resolver' shared service.
  1369.      *
  1370.      * @return \Nzo\UrlEncryptorBundle\Annotations\AnnotationResolver
  1371.      */
  1372.     protected function getNzo_AnnotationResolverService()
  1373.     {
  1374.         $a = new \Nzo\UrlEncryptorBundle\Encryptor\Encryptor('9980fe5327425b3ba36ce27c4c6999b02572cf41''aes-256-ctr'truetruetrue);
  1375.         $a->setSecretIv('1298767');
  1376.         $b = new \Doctrine\Common\Annotations\AnnotationReader();
  1377.         $b->addGlobalIgnoredName('required', ($this->privates['annotations.dummy_registry'] ?? $this->getAnnotations_DummyRegistryService()));
  1378.         return $this->privates['nzo.annotation_resolver'] = new \Nzo\UrlEncryptorBundle\Annotations\AnnotationResolver($a$b);
  1379.     }
  1380.     /**
  1381.      * Gets the private 'profiler_listener' shared service.
  1382.      *
  1383.      * @return \Symfony\Component\HttpKernel\EventListener\ProfilerListener
  1384.      */
  1385.     protected function getProfilerListenerService()
  1386.     {
  1387.         $a = ($this->services['profiler'] ?? $this->getProfilerService());
  1388.         if (isset($this->privates['profiler_listener'])) {
  1389.             return $this->privates['profiler_listener'];
  1390.         }
  1391.         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())), NULLfalsefalse);
  1392.     }
  1393.     /**
  1394.      * Gets the private 'property_info' shared service.
  1395.      *
  1396.      * @return \Symfony\Component\PropertyInfo\PropertyInfoExtractor
  1397.      */
  1398.     protected function getPropertyInfoService()
  1399.     {
  1400.         return $this->privates['property_info'] = new \Symfony\Component\PropertyInfo\PropertyInfoExtractor(new RewindableGenerator(function () {
  1401.             yield => ($this->privates['property_info.serializer_extractor'] ?? $this->load('getPropertyInfo_SerializerExtractorService'));
  1402.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  1403.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
  1404.             yield => ($this->privates['doctrine.orm.company_group_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_CompanyGroupEntityManager_PropertyInfoExtractorService'));
  1405.         }, 4), new RewindableGenerator(function () {
  1406.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
  1407.             yield => ($this->privates['doctrine.orm.company_group_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_CompanyGroupEntityManager_PropertyInfoExtractorService'));
  1408.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  1409.         }, 3), new RewindableGenerator(function () {
  1410.             return new \EmptyIterator();
  1411.         }, 0), new RewindableGenerator(function () {
  1412.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
  1413.             yield => ($this->privates['doctrine.orm.company_group_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_CompanyGroupEntityManager_PropertyInfoExtractorService'));
  1414.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  1415.         }, 3), new RewindableGenerator(function () {
  1416.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  1417.         }, 1));
  1418.     }
  1419.     /**
  1420.      * Gets the private 'router.request_context' shared service.
  1421.      *
  1422.      * @return \Symfony\Component\Routing\RequestContext
  1423.      */
  1424.     protected function getRouter_RequestContextService()
  1425.     {
  1426.         return $this->privates['router.request_context'] = new \Symfony\Component\Routing\RequestContext('''GET''localhost''http'80443);
  1427.     }
  1428.     /**
  1429.      * Gets the private 'router_listener' shared service.
  1430.      *
  1431.      * @return \Symfony\Component\HttpKernel\EventListener\RouterListener
  1432.      */
  1433.     protected function getRouterListenerService()
  1434.     {
  1435.         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);
  1436.     }
  1437.     /**
  1438.      * Gets the private 'security.authentication.manager' shared service.
  1439.      *
  1440.      * @return \Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager
  1441.      */
  1442.     protected function getSecurity_Authentication_ManagerService()
  1443.     {
  1444.         $this->privates['security.authentication.manager'] = $instance = new \Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager(new RewindableGenerator(function () {
  1445.             yield => ($this->privates['security.authentication.provider.anonymous.main'] ?? ($this->privates['security.authentication.provider.anonymous.main'] = new \Symfony\Component\Security\Core\Authentication\Provider\AnonymousAuthenticationProvider($this->getParameter('container.build_hash'))));
  1446.         }, 1), true);
  1447.         $instance->setEventDispatcher(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  1448.         return $instance;
  1449.     }
  1450.     /**
  1451.      * Gets the private 'security.firewall.map' shared service.
  1452.      *
  1453.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallMap
  1454.      */
  1455.     protected function getSecurity_Firewall_MapService()
  1456.     {
  1457.         return $this->privates['security.firewall.map'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallMap(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1458.             'security.firewall.map.context.dev' => ['privates''security.firewall.map.context.dev''getSecurity_Firewall_Map_Context_DevService'true],
  1459.             'security.firewall.map.context.main' => ['privates''security.firewall.map.context.main''getSecurity_Firewall_Map_Context_MainService'true],
  1460.         ], [
  1461.             'security.firewall.map.context.dev' => '?',
  1462.             'security.firewall.map.context.main' => '?',
  1463.         ]), new RewindableGenerator(function () {
  1464.             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)/')));
  1465.             yield 'security.firewall.map.context.main' => NULL;
  1466.         }, 2));
  1467.     }
  1468.     /**
  1469.      * Gets the private 'security.logout_url_generator' shared service.
  1470.      *
  1471.      * @return \Symfony\Component\Security\Http\Logout\LogoutUrlGenerator
  1472.      */
  1473.     protected function getSecurity_LogoutUrlGeneratorService()
  1474.     {
  1475.         return $this->privates['security.logout_url_generator'] = 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['security.token_storage'] ?? $this->getSecurity_TokenStorageService()));
  1476.     }
  1477.     /**
  1478.      * Gets the private 'session_listener' shared service.
  1479.      *
  1480.      * @return \Symfony\Component\HttpKernel\EventListener\SessionListener
  1481.      */
  1482.     protected function getSessionListenerService()
  1483.     {
  1484.         return $this->privates['session_listener'] = new \Symfony\Component\HttpKernel\EventListener\SessionListener(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1485.             'initialized_session' => ['services''session'NULLfalse],
  1486.             'session' => ['services''session''getSessionService'false],
  1487.         ], [
  1488.             'initialized_session' => '?',
  1489.             'session' => '?',
  1490.         ]));
  1491.     }
  1492.     /**
  1493.      * Gets the private 'validator.builder' shared service.
  1494.      *
  1495.      * @return \Symfony\Component\Validator\ValidatorBuilder
  1496.      */
  1497.     protected function getValidator_BuilderService()
  1498.     {
  1499.         $this->privates['validator.builder'] = $instance = \Symfony\Component\Validator\Validation::createValidatorBuilder();
  1500.         $a = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  1501.         $instance->setConstraintValidatorFactory(new \Symfony\Component\Validator\ContainerConstraintValidatorFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1502.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'true],
  1503.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'true],
  1504.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => ['privates''validator.email''getValidator_EmailService'true],
  1505.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => ['privates''validator.expression''getValidator_ExpressionService'true],
  1506.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => ['privates''validator.not_compromised_password''getValidator_NotCompromisedPasswordService'true],
  1507.             'doctrine.orm.validator.unique' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'true],
  1508.             'security.validator.user_password' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'true],
  1509.             'validator.expression' => ['privates''validator.expression''getValidator_ExpressionService'true],
  1510.         ], [
  1511.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => '?',
  1512.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => '?',
  1513.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => '?',
  1514.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => '?',
  1515.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => '?',
  1516.             'doctrine.orm.validator.unique' => '?',
  1517.             'security.validator.user_password' => '?',
  1518.             'validator.expression' => '?',
  1519.         ])));
  1520.         $instance->setTranslationDomain('validators');
  1521.         $instance->addXmlMappings([=> (\dirname(__DIR__4).'/vendor/symfony/form/Resources/config/validation.xml')]);
  1522.         $instance->enableAnnotationMapping(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  1523.         $instance->addMethodMapping('loadValidatorMetadata');
  1524.         $instance->addObjectInitializers([=> new \Symfony\Bridge\Doctrine\Validator\DoctrineInitializer(($this->services['doctrine'] ?? $this->getDoctrineService()))]);
  1525.         $instance->addLoader(new \Symfony\Component\Validator\Mapping\Loader\PropertyInfoLoader($a$a$aNULL));
  1526.         $instance->addLoader(new \Symfony\Bridge\Doctrine\Validator\DoctrineLoader(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), NULL));
  1527.         $instance->addLoader(new \Symfony\Bridge\Doctrine\Validator\DoctrineLoader(($this->services['doctrine.orm.company_group_entity_manager'] ?? $this->getDoctrine_Orm_CompanyGroupEntityManagerService()), NULL));
  1528.         return $instance;
  1529.     }
  1530.     /**
  1531.      * Gets the private 'web_profiler.csp.handler' shared service.
  1532.      *
  1533.      * @return \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler
  1534.      */
  1535.     protected function getWebProfiler_Csp_HandlerService()
  1536.     {
  1537.         return $this->privates['web_profiler.csp.handler'] = new \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler(new \Symfony\Bundle\WebProfilerBundle\Csp\NonceGenerator());
  1538.     }
  1539.     /**
  1540.      * Gets the private 'web_profiler.debug_toolbar' shared service.
  1541.      *
  1542.      * @return \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener
  1543.      */
  1544.     protected function getWebProfiler_DebugToolbarService()
  1545.     {
  1546.         $a = ($this->services['twig'] ?? $this->getTwigService());
  1547.         if (isset($this->privates['web_profiler.debug_toolbar'])) {
  1548.             return $this->privates['web_profiler.debug_toolbar'];
  1549.         }
  1550.         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()));
  1551.     }
  1552.     /**
  1553.      * @return array|bool|float|int|string|\UnitEnum|null
  1554.      */
  1555.     public function getParameter(string $name)
  1556.     {
  1557.         if (isset($this->buildParameters[$name])) {
  1558.             return $this->buildParameters[$name];
  1559.         }
  1560.         if (!(isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name$this->parameters))) {
  1561.             throw new InvalidArgumentException(sprintf('The parameter "%s" must be defined.'$name));
  1562.         }
  1563.         if (isset($this->loadedDynamicParameters[$name])) {
  1564.             return $this->loadedDynamicParameters[$name] ? $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  1565.         }
  1566.         return $this->parameters[$name];
  1567.     }
  1568.     public function hasParameter(string $name): bool
  1569.     {
  1570.         if (isset($this->buildParameters[$name])) {
  1571.             return true;
  1572.         }
  1573.         return isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name$this->parameters);
  1574.     }
  1575.     public function setParameter(string $name$value): void
  1576.     {
  1577.         throw new LogicException('Impossible to call set() on a frozen ParameterBag.');
  1578.     }
  1579.     public function getParameterBag(): ParameterBagInterface
  1580.     {
  1581.         if (null === $this->parameterBag) {
  1582.             $parameters $this->parameters;
  1583.             foreach ($this->loadedDynamicParameters as $name => $loaded) {
  1584.                 $parameters[$name] = $loaded $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  1585.             }
  1586.             foreach ($this->buildParameters as $name => $value) {
  1587.                 $parameters[$name] = $value;
  1588.             }
  1589.             $this->parameterBag = new FrozenParameterBag($parameters);
  1590.         }
  1591.         return $this->parameterBag;
  1592.     }
  1593.     private $loadedDynamicParameters = [
  1594.         'kernel.cache_dir' => false,
  1595.         'session.save_path' => false,
  1596.         'validator.mapping.cache.file' => false,
  1597.         'profiler.storage.dsn' => false,
  1598.         'debug.container.dump' => false,
  1599.         'serializer.mapping.cache.file' => false,
  1600.         'doctrine.orm.proxy_dir' => false,
  1601.     ];
  1602.     private $dynamicParameters = [];
  1603.     private function getDynamicParameter(string $name)
  1604.     {
  1605.         switch ($name) {
  1606.             case 'kernel.cache_dir'$value $this->targetDir.''; break;
  1607.             case 'session.save_path'$value = ($this->targetDir.''.'/sessions'); break;
  1608.             case 'validator.mapping.cache.file'$value = ($this->targetDir.''.'/validation.php'); break;
  1609.             case 'profiler.storage.dsn'$value = ('file:'.$this->targetDir.''.'/profiler'); break;
  1610.             case 'debug.container.dump'$value = ($this->targetDir.''.'/appAppKernelDevDebugContainer.xml'); break;
  1611.             case 'serializer.mapping.cache.file'$value = ($this->targetDir.''.'/serialization.php'); break;
  1612.             case 'doctrine.orm.proxy_dir'$value = ($this->targetDir.''.'/doctrine/orm/Proxies'); break;
  1613.             default: throw new InvalidArgumentException(sprintf('The dynamic parameter "%s" must be defined.'$name));
  1614.         }
  1615.         $this->loadedDynamicParameters[$name] = true;
  1616.         return $this->dynamicParameters[$name] = $value;
  1617.     }
  1618.     protected function getDefaultParameters(): array
  1619.     {
  1620.         return [
  1621.             'kernel.root_dir' => (\dirname(__DIR__4).'/app'),
  1622.             'kernel.project_dir' => \dirname(__DIR__4),
  1623.             'kernel.environment' => 'dev',
  1624.             'kernel.debug' => true,
  1625.             'kernel.name' => 'app',
  1626.             'kernel.logs_dir' => (\dirname(__DIR__3).'/logs'),
  1627.             'kernel.bundles' => [
  1628.                 'FrameworkBundle' => 'Symfony\\Bundle\\FrameworkBundle\\FrameworkBundle',
  1629.                 'SecurityBundle' => 'Symfony\\Bundle\\SecurityBundle\\SecurityBundle',
  1630.                 'TwigBundle' => 'Symfony\\Bundle\\TwigBundle\\TwigBundle',
  1631.                 'MonologBundle' => 'Symfony\\Bundle\\MonologBundle\\MonologBundle',
  1632.                 'SwiftmailerBundle' => 'Symfony\\Bundle\\SwiftmailerBundle\\SwiftmailerBundle',
  1633.                 'DoctrineBundle' => 'Doctrine\\Bundle\\DoctrineBundle\\DoctrineBundle',
  1634.                 'NzoUrlEncryptorBundle' => 'Nzo\\UrlEncryptorBundle\\NzoUrlEncryptorBundle',
  1635.                 'ApplicationBundle' => 'ApplicationBundle\\ApplicationBundle',
  1636.                 'CompanyGroupBundle' => 'CompanyGroupBundle\\CompanyGroupBundle',
  1637.                 'KnpSnappyBundle' => 'Knp\\Bundle\\SnappyBundle\\KnpSnappyBundle',
  1638.                 'EndroidQrCodeBundle' => 'Endroid\\QrCodeBundle\\EndroidQrCodeBundle',
  1639.                 'TwigExtraBundle' => 'Twig\\Extra\\TwigExtraBundle\\TwigExtraBundle',
  1640.                 'WebProfilerBundle' => 'Symfony\\Bundle\\WebProfilerBundle\\WebProfilerBundle',
  1641.                 'DoctrineFixturesBundle' => 'Doctrine\\Bundle\\FixturesBundle\\DoctrineFixturesBundle',
  1642.                 'MakerBundle' => 'Symfony\\Bundle\\MakerBundle\\MakerBundle',
  1643.             ],
  1644.             'kernel.bundles_metadata' => [
  1645.                 'FrameworkBundle' => [
  1646.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle'),
  1647.                     'namespace' => 'Symfony\\Bundle\\FrameworkBundle',
  1648.                 ],
  1649.                 'SecurityBundle' => [
  1650.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/security-bundle'),
  1651.                     'namespace' => 'Symfony\\Bundle\\SecurityBundle',
  1652.                 ],
  1653.                 'TwigBundle' => [
  1654.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/twig-bundle'),
  1655.                     'namespace' => 'Symfony\\Bundle\\TwigBundle',
  1656.                 ],
  1657.                 'MonologBundle' => [
  1658.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/monolog-bundle'),
  1659.                     'namespace' => 'Symfony\\Bundle\\MonologBundle',
  1660.                 ],
  1661.                 'SwiftmailerBundle' => [
  1662.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle'),
  1663.                     'namespace' => 'Symfony\\Bundle\\SwiftmailerBundle',
  1664.                 ],
  1665.                 'DoctrineBundle' => [
  1666.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle'),
  1667.                     'namespace' => 'Doctrine\\Bundle\\DoctrineBundle',
  1668.                 ],
  1669.                 'NzoUrlEncryptorBundle' => [
  1670.                     'path' => (\dirname(__DIR__4).'/vendor/nzo/url-encryptor-bundle'),
  1671.                     'namespace' => 'Nzo\\UrlEncryptorBundle',
  1672.                 ],
  1673.                 'ApplicationBundle' => [
  1674.                     'path' => (\dirname(__DIR__4).'/src/ApplicationBundle'),
  1675.                     'namespace' => 'ApplicationBundle',
  1676.                 ],
  1677.                 'CompanyGroupBundle' => [
  1678.                     'path' => (\dirname(__DIR__4).'/src/CompanyGroupBundle'),
  1679.                     'namespace' => 'CompanyGroupBundle',
  1680.                 ],
  1681.                 'KnpSnappyBundle' => [
  1682.                     'path' => (\dirname(__DIR__4).'/vendor/knplabs/knp-snappy-bundle/src'),
  1683.                     'namespace' => 'Knp\\Bundle\\SnappyBundle',
  1684.                 ],
  1685.                 'EndroidQrCodeBundle' => [
  1686.                     'path' => (\dirname(__DIR__4).'/vendor/endroid/qr-code-bundle/src'),
  1687.                     'namespace' => 'Endroid\\QrCodeBundle',
  1688.                 ],
  1689.                 'TwigExtraBundle' => [
  1690.                     'path' => (\dirname(__DIR__4).'/vendor/twig/extra-bundle'),
  1691.                     'namespace' => 'Twig\\Extra\\TwigExtraBundle',
  1692.                 ],
  1693.                 'WebProfilerBundle' => [
  1694.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle'),
  1695.                     'namespace' => 'Symfony\\Bundle\\WebProfilerBundle',
  1696.                 ],
  1697.                 'DoctrineFixturesBundle' => [
  1698.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle'),
  1699.                     'namespace' => 'Doctrine\\Bundle\\FixturesBundle',
  1700.                 ],
  1701.                 'MakerBundle' => [
  1702.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/maker-bundle/src'),
  1703.                     'namespace' => 'Symfony\\Bundle\\MakerBundle',
  1704.                 ],
  1705.             ],
  1706.             'kernel.charset' => 'UTF-8',
  1707.             'kernel.container_class' => 'appAppKernelDevDebugContainer',
  1708.             'database_host' => 'localhost',
  1709.             'database_port' => NULL,
  1710.             'database_name' => 'u405565514_honeybee_iot',
  1711.             'database_user' => 'u405565514_honeybee_iot',
  1712.             'database_password' => 'Honeybee@0112',
  1713.             'mailer_transport' => 'smtp',
  1714.             'mailer_host' => 'smtp.hostinger.com',
  1715.             'mailer_port' => 465,
  1716.             'mailer_user' => 'system@ourhoneybee.eu',
  1717.             'mailer_password' => 'Honeybee@0112',
  1718.             'secret' => '756630af84937eefcb2843b19ef56c1e128b40d7',
  1719.             'child_database_driver' => 'pdo_mysql',
  1720.             'child_database_host' => 'localhost',
  1721.             'child_database_port' => NULL,
  1722.             'child_database_name' => 'u405565514_entity_group',
  1723.             'child_database_user' => 'u405565514_entity_group',
  1724.             'child_database_password' => 'Honeybee@0112',
  1725.             'knp_snappy_binary_address' => 'C:\\wkhtmltopdf\\bin\\wkhtmltopdf.exe',
  1726.             'entity_group_enabled' => 1,
  1727.             'email_enabled' => 1,
  1728.             'notification_enabled' => 1,
  1729.             'system_type' => '_CENTRAL_',
  1730.             'notification_server' => 'https://ourhoneybee.xyz',
  1731.             'server_access_list' => [
  1732.                 => [
  1733.                     'id' => 1,
  1734.                     'dbUser' => 'root',
  1735.                     'dbPass' => 'Y41dh8g0112',
  1736.                 ],
  1737.                 => [
  1738.                     'id' => 2,
  1739.                     'dbUser' => 'root',
  1740.                     'dbPass' => 'Y41dh8g0112',
  1741.                 ],
  1742.                 => [
  1743.                     'id' => 3,
  1744.                     'dbUser' => 'root',
  1745.                     'dbPass' => 'Y41dh8g0112',
  1746.                 ],
  1747.                 => [
  1748.                     'id' => 4,
  1749.                     'dbUser' => 'root',
  1750.                     'dbPass' => 'Y41dh8g0112',
  1751.                 ],
  1752.                 => [
  1753.                     'id' => 5,
  1754.                     'dbUser' => 'root',
  1755.                     'dbPass' => 'Y41dh8g0112',
  1756.                 ],
  1757.             ],
  1758.             'upload_dir' => '../var/uploads',
  1759.             'locale' => 'en',
  1760.             'stripe_public_key' => 'pk_test_51IxYTAJXs21fVb0QMvdSGdQURXLHmHPEGzkDHaJIv5ynV40XTT2h9RQf7tVJytYxQ1r0lAe3NHj3Q9HnneSFydqT008AvyZrEH',
  1761.             'stripe_secret_key' => 'sk_test_51IxYTAJXs21fVb0QMop2Nb0E7u9Da4LwGrym1nGHUHqaSNtT3p9HBgHd7YyDsTKHscgPPECPQniTy79Ab8Sgxfbm00JF2AndUz',
  1762.             'event_dispatcher.event_aliases' => [
  1763.                 'Symfony\\Component\\Console\\Event\\ConsoleCommandEvent' => 'console.command',
  1764.                 'Symfony\\Component\\Console\\Event\\ConsoleErrorEvent' => 'console.error',
  1765.                 'Symfony\\Component\\Console\\Event\\ConsoleTerminateEvent' => 'console.terminate',
  1766.                 'Symfony\\Component\\Form\\Event\\PreSubmitEvent' => 'form.pre_submit',
  1767.                 'Symfony\\Component\\Form\\Event\\SubmitEvent' => 'form.submit',
  1768.                 'Symfony\\Component\\Form\\Event\\PostSubmitEvent' => 'form.post_submit',
  1769.                 'Symfony\\Component\\Form\\Event\\PreSetDataEvent' => 'form.pre_set_data',
  1770.                 'Symfony\\Component\\Form\\Event\\PostSetDataEvent' => 'form.post_set_data',
  1771.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerArgumentsEvent' => 'kernel.controller_arguments',
  1772.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerEvent' => 'kernel.controller',
  1773.                 'Symfony\\Component\\HttpKernel\\Event\\ResponseEvent' => 'kernel.response',
  1774.                 'Symfony\\Component\\HttpKernel\\Event\\FinishRequestEvent' => 'kernel.finish_request',
  1775.                 'Symfony\\Component\\HttpKernel\\Event\\RequestEvent' => 'kernel.request',
  1776.                 'Symfony\\Component\\HttpKernel\\Event\\ViewEvent' => 'kernel.view',
  1777.                 'Symfony\\Component\\HttpKernel\\Event\\ExceptionEvent' => 'kernel.exception',
  1778.                 'Symfony\\Component\\HttpKernel\\Event\\TerminateEvent' => 'kernel.terminate',
  1779.                 'Symfony\\Component\\Workflow\\Event\\GuardEvent' => 'workflow.guard',
  1780.                 'Symfony\\Component\\Workflow\\Event\\LeaveEvent' => 'workflow.leave',
  1781.                 'Symfony\\Component\\Workflow\\Event\\TransitionEvent' => 'workflow.transition',
  1782.                 'Symfony\\Component\\Workflow\\Event\\EnterEvent' => 'workflow.enter',
  1783.                 'Symfony\\Component\\Workflow\\Event\\EnteredEvent' => 'workflow.entered',
  1784.                 'Symfony\\Component\\Workflow\\Event\\CompletedEvent' => 'workflow.completed',
  1785.                 'Symfony\\Component\\Workflow\\Event\\AnnounceEvent' => 'workflow.announce',
  1786.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationSuccessEvent' => 'security.authentication.success',
  1787.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationFailureEvent' => 'security.authentication.failure',
  1788.                 'Symfony\\Component\\Security\\Http\\Event\\InteractiveLoginEvent' => 'security.interactive_login',
  1789.                 'Symfony\\Component\\Security\\Http\\Event\\SwitchUserEvent' => 'security.switch_user',
  1790.             ],
  1791.             'fragment.renderer.hinclude.global_template' => NULL,
  1792.             'fragment.path' => '/_fragment',
  1793.             'kernel.secret' => '756630af84937eefcb2843b19ef56c1e128b40d7',
  1794.             'kernel.http_method_override' => true,
  1795.             'kernel.trusted_hosts' => [
  1796.             ],
  1797.             'kernel.default_locale' => 'en',
  1798.             'kernel.error_controller' => 'error_controller',
  1799.             'templating.helper.code.file_link_format' => NULL,
  1800.             'debug.file_link_format' => NULL,
  1801.             'session.metadata.storage_key' => '_sf2_meta',
  1802.             'session.storage.options' => [
  1803.                 'cache_limiter' => '0',
  1804.                 'cookie_httponly' => true,
  1805.                 'gc_probability' => 1,
  1806.             ],
  1807.             'session.metadata.update_threshold' => 0,
  1808.             'form.type_extension.csrf.enabled' => true,
  1809.             'form.type_extension.csrf.field_name' => '_token',
  1810.             'asset.request_context.base_path' => '',
  1811.             'asset.request_context.secure' => false,
  1812.             'templating.loader.cache.path' => NULL,
  1813.             'templating.engines' => [
  1814.                 => 'twig',
  1815.             ],
  1816.             'validator.translation_domain' => 'validators',
  1817.             'profiler_listener.only_exceptions' => false,
  1818.             'profiler_listener.only_master_requests' => false,
  1819.             'debug.error_handler.throw_at' => -1,
  1820.             'router.request_context.host' => 'localhost',
  1821.             'router.request_context.scheme' => 'http',
  1822.             'router.request_context.base_url' => '',
  1823.             'router.resource' => (\dirname(__DIR__4).'/app/config/routing_dev.yml'),
  1824.             'router.cache_class_prefix' => 'appAppKernelDevDebugContainer',
  1825.             'request_listener.http_port' => 80,
  1826.             'request_listener.https_port' => 443,
  1827.             'security.authentication.trust_resolver.anonymous_class' => NULL,
  1828.             'security.authentication.trust_resolver.rememberme_class' => NULL,
  1829.             'security.role_hierarchy.roles' => [
  1830.             ],
  1831.             'security.access.denied_url' => NULL,
  1832.             'security.authentication.manager.erase_credentials' => true,
  1833.             'security.authentication.session_strategy.strategy' => 'migrate',
  1834.             'security.access.always_authenticate_before_granting' => false,
  1835.             'security.authentication.hide_user_not_found' => true,
  1836.             'twig.exception_listener.controller' => 'twig.controller.exception::showAction',
  1837.             'twig.form.resources' => [
  1838.                 => 'form_div_layout.html.twig',
  1839.             ],
  1840.             'twig.default_path' => (\dirname(__DIR__4).'/templates'),
  1841.             'monolog.use_microseconds' => true,
  1842.             'monolog.swift_mailer.handlers' => [
  1843.             ],
  1844.             'monolog.handlers_to_channels' => [
  1845.                 'monolog.handler.console' => [
  1846.                     'type' => 'exclusive',
  1847.                     'elements' => [
  1848.                         => 'event',
  1849.                         => 'doctrine',
  1850.                     ],
  1851.                 ],
  1852.                 'monolog.handler.main' => [
  1853.                     'type' => 'exclusive',
  1854.                     'elements' => [
  1855.                         => 'event',
  1856.                     ],
  1857.                 ],
  1858.             ],
  1859.             'swiftmailer.mailer.default.transport.name' => 'smtp',
  1860.             'swiftmailer.mailer.default.transport.smtp.encryption' => NULL,
  1861.             'swiftmailer.mailer.default.transport.smtp.port' => 465,
  1862.             'swiftmailer.mailer.default.transport.smtp.host' => 'smtp.hostinger.com',
  1863.             'swiftmailer.mailer.default.transport.smtp.username' => 'system@ourhoneybee.eu',
  1864.             'swiftmailer.mailer.default.transport.smtp.password' => 'Honeybee@0112',
  1865.             'swiftmailer.mailer.default.transport.smtp.auth_mode' => NULL,
  1866.             'swiftmailer.mailer.default.transport.smtp.timeout' => 30,
  1867.             'swiftmailer.mailer.default.transport.smtp.source_ip' => NULL,
  1868.             'swiftmailer.mailer.default.transport.smtp.local_domain' => NULL,
  1869.             'swiftmailer.mailer.default.transport.smtp.stream_options' => [
  1870.             ],
  1871.             'swiftmailer.mailer.default.spool.enabled' => false,
  1872.             'swiftmailer.mailer.default.plugin.impersonate' => NULL,
  1873.             'swiftmailer.mailer.default.single_address' => NULL,
  1874.             'swiftmailer.mailer.default.delivery.enabled' => true,
  1875.             'swiftmailer.spool.enabled' => false,
  1876.             'swiftmailer.delivery.enabled' => true,
  1877.             'swiftmailer.single_address' => NULL,
  1878.             'swiftmailer.mailers' => [
  1879.                 'default' => 'swiftmailer.mailer.default',
  1880.             ],
  1881.             'swiftmailer.default_mailer' => 'default',
  1882.             'doctrine.dbal.logger.chain.class' => 'Doctrine\\DBAL\\Logging\\LoggerChain',
  1883.             'doctrine.dbal.logger.profiling.class' => 'Doctrine\\DBAL\\Logging\\DebugStack',
  1884.             'doctrine.dbal.logger.class' => 'Symfony\\Bridge\\Doctrine\\Logger\\DbalLogger',
  1885.             'doctrine.dbal.configuration.class' => 'Doctrine\\DBAL\\Configuration',
  1886.             'doctrine.data_collector.class' => 'Doctrine\\Bundle\\DoctrineBundle\\DataCollector\\DoctrineDataCollector',
  1887.             'doctrine.dbal.connection.event_manager.class' => 'Symfony\\Bridge\\Doctrine\\ContainerAwareEventManager',
  1888.             'doctrine.dbal.connection_factory.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ConnectionFactory',
  1889.             'doctrine.dbal.events.mysql_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\MysqlSessionInit',
  1890.             'doctrine.dbal.events.oracle_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\OracleSessionInit',
  1891.             'doctrine.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Registry',
  1892.             'doctrine.entity_managers' => [
  1893.                 'default' => 'doctrine.orm.default_entity_manager',
  1894.                 'company_group' => 'doctrine.orm.company_group_entity_manager',
  1895.             ],
  1896.             'doctrine.default_entity_manager' => 'default',
  1897.             'doctrine.dbal.connection_factory.types' => [
  1898.             ],
  1899.             'doctrine.connections' => [
  1900.                 'default' => 'doctrine.dbal.default_connection',
  1901.                 'company_group' => 'doctrine.dbal.company_group_connection',
  1902.             ],
  1903.             'doctrine.default_connection' => 'default',
  1904.             'doctrine.orm.configuration.class' => 'Doctrine\\ORM\\Configuration',
  1905.             'doctrine.orm.entity_manager.class' => 'Doctrine\\ORM\\EntityManager',
  1906.             'doctrine.orm.manager_configurator.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ManagerConfigurator',
  1907.             'doctrine.orm.cache.array.class' => 'Doctrine\\Common\\Cache\\ArrayCache',
  1908.             'doctrine.orm.cache.apc.class' => 'Doctrine\\Common\\Cache\\ApcCache',
  1909.             'doctrine.orm.cache.memcache.class' => 'Doctrine\\Common\\Cache\\MemcacheCache',
  1910.             'doctrine.orm.cache.memcache_host' => 'localhost',
  1911.             'doctrine.orm.cache.memcache_port' => 11211,
  1912.             'doctrine.orm.cache.memcache_instance.class' => 'Memcache',
  1913.             'doctrine.orm.cache.memcached.class' => 'Doctrine\\Common\\Cache\\MemcachedCache',
  1914.             'doctrine.orm.cache.memcached_host' => 'localhost',
  1915.             'doctrine.orm.cache.memcached_port' => 11211,
  1916.             'doctrine.orm.cache.memcached_instance.class' => 'Memcached',
  1917.             'doctrine.orm.cache.redis.class' => 'Doctrine\\Common\\Cache\\RedisCache',
  1918.             'doctrine.orm.cache.redis_host' => 'localhost',
  1919.             'doctrine.orm.cache.redis_port' => 6379,
  1920.             'doctrine.orm.cache.redis_instance.class' => 'Redis',
  1921.             'doctrine.orm.cache.xcache.class' => 'Doctrine\\Common\\Cache\\XcacheCache',
  1922.             'doctrine.orm.cache.wincache.class' => 'Doctrine\\Common\\Cache\\WinCacheCache',
  1923.             'doctrine.orm.cache.zenddata.class' => 'Doctrine\\Common\\Cache\\ZendDataCache',
  1924.             'doctrine.orm.metadata.driver_chain.class' => 'Doctrine\\Persistence\\Mapping\\Driver\\MappingDriverChain',
  1925.             'doctrine.orm.metadata.annotation.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AnnotationDriver',
  1926.             'doctrine.orm.metadata.xml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedXmlDriver',
  1927.             'doctrine.orm.metadata.yml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedYamlDriver',
  1928.             'doctrine.orm.metadata.php.class' => 'Doctrine\\ORM\\Mapping\\Driver\\PHPDriver',
  1929.             'doctrine.orm.metadata.staticphp.class' => 'Doctrine\\ORM\\Mapping\\Driver\\StaticPHPDriver',
  1930.             'doctrine.orm.metadata.attribute.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AttributeDriver',
  1931.             'doctrine.orm.proxy_cache_warmer.class' => 'Symfony\\Bridge\\Doctrine\\CacheWarmer\\ProxyCacheWarmer',
  1932.             'form.type_guesser.doctrine.class' => 'Symfony\\Bridge\\Doctrine\\Form\\DoctrineOrmTypeGuesser',
  1933.             'doctrine.orm.validator.unique.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator',
  1934.             'doctrine.orm.validator_initializer.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\DoctrineInitializer',
  1935.             'doctrine.orm.security.user.provider.class' => 'Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider',
  1936.             'doctrine.orm.listeners.resolve_target_entity.class' => 'Doctrine\\ORM\\Tools\\ResolveTargetEntityListener',
  1937.             'doctrine.orm.listeners.attach_entity_listeners.class' => 'Doctrine\\ORM\\Tools\\AttachEntityListenersListener',
  1938.             'doctrine.orm.naming_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultNamingStrategy',
  1939.             'doctrine.orm.naming_strategy.underscore.class' => 'Doctrine\\ORM\\Mapping\\UnderscoreNamingStrategy',
  1940.             'doctrine.orm.quote_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultQuoteStrategy',
  1941.             'doctrine.orm.quote_strategy.ansi.class' => 'Doctrine\\ORM\\Mapping\\AnsiQuoteStrategy',
  1942.             'doctrine.orm.entity_listener_resolver.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ContainerEntityListenerResolver',
  1943.             'doctrine.orm.second_level_cache.default_cache_factory.class' => 'Doctrine\\ORM\\Cache\\DefaultCacheFactory',
  1944.             'doctrine.orm.second_level_cache.default_region.class' => 'Doctrine\\ORM\\Cache\\Region\\DefaultRegion',
  1945.             'doctrine.orm.second_level_cache.filelock_region.class' => 'Doctrine\\ORM\\Cache\\Region\\FileLockRegion',
  1946.             'doctrine.orm.second_level_cache.logger_chain.class' => 'Doctrine\\ORM\\Cache\\Logging\\CacheLoggerChain',
  1947.             'doctrine.orm.second_level_cache.logger_statistics.class' => 'Doctrine\\ORM\\Cache\\Logging\\StatisticsCacheLogger',
  1948.             'doctrine.orm.second_level_cache.cache_configuration.class' => 'Doctrine\\ORM\\Cache\\CacheConfiguration',
  1949.             'doctrine.orm.second_level_cache.regions_configuration.class' => 'Doctrine\\ORM\\Cache\\RegionsConfiguration',
  1950.             'doctrine.orm.auto_generate_proxy_classes' => true,
  1951.             'doctrine.orm.proxy_namespace' => 'Proxies',
  1952.             'nzo_encryptor.secret_key' => '9980fe5327425b3ba36ce27c4c6999b02572cf41',
  1953.             'nzo_encryptor.secret_iv' => '1298767',
  1954.             'nzo_encryptor.cipher_algorithm' => 'aes-256-ctr',
  1955.             'nzo_encryptor.base64_encode' => true,
  1956.             'nzo_encryptor.format_base64_output' => true,
  1957.             'nzo_encryptor.random_pseudo_bytes' => true,
  1958.             'knp_snappy.pdf.binary' => 'C:\\wkhtmltopdf\\bin\\wkhtmltopdf.exe',
  1959.             'knp_snappy.pdf.options' => [
  1960.             ],
  1961.             'knp_snappy.pdf.env' => [
  1962.             ],
  1963.             'knp_snappy.image.binary' => 'wkhtmltoimage',
  1964.             'knp_snappy.image.options' => [
  1965.             ],
  1966.             'knp_snappy.image.env' => [
  1967.             ],
  1968.             'web_profiler.debug_toolbar.intercept_redirects' => false,
  1969.             'web_profiler.debug_toolbar.mode' => 2,
  1970.             'maker.compatible_check.doctrine.supports_attributes' => true,
  1971.             'data_collector.templates' => [
  1972.                 'data_collector.request' => [
  1973.                     => 'request',
  1974.                     => '@WebProfiler/Collector/request.html.twig',
  1975.                 ],
  1976.                 'data_collector.time' => [
  1977.                     => 'time',
  1978.                     => '@WebProfiler/Collector/time.html.twig',
  1979.                 ],
  1980.                 'data_collector.memory' => [
  1981.                     => 'memory',
  1982.                     => '@WebProfiler/Collector/memory.html.twig',
  1983.                 ],
  1984.                 'data_collector.validator' => [
  1985.                     => 'validator',
  1986.                     => '@WebProfiler/Collector/validator.html.twig',
  1987.                 ],
  1988.                 'data_collector.ajax' => [
  1989.                     => 'ajax',
  1990.                     => '@WebProfiler/Collector/ajax.html.twig',
  1991.                 ],
  1992.                 'data_collector.form' => [
  1993.                     => 'form',
  1994.                     => '@WebProfiler/Collector/form.html.twig',
  1995.                 ],
  1996.                 'data_collector.exception' => [
  1997.                     => 'exception',
  1998.                     => '@WebProfiler/Collector/exception.html.twig',
  1999.                 ],
  2000.                 'data_collector.logger' => [
  2001.                     => 'logger',
  2002.                     => '@WebProfiler/Collector/logger.html.twig',
  2003.                 ],
  2004.                 'data_collector.events' => [
  2005.                     => 'events',
  2006.                     => '@WebProfiler/Collector/events.html.twig',
  2007.                 ],
  2008.                 'data_collector.router' => [
  2009.                     => 'router',
  2010.                     => '@WebProfiler/Collector/router.html.twig',
  2011.                 ],
  2012.                 'data_collector.cache' => [
  2013.                     => 'cache',
  2014.                     => '@WebProfiler/Collector/cache.html.twig',
  2015.                 ],
  2016.                 'data_collector.security' => [
  2017.                     => 'security',
  2018.                     => '@Security/Collector/security.html.twig',
  2019.                 ],
  2020.                 'data_collector.twig' => [
  2021.                     => 'twig',
  2022.                     => '@WebProfiler/Collector/twig.html.twig',
  2023.                 ],
  2024.                 'data_collector.doctrine' => [
  2025.                     => 'db',
  2026.                     => '@Doctrine/Collector/db.html.twig',
  2027.                 ],
  2028.                 'swiftmailer.data_collector' => [
  2029.                     => 'swiftmailer',
  2030.                     => '@Swiftmailer/Collector/swiftmailer.html.twig',
  2031.                 ],
  2032.                 'data_collector.config' => [
  2033.                     => 'config',
  2034.                     => '@WebProfiler/Collector/config.html.twig',
  2035.                 ],
  2036.             ],
  2037.             'console.command.ids' => [
  2038.                 => 'app.command.scheduled-big-row-entry',
  2039.                 => 'app.command.scheduled-notification',
  2040.                 => 'app.command.buddybee-schedule-missing-check',
  2041.                 => 'app.command.daily-user-report-buddybee',
  2042.                 => 'app.command.fixed-asset-scheduler',
  2043.                 => 'app.command_center_aggregate_command',
  2044.                 => 'app.command_center_cleanup_logs_command',
  2045.             ],
  2046.         ];
  2047.     }
  2048. }