var/cache/dev/ContainerMBEyLVQ/appAppKernelDevDebugContainer.php line 839

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