var/cache/dev/ContainerXb5r3to/appAppKernelDevDebugContainer.php line 148

Open in your IDE?
  1. <?php
  2. namespace ContainerXb5r3to;
  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.  * This class has been auto-generated
  13.  * by the Symfony Dependency Injection Component.
  14.  *
  15.  * @final
  16.  */
  17. class appAppKernelDevDebugContainer extends Container
  18. {
  19.     private $buildParameters;
  20.     private $containerDir;
  21.     private $targetDir;
  22.     private $parameters = [];
  23.     private $getService;
  24.     public function __construct(array $buildParameters = [], $containerDir __DIR__)
  25.     {
  26.         $this->getService = \Closure::fromCallable([$this'getService']);
  27.         $this->buildParameters $buildParameters;
  28.         $this->containerDir $containerDir;
  29.         $this->targetDir = \dirname($containerDir);
  30.         $this->parameters $this->getDefaultParameters();
  31.         $this->services $this->privates = [];
  32.         $this->syntheticIds = [
  33.             'kernel' => true,
  34.         ];
  35.         $this->methodMap = [
  36.             'application_connector' => 'getApplicationConnectorService',
  37.             'cache.app' => 'getCache_AppService',
  38.             'cache.doctrine.orm.company_group.metadata' => 'getCache_Doctrine_Orm_CompanyGroup_MetadataService',
  39.             'cache.doctrine.orm.company_group.query' => 'getCache_Doctrine_Orm_CompanyGroup_QueryService',
  40.             'cache.doctrine.orm.company_group.result' => 'getCache_Doctrine_Orm_CompanyGroup_ResultService',
  41.             'cache.doctrine.orm.default.metadata' => 'getCache_Doctrine_Orm_Default_MetadataService',
  42.             'cache.doctrine.orm.default.query' => 'getCache_Doctrine_Orm_Default_QueryService',
  43.             'cache.doctrine.orm.default.result' => 'getCache_Doctrine_Orm_Default_ResultService',
  44.             'cache.system' => 'getCache_SystemService',
  45.             'doctrine' => 'getDoctrineService',
  46.             'doctrine.dbal.company_group_connection' => 'getDoctrine_Dbal_CompanyGroupConnectionService',
  47.             'doctrine.dbal.default_connection' => 'getDoctrine_Dbal_DefaultConnectionService',
  48.             'doctrine.orm.company_group_entity_manager' => 'getDoctrine_Orm_CompanyGroupEntityManagerService',
  49.             'doctrine.orm.default_entity_manager' => 'getDoctrine_Orm_DefaultEntityManagerService',
  50.             'encrypt_decrypt' => 'getEncryptDecryptService',
  51.             'event_dispatcher' => 'getEventDispatcherService',
  52.             'http_kernel' => 'getHttpKernelService',
  53.             'profiler' => 'getProfilerService',
  54.             'request_stack' => 'getRequestStackService',
  55.             'router' => 'getRouterService',
  56.             'security.authorization_checker' => 'getSecurity_AuthorizationCheckerService',
  57.             'security.token_storage' => 'getSecurity_TokenStorageService',
  58.             'session' => 'getSessionService',
  59.             'sesssions_listener' => 'getSesssionsListenerService',
  60.             'twig' => 'getTwigService',
  61.             'url_encryptor' => 'getUrlEncryptorService',
  62.             'validator' => 'getValidatorService',
  63.         ];
  64.         $this->fileMap = [
  65.             'Endroid\\QrCodeBundle\\Controller\\GenerateController' => 'getGenerateControllerService.php',
  66.             'Endroid\\QrCode\\Writer\\BinaryWriter' => 'getBinaryWriterService.php',
  67.             'Endroid\\QrCode\\Writer\\DebugWriter' => 'getDebugWriterService.php',
  68.             'Endroid\\QrCode\\Writer\\EpsWriter' => 'getEpsWriterService.php',
  69.             'Endroid\\QrCode\\Writer\\PngWriter' => 'getPngWriterService.php',
  70.             'Endroid\\QrCode\\Writer\\SvgWriter' => 'getSvgWriterService.php',
  71.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController' => 'getRedirectControllerService.php',
  72.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController' => 'getTemplateControllerService.php',
  73.             'app.command.buddybee-schedule-missing-check' => 'getApp_Command_BuddybeeschedulemissingcheckService.php',
  74.             'app.command.daily-user-report-buddybee' => 'getApp_Command_DailyuserreportbuddybeeService.php',
  75.             'app.command.fixed-asset-scheduler' => 'getApp_Command_FixedassetschedulerService.php',
  76.             'app.command.scheduled-big-row-entry' => 'getApp_Command_ScheduledbigrowentryService.php',
  77.             'app.command.scheduled-notification' => 'getApp_Command_SchedulednotificationService.php',
  78.             'app.custom_em_service' => 'getApp_CustomEmServiceService.php',
  79.             'app.custom_em_service_factory' => 'getApp_CustomEmServiceFactoryService.php',
  80.             'app.system-type-route-loader' => 'getApp_SystemtyperouteloaderService.php',
  81.             'approval_service' => 'getApprovalServiceService.php',
  82.             'cache.app_clearer' => 'getCache_AppClearerService.php',
  83.             'cache.global_clearer' => 'getCache_GlobalClearerService.php',
  84.             'cache.system_clearer' => 'getCache_SystemClearerService.php',
  85.             'cache_clearer' => 'getCacheClearerService.php',
  86.             'cache_warmer' => 'getCacheWarmerService.php',
  87.             'console.command_loader' => 'getConsole_CommandLoaderService.php',
  88.             'container.env_var_processors_locator' => 'getContainer_EnvVarProcessorsLocatorService.php',
  89.             'error_controller' => 'getErrorControllerService.php',
  90.             'filesystem' => 'getFilesystemService.php',
  91.             'form.factory' => 'getForm_FactoryService.php',
  92.             'form.type.file' => 'getForm_Type_FileService.php',
  93.             'knp_snappy.image' => 'getKnpSnappy_ImageService.php',
  94.             'knp_snappy.pdf' => 'getKnpSnappy_PdfService.php',
  95.             'mail_module' => 'getMailModuleService.php',
  96.             'routing.loader' => 'getRouting_LoaderService.php',
  97.             'scheduler_service' => 'getSchedulerServiceService.php',
  98.             'security.authentication_utils' => 'getSecurity_AuthenticationUtilsService.php',
  99.             'security.csrf.token_manager' => 'getSecurity_Csrf_TokenManagerService.php',
  100.             'security.password_encoder' => 'getSecurity_PasswordEncoderService.php',
  101.             'serializer' => 'getSerializerService.php',
  102.             'services_resetter' => 'getServicesResetterService.php',
  103.             'sha256salted_encoder' => 'getSha256saltedEncoderService.php',
  104.             'swiftmailer.mailer.default' => 'getSwiftmailer_Mailer_DefaultService.php',
  105.             'swiftmailer.mailer.default.plugin.messagelogger' => 'getSwiftmailer_Mailer_Default_Plugin_MessageloggerService.php',
  106.             'swiftmailer.mailer.default.transport' => 'getSwiftmailer_Mailer_Default_TransportService.php',
  107.             'templating' => 'getTemplatingService.php',
  108.             'templating.loader' => 'getTemplating_LoaderService.php',
  109.             'todo_module' => 'getTodoModuleService.php',
  110.             'twig.controller.exception' => 'getTwig_Controller_ExceptionService.php',
  111.             'twig.controller.preview_error' => 'getTwig_Controller_PreviewErrorService.php',
  112.             'user_module' => 'getUserModuleService.php',
  113.             'web_profiler.controller.exception' => 'getWebProfiler_Controller_ExceptionService.php',
  114.             'web_profiler.controller.exception_panel' => 'getWebProfiler_Controller_ExceptionPanelService.php',
  115.             'web_profiler.controller.profiler' => 'getWebProfiler_Controller_ProfilerService.php',
  116.             'web_profiler.controller.router' => 'getWebProfiler_Controller_RouterService.php',
  117.         ];
  118.         $this->aliases = [
  119.             'database_connection' => 'doctrine.dbal.default_connection',
  120.             'doctrine.orm.entity_manager' => 'doctrine.orm.default_entity_manager',
  121.             'mailer' => 'swiftmailer.mailer.default',
  122.             'swiftmailer.transport' => 'swiftmailer.mailer.default.transport',
  123.         ];
  124.     }
  125.     public function compile(): void
  126.     {
  127.         throw new LogicException('You cannot compile a dumped container that was already compiled.');
  128.     }
  129.     public function isCompiled(): bool
  130.     {
  131.         return true;
  132.     }
  133.     public function getRemovedIds(): array
  134.     {
  135.         return require $this->containerDir.\DIRECTORY_SEPARATOR.'removed-ids.php';
  136.     }
  137.     protected function load($file$lazyLoad true)
  138.     {
  139.         return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
  140.     }
  141.     protected function createProxy($class, \Closure $factory)
  142.     {
  143.         class_exists($classfalse) || $this->load("{$class}.php");
  144.         return $factory();
  145.     }
  146.     /**
  147.      * Gets the public 'application_connector' shared autowired service.
  148.      *
  149.      * @return \ApplicationBundle\TimeService\ApplicationConnector
  150.      */
  151.     protected function getApplicationConnectorService()
  152.     {
  153.         $this->services['application_connector'] = $instance = new \ApplicationBundle\TimeService\ApplicationConnector();
  154.         $instance->setContainer($this);
  155.         return $instance;
  156.     }
  157.     /**
  158.      * Gets the public 'cache.app' shared service.
  159.      *
  160.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  161.      */
  162.     protected function getCache_AppService()
  163.     {
  164.         $a = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('DlD0iz1oFV'0, ($this->targetDir.''.'/pools'), new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULL));
  165.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  166.         return $this->services['cache.app'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  167.     }
  168.     /**
  169.      * Gets the public 'cache.doctrine.orm.company_group.metadata' shared service.
  170.      *
  171.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  172.      */
  173.     protected function getCache_Doctrine_Orm_CompanyGroup_MetadataService()
  174.     {
  175.         return $this->services['cache.doctrine.orm.company_group.metadata'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  176.     }
  177.     /**
  178.      * Gets the public 'cache.doctrine.orm.company_group.query' shared service.
  179.      *
  180.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  181.      */
  182.     protected function getCache_Doctrine_Orm_CompanyGroup_QueryService()
  183.     {
  184.         return $this->services['cache.doctrine.orm.company_group.query'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  185.     }
  186.     /**
  187.      * Gets the public 'cache.doctrine.orm.company_group.result' shared service.
  188.      *
  189.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  190.      */
  191.     protected function getCache_Doctrine_Orm_CompanyGroup_ResultService()
  192.     {
  193.         return $this->services['cache.doctrine.orm.company_group.result'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  194.     }
  195.     /**
  196.      * Gets the public 'cache.doctrine.orm.default.metadata' shared service.
  197.      *
  198.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  199.      */
  200.     protected function getCache_Doctrine_Orm_Default_MetadataService()
  201.     {
  202.         return $this->services['cache.doctrine.orm.default.metadata'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  203.     }
  204.     /**
  205.      * Gets the public 'cache.doctrine.orm.default.query' shared service.
  206.      *
  207.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  208.      */
  209.     protected function getCache_Doctrine_Orm_Default_QueryService()
  210.     {
  211.         return $this->services['cache.doctrine.orm.default.query'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  212.     }
  213.     /**
  214.      * Gets the public 'cache.doctrine.orm.default.result' shared service.
  215.      *
  216.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  217.      */
  218.     protected function getCache_Doctrine_Orm_Default_ResultService()
  219.     {
  220.         return $this->services['cache.doctrine.orm.default.result'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  221.     }
  222.     /**
  223.      * Gets the public 'cache.system' shared service.
  224.      *
  225.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  226.      */
  227.     protected function getCache_SystemService()
  228.     {
  229.         return $this->services['cache.system'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('8MBqBEdqYq'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  230.     }
  231.     /**
  232.      * Gets the public 'doctrine' shared service.
  233.      *
  234.      * @return \Doctrine\Bundle\DoctrineBundle\Registry
  235.      */
  236.     protected function getDoctrineService()
  237.     {
  238.         return $this->services['doctrine'] = new \Doctrine\Bundle\DoctrineBundle\Registry($this$this->parameters['doctrine.connections'], $this->parameters['doctrine.entity_managers'], 'default''default');
  239.     }
  240.     /**
  241.      * Gets the public 'doctrine.dbal.company_group_connection' shared service.
  242.      *
  243.      * @return \Doctrine\DBAL\Connection
  244.      */
  245.     protected function getDoctrine_Dbal_CompanyGroupConnectionService()
  246.     {
  247.         $a = new \Doctrine\DBAL\Configuration();
  248.         $b = new \Doctrine\DBAL\Logging\LoggerChain();
  249.         $b->addLogger(($this->privates['doctrine.dbal.logger'] ?? $this->getDoctrine_Dbal_LoggerService()));
  250.         $b->addLogger(($this->privates['doctrine.dbal.logger.profiling.company_group'] ?? ($this->privates['doctrine.dbal.logger.profiling.company_group'] = new \Doctrine\DBAL\Logging\DebugStack())));
  251.         $a->setSQLLogger($b);
  252.         $c = new \Symfony\Bridge\Doctrine\ContainerAwareEventManager(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  253.             'doctrine.orm.company_group_listeners.attach_entity_listeners' => ['privates''doctrine.orm.company_group_listeners.attach_entity_listeners''getDoctrine_Orm_CompanyGroupListeners_AttachEntityListenersService.php'true],
  254.         ], [
  255.             'doctrine.orm.company_group_listeners.attach_entity_listeners' => '?',
  256.         ]));
  257.         $c->addEventListener([=> 'loadClassMetadata'], 'doctrine.orm.company_group_listeners.attach_entity_listeners');
  258.         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' => 'entity_group_db''user' => 'root''password' => 'Y41dh8g0112''charset' => 'UTF8''driverOptions' => [], 'defaultTableOptions' => []], $a$c, []);
  259.     }
  260.     /**
  261.      * Gets the public 'doctrine.dbal.default_connection' shared service.
  262.      *
  263.      * @return \Doctrine\DBAL\Connection
  264.      */
  265.     protected function getDoctrine_Dbal_DefaultConnectionService()
  266.     {
  267.         $a = new \Doctrine\DBAL\Configuration();
  268.         $b = new \Doctrine\DBAL\Logging\LoggerChain();
  269.         $b->addLogger(($this->privates['doctrine.dbal.logger'] ?? $this->getDoctrine_Dbal_LoggerService()));
  270.         $b->addLogger(($this->privates['doctrine.dbal.logger.profiling.default'] ?? ($this->privates['doctrine.dbal.logger.profiling.default'] = new \Doctrine\DBAL\Logging\DebugStack())));
  271.         $a->setSQLLogger($b);
  272.         $c = new \Symfony\Bridge\Doctrine\ContainerAwareEventManager(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  273.             'doctrine.orm.default_listeners.attach_entity_listeners' => ['privates''doctrine.orm.default_listeners.attach_entity_listeners''getDoctrine_Orm_DefaultListeners_AttachEntityListenersService.php'true],
  274.         ], [
  275.             'doctrine.orm.default_listeners.attach_entity_listeners' => '?',
  276.         ]));
  277.         $c->addEventListener([=> 'loadClassMetadata'], 'doctrine.orm.default_listeners.attach_entity_listeners');
  278.         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' => 'honeybee_erp_ltd''user' => 'root''password' => 'Y41dh8g0112''charset' => 'UTF8''driverOptions' => [], 'defaultTableOptions' => []], $a$c, []);
  279.     }
  280.     /**
  281.      * Gets the public 'doctrine.orm.company_group_entity_manager' shared service.
  282.      *
  283.      * @return \Doctrine\ORM\EntityManager
  284.      */
  285.     protected function getDoctrine_Orm_CompanyGroupEntityManagerService($lazyLoad true)
  286.     {
  287.         if ($lazyLoad) {
  288.             return $this->services['doctrine.orm.company_group_entity_manager'] = $this->createProxy('EntityManager_9a5be93', function () {
  289.                 return \EntityManager_9a5be93::staticProxyConstructor(function (&$wrappedInstance, \ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  290.                     $wrappedInstance $this->getDoctrine_Orm_CompanyGroupEntityManagerService(false);
  291.                     $proxy->setProxyInitializer(null);
  292.                     return true;
  293.                 });
  294.             });
  295.         }
  296.         $a = new \Doctrine\ORM\Configuration();
  297.         $b = new \Doctrine\Common\Persistence\Mapping\Driver\MappingDriverChain();
  298.         $c = new \Doctrine\ORM\Mapping\Driver\SimplifiedYamlDriver([(\dirname(__DIR__4).'/src/CompanyGroupBundle/Resources/config/doctrine') => 'CompanyGroupBundle\\Entity']);
  299.         $c->setGlobalBasename('mapping');
  300.         $b->addDriver($c'CompanyGroupBundle\\Entity');
  301.         $a->setEntityNamespaces(['CompanyGroupBundle' => 'CompanyGroupBundle\\Entity']);
  302.         $a->setMetadataCacheImpl(new \Symfony\Component\Cache\DoctrineProvider(($this->services['cache.doctrine.orm.company_group.metadata'] ?? $this->getCache_Doctrine_Orm_CompanyGroup_MetadataService())));
  303.         $a->setQueryCacheImpl(new \Symfony\Component\Cache\DoctrineProvider(($this->services['cache.doctrine.orm.company_group.query'] ?? $this->getCache_Doctrine_Orm_CompanyGroup_QueryService())));
  304.         $a->setResultCacheImpl(new \Symfony\Component\Cache\DoctrineProvider(($this->services['cache.doctrine.orm.company_group.result'] ?? $this->getCache_Doctrine_Orm_CompanyGroup_ResultService())));
  305.         $a->setMetadataDriverImpl($b);
  306.         $a->setProxyDir(($this->targetDir.''.'/doctrine/orm/Proxies'));
  307.         $a->setProxyNamespace('Proxies');
  308.         $a->setAutoGenerateProxyClasses(true);
  309.         $a->setClassMetadataFactoryName('Doctrine\\ORM\\Mapping\\ClassMetadataFactory');
  310.         $a->setDefaultRepositoryClassName('Doctrine\\ORM\\EntityRepository');
  311.         $a->setNamingStrategy(($this->privates['doctrine.orm.naming_strategy.underscore'] ?? ($this->privates['doctrine.orm.naming_strategy.underscore'] = new \Doctrine\ORM\Mapping\UnderscoreNamingStrategy())));
  312.         $a->setQuoteStrategy(($this->privates['doctrine.orm.quote_strategy.default'] ?? ($this->privates['doctrine.orm.quote_strategy.default'] = new \Doctrine\ORM\Mapping\DefaultQuoteStrategy())));
  313.         $a->setEntityListenerResolver(new \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver($this));
  314.         $a->setRepositoryFactory(($this->privates['doctrine.orm.container_repository_factory'] ?? $this->getDoctrine_Orm_ContainerRepositoryFactoryService()));
  315.         $instance = \Doctrine\ORM\EntityManager::create(($this->services['doctrine.dbal.company_group_connection'] ?? $this->getDoctrine_Dbal_CompanyGroupConnectionService()), $a);
  316.         (new \Doctrine\Bundle\DoctrineBundle\ManagerConfigurator([], []))->configure($instance);
  317.         return $instance;
  318.     }
  319.     /**
  320.      * Gets the public 'doctrine.orm.default_entity_manager' shared service.
  321.      *
  322.      * @return \Doctrine\ORM\EntityManager
  323.      */
  324.     protected function getDoctrine_Orm_DefaultEntityManagerService($lazyLoad true)
  325.     {
  326.         if ($lazyLoad) {
  327.             return $this->services['doctrine.orm.default_entity_manager'] = $this->createProxy('EntityManager_9a5be93', function () {
  328.                 return \EntityManager_9a5be93::staticProxyConstructor(function (&$wrappedInstance, \ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  329.                     $wrappedInstance $this->getDoctrine_Orm_DefaultEntityManagerService(false);
  330.                     $proxy->setProxyInitializer(null);
  331.                     return true;
  332.                 });
  333.             });
  334.         }
  335.         $a = new \Doctrine\ORM\Configuration();
  336.         $b = new \Doctrine\Common\Persistence\Mapping\Driver\MappingDriverChain();
  337.         $c = new \Doctrine\ORM\Mapping\Driver\SimplifiedYamlDriver([(\dirname(__DIR__4).'/src/ApplicationBundle/Resources/config/doctrine') => 'ApplicationBundle\\Entity']);
  338.         $c->setGlobalBasename('mapping');
  339.         $b->addDriver($c'ApplicationBundle\\Entity');
  340.         $a->setEntityNamespaces(['ApplicationBundle' => 'ApplicationBundle\\Entity']);
  341.         $a->setMetadataCacheImpl(new \Symfony\Component\Cache\DoctrineProvider(($this->services['cache.doctrine.orm.default.metadata'] ?? $this->getCache_Doctrine_Orm_Default_MetadataService())));
  342.         $a->setQueryCacheImpl(new \Symfony\Component\Cache\DoctrineProvider(($this->services['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService())));
  343.         $a->setResultCacheImpl(new \Symfony\Component\Cache\DoctrineProvider(($this->services['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService())));
  344.         $a->setMetadataDriverImpl($b);
  345.         $a->setProxyDir(($this->targetDir.''.'/doctrine/orm/Proxies'));
  346.         $a->setProxyNamespace('Proxies');
  347.         $a->setAutoGenerateProxyClasses(true);
  348.         $a->setClassMetadataFactoryName('Doctrine\\ORM\\Mapping\\ClassMetadataFactory');
  349.         $a->setDefaultRepositoryClassName('Doctrine\\ORM\\EntityRepository');
  350.         $a->setNamingStrategy(($this->privates['doctrine.orm.naming_strategy.underscore'] ?? ($this->privates['doctrine.orm.naming_strategy.underscore'] = new \Doctrine\ORM\Mapping\UnderscoreNamingStrategy())));
  351.         $a->setQuoteStrategy(($this->privates['doctrine.orm.quote_strategy.default'] ?? ($this->privates['doctrine.orm.quote_strategy.default'] = new \Doctrine\ORM\Mapping\DefaultQuoteStrategy())));
  352.         $a->setEntityListenerResolver(new \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver($this));
  353.         $a->setRepositoryFactory(($this->privates['doctrine.orm.container_repository_factory'] ?? $this->getDoctrine_Orm_ContainerRepositoryFactoryService()));
  354.         $a->addCustomStringFunction('GROUP_CONCAT''ExtraBundle\\Doctrine\\Mysql\\GroupConcat');
  355.         $instance = \Doctrine\ORM\EntityManager::create(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()), $a);
  356.         (new \Doctrine\Bundle\DoctrineBundle\ManagerConfigurator([], []))->configure($instance);
  357.         return $instance;
  358.     }
  359.     /**
  360.      * Gets the public 'encrypt_decrypt' shared autowired service.
  361.      *
  362.      * @return \ApplicationBundle\Helper\EncryptDecrypt
  363.      */
  364.     protected function getEncryptDecryptService()
  365.     {
  366.         return $this->services['encrypt_decrypt'] = new \ApplicationBundle\Helper\EncryptDecrypt();
  367.     }
  368.     /**
  369.      * Gets the public 'event_dispatcher' shared service.
  370.      *
  371.      * @return \Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher
  372.      */
  373.     protected function getEventDispatcherService()
  374.     {
  375.         $a = new \Symfony\Bridge\Monolog\Logger('event');
  376.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  377.         $a->pushHandler(($this->privates['monolog.handler.notify_main'] ?? $this->getMonolog_Handler_NotifyMainService()));
  378.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  379.         $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())));
  380.         $instance->addListener('kernel.controller', [=> function () {
  381.             return ($this->services['sesssions_listener'] ?? $this->getSesssionsListenerService());
  382.         }, => 'onKernelController'], 0);
  383.         $instance->addListener('kernel.response', [=> function () {
  384.             return ($this->services['sesssions_listener'] ?? $this->getSesssionsListenerService());
  385.         }, => 'onKernelResponse'], 0);
  386.         $instance->addListener('kernel.controller', [=> function () {
  387.             return ($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector()));
  388.         }, => 'onKernelController'], 0);
  389.         $instance->addListener('kernel.terminate', [=> function () {
  390.             return ($this->privates['monolog.handler.swift'] ?? $this->getMonolog_Handler_SwiftService());
  391.         }, => 'onKernelTerminate'], 0);
  392.         $instance->addListener('console.terminate', [=> function () {
  393.             return ($this->privates['monolog.handler.swift'] ?? $this->getMonolog_Handler_SwiftService());
  394.         }, => 'onCliTerminate'], 0);
  395.         $instance->addListener('kernel.controller', [=> function () {
  396.             return ($this->privates['nzo.annotation_resolver'] ?? $this->getNzo_AnnotationResolverService());
  397.         }, => 'onKernelController'], 0);
  398.         $instance->addListener('kernel.response', [=> function () {
  399.             return ($this->privates['response_listener'] ?? ($this->privates['response_listener'] = new \Symfony\Component\HttpKernel\EventListener\ResponseListener('UTF-8')));
  400.         }, => 'onKernelResponse'], 0);
  401.         $instance->addListener('kernel.response', [=> function () {
  402.             return ($this->privates['streamed_response_listener'] ?? ($this->privates['streamed_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\StreamedResponseListener()));
  403.         }, => 'onKernelResponse'], -1024);
  404.         $instance->addListener('kernel.request', [=> function () {
  405.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  406.         }, => 'setDefaultLocale'], 100);
  407.         $instance->addListener('kernel.request', [=> function () {
  408.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  409.         }, => 'onKernelRequest'], 16);
  410.         $instance->addListener('kernel.finish_request', [=> function () {
  411.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  412.         }, => 'onKernelFinishRequest'], 0);
  413.         $instance->addListener('kernel.request', [=> function () {
  414.             return ($this->privates['validate_request_listener'] ?? ($this->privates['validate_request_listener'] = new \Symfony\Component\HttpKernel\EventListener\ValidateRequestListener()));
  415.         }, => 'onKernelRequest'], 256);
  416.         $instance->addListener('kernel.request', [=> function () {
  417.             return ($this->privates['.legacy_resolve_controller_name_subscriber'] ?? $this->get_LegacyResolveControllerNameSubscriberService());
  418.         }, => 'resolveControllerName'], 24);
  419.         $instance->addListener('console.error', [=> function () {
  420.             return ($this->privates['console.error_listener'] ?? $this->load('getConsole_ErrorListenerService.php'));
  421.         }, => 'onConsoleError'], -128);
  422.         $instance->addListener('console.terminate', [=> function () {
  423.             return ($this->privates['console.error_listener'] ?? $this->load('getConsole_ErrorListenerService.php'));
  424.         }, => 'onConsoleTerminate'], -128);
  425.         $instance->addListener('console.error', [=> function () {
  426.             return ($this->privates['console.suggest_missing_package_subscriber'] ?? ($this->privates['console.suggest_missing_package_subscriber'] = new \Symfony\Bundle\FrameworkBundle\EventListener\SuggestMissingPackageSubscriber()));
  427.         }, => 'onConsoleError'], 0);
  428.         $instance->addListener('kernel.request', [=> function () {
  429.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  430.         }, => 'onKernelRequest'], 128);
  431.         $instance->addListener('kernel.response', [=> function () {
  432.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  433.         }, => 'onKernelResponse'], -1000);
  434.         $instance->addListener('kernel.finish_request', [=> function () {
  435.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  436.         }, => 'onFinishRequest'], 0);
  437.         $instance->addListener('kernel.request', [=> function () {
  438.             return ($this->privates['fragment.listener'] ?? $this->getFragment_ListenerService());
  439.         }, => 'onKernelRequest'], 48);
  440.         $instance->addListener('kernel.response', [=> function () {
  441.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  442.         }, => 'onKernelResponse'], -100);
  443.         $instance->addListener('kernel.exception', [=> function () {
  444.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  445.         }, => 'onKernelException'], 0);
  446.         $instance->addListener('kernel.terminate', [=> function () {
  447.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  448.         }, => 'onKernelTerminate'], -1024);
  449.         $instance->addListener('kernel.controller', [=> function () {
  450.             return ($this->privates['data_collector.request'] ?? ($this->privates['data_collector.request'] = new \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector()));
  451.         }, => 'onKernelController'], 0);
  452.         $instance->addListener('kernel.response', [=> function () {
  453.             return ($this->privates['data_collector.request'] ?? ($this->privates['data_collector.request'] = new \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector()));
  454.         }, => 'onKernelResponse'], 0);
  455.         $instance->addListener('kernel.request', [=> function () {
  456.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  457.         }, => 'configure'], 2048);
  458.         $instance->addListener('console.command', [=> function () {
  459.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  460.         }, => 'configure'], 2048);
  461.         $instance->addListener('kernel.request', [=> function () {
  462.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  463.         }, => 'onKernelRequest'], 32);
  464.         $instance->addListener('kernel.finish_request', [=> function () {
  465.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  466.         }, => 'onKernelFinishRequest'], 0);
  467.         $instance->addListener('kernel.exception', [=> function () {
  468.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  469.         }, => 'onKernelException'], -64);
  470.         $instance->addListener('kernel.response', [=> function () {
  471.             return ($this->privates['security.rememberme.response_listener'] ?? ($this->privates['security.rememberme.response_listener'] = new \Symfony\Component\Security\Http\RememberMe\ResponseListener()));
  472.         }, => 'onKernelResponse'], 0);
  473.         $instance->addListener('debug.security.authorization.vote', [=> function () {
  474.             return ($this->privates['debug.security.voter.vote_listener'] ?? $this->load('getDebug_Security_Voter_VoteListenerService.php'));
  475.         }, => 'onVoterVote'], 0);
  476.         $instance->addListener('kernel.request', [=> function () {
  477.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  478.         }, => 'configureLogoutUrlGenerator'], 8);
  479.         $instance->addListener('kernel.request', [=> function () {
  480.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  481.         }, => 'onKernelRequest'], 8);
  482.         $instance->addListener('kernel.finish_request', [=> function () {
  483.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  484.         }, => 'onKernelFinishRequest'], 0);
  485.         $instance->addListener('kernel.exception', [=> function () {
  486.             return ($this->privates['twig.exception_listener'] ?? $this->load('getTwig_ExceptionListenerService.php'));
  487.         }, => 'logKernelException'], 0);
  488.         $instance->addListener('kernel.exception', [=> function () {
  489.             return ($this->privates['twig.exception_listener'] ?? $this->load('getTwig_ExceptionListenerService.php'));
  490.         }, => 'onKernelException'], -128);
  491.         $instance->addListener('console.command', [=> function () {
  492.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  493.         }, => 'onCommand'], 255);
  494.         $instance->addListener('console.terminate', [=> function () {
  495.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  496.         }, => 'onTerminate'], -255);
  497.         $instance->addListener('kernel.exception', [=> function () {
  498.             return ($this->privates['swiftmailer.email_sender.listener'] ?? $this->load('getSwiftmailer_EmailSender_ListenerService.php'));
  499.         }, => 'onException'], 0);
  500.         $instance->addListener('kernel.terminate', [=> function () {
  501.             return ($this->privates['swiftmailer.email_sender.listener'] ?? $this->load('getSwiftmailer_EmailSender_ListenerService.php'));
  502.         }, => 'onTerminate'], 0);
  503.         $instance->addListener('console.error', [=> function () {
  504.             return ($this->privates['swiftmailer.email_sender.listener'] ?? $this->load('getSwiftmailer_EmailSender_ListenerService.php'));
  505.         }, => 'onException'], 0);
  506.         $instance->addListener('console.terminate', [=> function () {
  507.             return ($this->privates['swiftmailer.email_sender.listener'] ?? $this->load('getSwiftmailer_EmailSender_ListenerService.php'));
  508.         }, => 'onTerminate'], 0);
  509.         $instance->addListener('kernel.response', [=> function () {
  510.             return ($this->privates['web_profiler.debug_toolbar'] ?? $this->getWebProfiler_DebugToolbarService());
  511.         }, => 'onKernelResponse'], -128);
  512.         $instance->addListener('console.error', [=> function () {
  513.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  514.         }, => 'onConsoleError'], 0);
  515.         $instance->addListener('console.terminate', [=> function () {
  516.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  517.         }, => 'onConsoleTerminate'], 0);
  518.         return $instance;
  519.     }
  520.     /**
  521.      * Gets the public 'http_kernel' shared service.
  522.      *
  523.      * @return \Symfony\Component\HttpKernel\HttpKernel
  524.      */
  525.     protected function getHttpKernelService()
  526.     {
  527.         return $this->services['http_kernel'] = new \Symfony\Component\HttpKernel\HttpKernel(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($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 () {
  528.             yield => ($this->privates['debug.argument_resolver.request_attribute'] ?? $this->load('getDebug_ArgumentResolver_RequestAttributeService.php'));
  529.             yield => ($this->privates['debug.argument_resolver.request'] ?? $this->load('getDebug_ArgumentResolver_RequestService.php'));
  530.             yield => ($this->privates['debug.argument_resolver.session'] ?? $this->load('getDebug_ArgumentResolver_SessionService.php'));
  531.             yield => ($this->privates['debug.security.user_value_resolver'] ?? $this->load('getDebug_Security_UserValueResolverService.php'));
  532.             yield => ($this->privates['debug.argument_resolver.service'] ?? $this->load('getDebug_ArgumentResolver_ServiceService.php'));
  533.             yield => ($this->privates['debug.argument_resolver.default'] ?? $this->load('getDebug_ArgumentResolver_DefaultService.php'));
  534.             yield => ($this->privates['debug.argument_resolver.variadic'] ?? $this->load('getDebug_ArgumentResolver_VariadicService.php'));
  535.             yield => ($this->privates['debug.argument_resolver.not_tagged_controller'] ?? $this->load('getDebug_ArgumentResolver_NotTaggedControllerService.php'));
  536.         }, 8)), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))));
  537.     }
  538.     /**
  539.      * Gets the public 'profiler' shared service.
  540.      *
  541.      * @return \Symfony\Component\HttpKernel\Profiler\Profiler
  542.      */
  543.     protected function getProfilerService()
  544.     {
  545.         $a = new \Symfony\Bridge\Monolog\Logger('profiler');
  546.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  547.         $a->pushHandler(($this->privates['monolog.handler.notify_main'] ?? $this->getMonolog_Handler_NotifyMainService()));
  548.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  549.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  550.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  551.         $this->services['profiler'] = $instance = new \Symfony\Component\HttpKernel\Profiler\Profiler(new \Symfony\Component\HttpKernel\Profiler\FileProfilerStorage(('file:'.$this->targetDir.''.'/profiler')), $atrue);
  552.         $b = ($this->services['kernel'] ?? $this->get('kernel'));
  553.         $c = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  554.         $d = new \Symfony\Component\Cache\DataCollector\CacheDataCollector();
  555.         $d->addInstance('cache.app', ($this->services['cache.app'] ?? $this->getCache_AppService()));
  556.         $d->addInstance('cache.system', ($this->services['cache.system'] ?? $this->getCache_SystemService()));
  557.         $d->addInstance('cache.validator', ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService()));
  558.         $d->addInstance('cache.serializer', ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService()));
  559.         $d->addInstance('cache.annotations', ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  560.         $d->addInstance('cache.property_info', ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService()));
  561.         $d->addInstance('cache.security_expression_language', ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService()));
  562.         $d->addInstance('cache.doctrine.orm.default.metadata', ($this->services['cache.doctrine.orm.default.metadata'] ?? $this->getCache_Doctrine_Orm_Default_MetadataService()));
  563.         $d->addInstance('cache.doctrine.orm.default.result', ($this->services['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()));
  564.         $d->addInstance('cache.doctrine.orm.default.query', ($this->services['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()));
  565.         $d->addInstance('cache.doctrine.orm.company_group.metadata', ($this->services['cache.doctrine.orm.company_group.metadata'] ?? $this->getCache_Doctrine_Orm_CompanyGroup_MetadataService()));
  566.         $d->addInstance('cache.doctrine.orm.company_group.result', ($this->services['cache.doctrine.orm.company_group.result'] ?? $this->getCache_Doctrine_Orm_CompanyGroup_ResultService()));
  567.         $d->addInstance('cache.doctrine.orm.company_group.query', ($this->services['cache.doctrine.orm.company_group.query'] ?? $this->getCache_Doctrine_Orm_CompanyGroup_QueryService()));
  568.         $e = new \Doctrine\Bundle\DoctrineBundle\DataCollector\DoctrineDataCollector(($this->services['doctrine'] ?? $this->getDoctrineService()), true);
  569.         $e->addLogger('default', ($this->privates['doctrine.dbal.logger.profiling.default'] ?? ($this->privates['doctrine.dbal.logger.profiling.default'] = new \Doctrine\DBAL\Logging\DebugStack())));
  570.         $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())));
  571.         $f = new \Symfony\Component\HttpKernel\DataCollector\ConfigDataCollector();
  572.         if ($this->has('kernel')) {
  573.             $f->setKernel($b);
  574.         }
  575.         $instance->add(($this->privates['data_collector.request'] ?? ($this->privates['data_collector.request'] = new \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector())));
  576.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\TimeDataCollector($b, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))));
  577.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector());
  578.         $instance->add(new \Symfony\Component\Validator\DataCollector\ValidatorDataCollector(($this->services['validator'] ?? $this->getValidatorService())));
  579.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\AjaxDataCollector());
  580.         $instance->add(($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService()));
  581.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\ExceptionDataCollector());
  582.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\LoggerDataCollector($a, ($this->targetDir.''.'/appAppKernelDevDebugContainer'), $c));
  583.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\EventDataCollector(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), $c));
  584.         $instance->add(($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector())));
  585.         $instance->add($d);
  586.         $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())));
  587.         $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())));
  588.         $instance->add($e);
  589.         $instance->add(new \Symfony\Bundle\SwiftmailerBundle\DataCollector\MessageDataCollector($this));
  590.         $instance->add($f);
  591.         return $instance;
  592.     }
  593.     /**
  594.      * Gets the public 'request_stack' shared service.
  595.      *
  596.      * @return \Symfony\Component\HttpFoundation\RequestStack
  597.      */
  598.     protected function getRequestStackService()
  599.     {
  600.         return $this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack();
  601.     }
  602.     /**
  603.      * Gets the public 'router' shared service.
  604.      *
  605.      * @return \Symfony\Bundle\FrameworkBundle\Routing\Router
  606.      */
  607.     protected function getRouterService()
  608.     {
  609.         $a = new \Symfony\Bridge\Monolog\Logger('router');
  610.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  611.         $a->pushHandler(($this->privates['monolog.handler.notify_main'] ?? $this->getMonolog_Handler_NotifyMainService()));
  612.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  613.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  614.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  615.         $this->services['router'] = $instance = new \Symfony\Bundle\FrameworkBundle\Routing\Router((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  616.             'routing.loader' => ['services''routing.loader''getRouting_LoaderService.php'true],
  617.         ], [
  618.             'routing.loader' => 'Symfony\\Component\\Config\\Loader\\LoaderInterface',
  619.         ]))->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');
  620.         $instance->setConfigCacheFactory(new \Symfony\Component\Config\ResourceCheckerConfigCacheFactory(new RewindableGenerator(function () {
  621.             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)));
  622.             yield => ($this->privates['config.resource.self_checking_resource_checker'] ?? ($this->privates['config.resource.self_checking_resource_checker'] = new \Symfony\Component\Config\Resource\SelfCheckingResourceChecker()));
  623.         }, 2)));
  624.         return $instance;
  625.     }
  626.     /**
  627.      * Gets the public 'security.authorization_checker' shared service.
  628.      *
  629.      * @return \Symfony\Component\Security\Core\Authorization\AuthorizationChecker
  630.      */
  631.     protected function getSecurity_AuthorizationCheckerService()
  632.     {
  633.         return $this->services['security.authorization_checker'] = new \Symfony\Component\Security\Core\Authorization\AuthorizationChecker(($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService()), ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService()), false);
  634.     }
  635.     /**
  636.      * Gets the public 'security.token_storage' shared service.
  637.      *
  638.      * @return \Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage
  639.      */
  640.     protected function getSecurity_TokenStorageService()
  641.     {
  642.         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, [
  643.             'session' => ['services''session''getSessionService'false],
  644.         ], [
  645.             'session' => '?',
  646.         ]));
  647.     }
  648.     /**
  649.      * Gets the public 'session' shared service.
  650.      *
  651.      * @return \Symfony\Component\HttpFoundation\Session\Session
  652.      */
  653.     protected function getSessionService()
  654.     {
  655.         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)), new \Symfony\Component\HttpFoundation\Session\Attribute\AttributeBag(), new \Symfony\Component\HttpFoundation\Session\Flash\FlashBag());
  656.     }
  657.     /**
  658.      * Gets the public 'sesssions_listener' shared autowired service.
  659.      *
  660.      * @return \ApplicationBundle\Listener\SessionListener
  661.      */
  662.     protected function getSesssionsListenerService()
  663.     {
  664.         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()), '756630af84937eefcb2843b19ef39c1e128b40d6', ($this->services['url_encryptor'] ?? ($this->services['url_encryptor'] = new \Nzo\UrlEncryptorBundle\UrlEncryptor\UrlEncryptor('9980fe5327425b3ba36ce27c4c6999b02572cf41''1298767''aes-256-ctr'))));
  665.     }
  666.     /**
  667.      * Gets the public 'twig' shared service.
  668.      *
  669.      * @return \Twig\Environment
  670.      */
  671.     protected function getTwigService()
  672.     {
  673.         $a = new \Symfony\Bundle\TwigBundle\Loader\FilesystemLoader(($this->privates['templating.locator'] ?? $this->load('getTemplating_LocatorService.php')), ($this->privates['templating.name_parser'] ?? $this->load('getTemplating_NameParserService.php')), \dirname(__DIR__4));
  674.         $a->addPath((\dirname(__DIR__4).'/src/ApplicationBundle/Modules/Sales/Resources/views'), 'Sales');
  675.         $a->addPath((\dirname(__DIR__4).'/src/ApplicationBundle/Modules/Accounts/Resources/views'), 'Accounts');
  676.         $a->addPath((\dirname(__DIR__4).'/src/ApplicationBundle/Modules/Purchase/Resources/views'), 'Purchase');
  677.         $a->addPath((\dirname(__DIR__4).'/src/ApplicationBundle/Modules/Inventory/Resources/views'), 'Inventory');
  678.         $a->addPath((\dirname(__DIR__4).'/src/ApplicationBundle/Modules/FixedAsset/Resources/views'), 'FixedAsset');
  679.         $a->addPath((\dirname(__DIR__4).'/src/ApplicationBundle/Modules/Project/Resources/views'), 'Project');
  680.         $a->addPath((\dirname(__DIR__4).'/src/ApplicationBundle/Modules/Production/Resources/views'), 'Production');
  681.         $a->addPath((\dirname(__DIR__4).'/src/ApplicationBundle/Modules/Demo/Resources/views'), 'Demo');
  682.         $a->addPath((\dirname(__DIR__4).'/src/ApplicationBundle/Modules/System/Resources/views'), 'System');
  683.         $a->addPath((\dirname(__DIR__4).'/src/ApplicationBundle/Modules/Loan/Resources/views'), 'Loan');
  684.         $a->addPath((\dirname(__DIR__4).'/src/ApplicationBundle/Modules/HoneybeeWeb/Resources/views'), 'HoneybeeWeb');
  685.         $a->addPath((\dirname(__DIR__4).'/src/ApplicationBundle/Modules/Task/Resources/views'), 'Task');
  686.         $a->addPath((\dirname(__DIR__4).'/src/ApplicationBundle/Modules/Buddybee/Resources/views'), 'Buddybee');
  687.         $a->addPath((\dirname(__DIR__4).'/src/ApplicationBundle/Modules/Authentication/Resources/views'), 'Authentication');
  688.         $a->addPath((\dirname(__DIR__4).'/src/ApplicationBundle/Modules/MarketPlace/Resources/views'), 'MarketPlace');
  689.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/framework-bundle/Resources/views'), 'Framework');
  690.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/framework-bundle/Resources/views'), '!Framework');
  691.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), 'Security');
  692.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), '!Security');
  693.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bundle/Resources/views'), 'Twig');
  694.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bundle/Resources/views'), '!Twig');
  695.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/Resources/views'), 'Swiftmailer');
  696.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/Resources/views'), '!Swiftmailer');
  697.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Resources/views'), 'Doctrine');
  698.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Resources/views'), '!Doctrine');
  699.         $a->addPath((\dirname(__DIR__4).'/src/ApplicationBundle/Resources/views'), 'Application');
  700.         $a->addPath((\dirname(__DIR__4).'/src/ApplicationBundle/Resources/views'), '!Application');
  701.         $a->addPath((\dirname(__DIR__4).'/src/CompanyGroupBundle/Resources/views'), 'CompanyGroup');
  702.         $a->addPath((\dirname(__DIR__4).'/src/CompanyGroupBundle/Resources/views'), '!CompanyGroup');
  703.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), 'WebProfiler');
  704.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), '!WebProfiler');
  705.         $a->addPath((\dirname(__DIR__4).'/app/Resources/views'));
  706.         $a->addPath((\dirname(__DIR__4).'/templates'));
  707.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), 'email');
  708.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), '!email');
  709.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Form'));
  710.         $this->services['twig'] = $instance = new \Twig\Environment($a, ['debug' => true'strict_variables' => true'autoescape' => 'name''cache' => ($this->targetDir.''.'/twig'), 'charset' => 'UTF-8']);
  711.         $b = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  712.         $c = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  713.         $d = ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService());
  714.         $e = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  715.         $f = ($this->services['encrypt_decrypt'] ?? ($this->services['encrypt_decrypt'] = new \ApplicationBundle\Helper\EncryptDecrypt()));
  716.         $g = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'1);
  717.         $g->setDisplayOptions(['maxStringLength' => 4096'fileLinkFormat' => $d]);
  718.         $h = new \Symfony\Bridge\Twig\AppVariable();
  719.         $h->setEnvironment('dev');
  720.         $h->setDebug(true);
  721.         if ($this->has('security.token_storage')) {
  722.             $h->setTokenStorage(($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()));
  723.         }
  724.         if ($this->has('request_stack')) {
  725.             $h->setRequestStack($c);
  726.         }
  727.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CsrfExtension());
  728.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\LogoutUrlExtension(($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService())));
  729.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\SecurityExtension(($this->services['security.authorization_checker'] ?? $this->getSecurity_AuthorizationCheckerService())));
  730.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ProfilerExtension(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), $b));
  731.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\TranslationExtension(NULL));
  732.         $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)), [])));
  733.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CodeExtension($d, \dirname(__DIR__4), 'UTF-8'));
  734.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\RoutingExtension(($this->services['router'] ?? $this->getRouterService())));
  735.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\YamlExtension());
  736.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\StopwatchExtension($btrue));
  737.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpKernelExtension());
  738.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpFoundationExtension(new \Symfony\Component\HttpFoundation\UrlHelper($c, ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService()))));
  739.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\FormExtension([=> $this=> 'twig.form.renderer']));
  740.         $instance->addExtension(new \ApplicationBundle\Twig\GeneralExtension($e, ($this->services['doctrine.orm.company_group_entity_manager'] ?? $this->getDoctrine_Orm_CompanyGroupEntityManagerService()), $f));
  741.         $instance->addExtension(new \ApplicationBundle\Twig\Accounts($e$f));
  742.         $instance->addExtension(new \ApplicationBundle\Twig\Sales($e$f));
  743.         $instance->addExtension(new \ApplicationBundle\Twig\PurchaseTE($e$f));
  744.         $instance->addExtension(new \Twig\Extension\DebugExtension());
  745.         $instance->addExtension(new \Doctrine\Bundle\DoctrineBundle\Twig\DoctrineExtension());
  746.         $instance->addExtension(new \Nzo\UrlEncryptorBundle\Twig\UrlEncryptorExtension(($this->services['url_encryptor'] ?? ($this->services['url_encryptor'] = new \Nzo\UrlEncryptorBundle\UrlEncryptor\UrlEncryptor('9980fe5327425b3ba36ce27c4c6999b02572cf41''1298767''aes-256-ctr')))));
  747.         $instance->addExtension(new \Endroid\QrCodeBundle\Twig\QrCodeExtension());
  748.         $instance->addExtension(new \Symfony\Bundle\WebProfilerBundle\Twig\WebProfilerExtension($g));
  749.         $instance->addGlobal('app'$h);
  750.         $instance->addRuntimeLoader(new \Twig\RuntimeLoader\ContainerRuntimeLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  751.             'Endroid\\QrCodeBundle\\Twig\\QrCodeRuntime' => ['privates''Endroid\\QrCodeBundle\\Twig\\QrCodeRuntime''getQrCodeRuntimeService.php'true],
  752.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => ['privates''twig.runtime.security_csrf''getTwig_Runtime_SecurityCsrfService.php'true],
  753.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => ['privates''twig.runtime.httpkernel''getTwig_Runtime_HttpkernelService.php'true],
  754.             'Symfony\\Component\\Form\\FormRenderer' => ['privates''twig.form.renderer''getTwig_Form_RendererService.php'true],
  755.         ], [
  756.             'Endroid\\QrCodeBundle\\Twig\\QrCodeRuntime' => '?',
  757.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => '?',
  758.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => '?',
  759.             'Symfony\\Component\\Form\\FormRenderer' => '?',
  760.         ])));
  761.         $instance->addGlobal('full_js_included'0);
  762.         $instance->addGlobal('kernel_root_dir', (\dirname(__DIR__4).'/app'));
  763.         $instance->addGlobal('system_type''_ERP_');
  764.         $instance->addGlobal('notification_enabled'1);
  765.         $instance->addGlobal('email_enabled'1);
  766.         $instance->addGlobal('entity_group_enabled'1);
  767.         $instance->addGlobal('notification_server''https://ourhoneybee.xyz:7421');
  768.         (new \Symfony\Bundle\TwigBundle\DependencyInjection\Configurator\EnvironmentConfigurator('F j, Y H:i''%d days'NULL0'.'','))->configure($instance);
  769.         return $instance;
  770.     }
  771.     /**
  772.      * Gets the public 'url_encryptor' shared service.
  773.      *
  774.      * @return \Nzo\UrlEncryptorBundle\UrlEncryptor\UrlEncryptor
  775.      */
  776.     protected function getUrlEncryptorService()
  777.     {
  778.         return $this->services['url_encryptor'] = new \Nzo\UrlEncryptorBundle\UrlEncryptor\UrlEncryptor('9980fe5327425b3ba36ce27c4c6999b02572cf41''1298767''aes-256-ctr');
  779.     }
  780.     /**
  781.      * Gets the public 'validator' shared service.
  782.      *
  783.      * @return \Symfony\Component\Validator\Validator\TraceableValidator
  784.      */
  785.     protected function getValidatorService()
  786.     {
  787.         return $this->services['validator'] = new \Symfony\Component\Validator\Validator\TraceableValidator(($this->privates['validator.builder'] ?? $this->getValidator_BuilderService())->getValidator());
  788.     }
  789.     /**
  790.      * Gets the private '.legacy_resolve_controller_name_subscriber' shared service.
  791.      *
  792.      * @return \Symfony\Bundle\FrameworkBundle\EventListener\ResolveControllerNameSubscriber
  793.      */
  794.     protected function get_LegacyResolveControllerNameSubscriberService()
  795.     {
  796.         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);
  797.     }
  798.     /**
  799.      * Gets the private 'annotations.cached_reader' shared service.
  800.      *
  801.      * @return \Doctrine\Common\Annotations\CachedReader
  802.      */
  803.     protected function getAnnotations_CachedReaderService()
  804.     {
  805.         return $this->privates['annotations.cached_reader'] = new \Doctrine\Common\Annotations\CachedReader(($this->privates['annotations.reader'] ?? $this->getAnnotations_ReaderService()), $this->load('getAnnotations_CacheService.php'), true);
  806.     }
  807.     /**
  808.      * Gets the private 'annotations.reader' shared service.
  809.      *
  810.      * @return \Doctrine\Common\Annotations\AnnotationReader
  811.      */
  812.     protected function getAnnotations_ReaderService()
  813.     {
  814.         $this->privates['annotations.reader'] = $instance = new \Doctrine\Common\Annotations\AnnotationReader();
  815.         $a = new \Doctrine\Common\Annotations\AnnotationRegistry();
  816.         $a->registerUniqueLoader('class_exists');
  817.         $instance->addGlobalIgnoredName('required'$a);
  818.         return $instance;
  819.     }
  820.     /**
  821.      * Gets the private 'cache.annotations' shared service.
  822.      *
  823.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  824.      */
  825.     protected function getCache_AnnotationsService()
  826.     {
  827.         return $this->privates['cache.annotations'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('9CUADbtzkh'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  828.     }
  829.     /**
  830.      * Gets the private 'cache.property_info' shared service.
  831.      *
  832.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  833.      */
  834.     protected function getCache_PropertyInfoService()
  835.     {
  836.         return $this->privates['cache.property_info'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('+HWaOBc1tS'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  837.     }
  838.     /**
  839.      * Gets the private 'cache.security_expression_language' shared service.
  840.      *
  841.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  842.      */
  843.     protected function getCache_SecurityExpressionLanguageService()
  844.     {
  845.         return $this->privates['cache.security_expression_language'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('OkGNWlXge6'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  846.     }
  847.     /**
  848.      * Gets the private 'cache.serializer' shared service.
  849.      *
  850.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  851.      */
  852.     protected function getCache_SerializerService()
  853.     {
  854.         return $this->privates['cache.serializer'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('lWSD5gIYCw'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  855.     }
  856.     /**
  857.      * Gets the private 'cache.validator' shared service.
  858.      *
  859.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  860.      */
  861.     protected function getCache_ValidatorService()
  862.     {
  863.         return $this->privates['cache.validator'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('Pr1tVQxiS9'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  864.     }
  865.     /**
  866.      * Gets the private 'data_collector.form' shared service.
  867.      *
  868.      * @return \Symfony\Component\Form\Extension\DataCollector\FormDataCollector
  869.      */
  870.     protected function getDataCollector_FormService()
  871.     {
  872.         return $this->privates['data_collector.form'] = new \Symfony\Component\Form\Extension\DataCollector\FormDataCollector(new \Symfony\Component\Form\Extension\DataCollector\FormDataExtractor());
  873.     }
  874.     /**
  875.      * Gets the private 'debug.controller_resolver' shared service.
  876.      *
  877.      * @return \Symfony\Component\HttpKernel\Controller\TraceableControllerResolver
  878.      */
  879.     protected function getDebug_ControllerResolverService()
  880.     {
  881.         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))));
  882.     }
  883.     /**
  884.      * Gets the private 'debug.debug_handlers_listener' shared service.
  885.      *
  886.      * @return \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener
  887.      */
  888.     protected function getDebug_DebugHandlersListenerService()
  889.     {
  890.         $a = new \Symfony\Bridge\Monolog\Logger('php');
  891.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  892.         $a->pushHandler(($this->privates['monolog.handler.notify_main'] ?? $this->getMonolog_Handler_NotifyMainService()));
  893.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  894.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  895.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  896.         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);
  897.     }
  898.     /**
  899.      * Gets the private 'debug.file_link_formatter' shared service.
  900.      *
  901.      * @return \Symfony\Component\HttpKernel\Debug\FileLinkFormatter
  902.      */
  903.     protected function getDebug_FileLinkFormatterService()
  904.     {
  905.         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 () {
  906.             return ($this->privates['debug.file_link_formatter.url_format'] ?? $this->load('getDebug_FileLinkFormatter_UrlFormatService.php'));
  907.         });
  908.     }
  909.     /**
  910.      * Gets the private 'debug.log_processor' shared service.
  911.      *
  912.      * @return \Symfony\Bridge\Monolog\Processor\DebugProcessor
  913.      */
  914.     protected function getDebug_LogProcessorService()
  915.     {
  916.         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())));
  917.     }
  918.     /**
  919.      * Gets the private 'debug.security.access.decision_manager' shared service.
  920.      *
  921.      * @return \Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager
  922.      */
  923.     protected function getDebug_Security_Access_DecisionManagerService()
  924.     {
  925.         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 () {
  926.             yield => ($this->privates['debug.security.voter.security.access.authenticated_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_AuthenticatedVoterService.php'));
  927.             yield => ($this->privates['debug.security.voter.security.access.simple_role_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_SimpleRoleVoterService.php'));
  928.         }, 2), 'affirmative'falsetrue));
  929.     }
  930.     /**
  931.      * Gets the private 'debug.security.firewall' shared service.
  932.      *
  933.      * @return \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener
  934.      */
  935.     protected function getDebug_Security_FirewallService()
  936.     {
  937.         return $this->privates['debug.security.firewall'] = new \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener(($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()));
  938.     }
  939.     /**
  940.      * Gets the private 'doctrine.dbal.logger' shared service.
  941.      *
  942.      * @return \Symfony\Bridge\Doctrine\Logger\DbalLogger
  943.      */
  944.     protected function getDoctrine_Dbal_LoggerService()
  945.     {
  946.         $a = new \Symfony\Bridge\Monolog\Logger('doctrine');
  947.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  948.         $a->pushHandler(($this->privates['monolog.handler.notify_main'] ?? $this->getMonolog_Handler_NotifyMainService()));
  949.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  950.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  951.         return $this->privates['doctrine.dbal.logger'] = new \Symfony\Bridge\Doctrine\Logger\DbalLogger($a, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  952.     }
  953.     /**
  954.      * Gets the private 'doctrine.orm.container_repository_factory' shared service.
  955.      *
  956.      * @return \Doctrine\Bundle\DoctrineBundle\Repository\ContainerRepositoryFactory
  957.      */
  958.     protected function getDoctrine_Orm_ContainerRepositoryFactoryService()
  959.     {
  960.         return $this->privates['doctrine.orm.container_repository_factory'] = new \Doctrine\Bundle\DoctrineBundle\Repository\ContainerRepositoryFactory(($this->privates['.service_locator.I3K77mT'] ?? ($this->privates['.service_locator.I3K77mT'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [], []))));
  961.     }
  962.     /**
  963.      * Gets the private 'fragment.listener' shared service.
  964.      *
  965.      * @return \Symfony\Component\HttpKernel\EventListener\FragmentListener
  966.      */
  967.     protected function getFragment_ListenerService()
  968.     {
  969.         return $this->privates['fragment.listener'] = new \Symfony\Component\HttpKernel\EventListener\FragmentListener(($this->privates['uri_signer'] ?? ($this->privates['uri_signer'] = new \Symfony\Component\HttpKernel\UriSigner('756630af84937eefcb2843b19ef39c1e128b40d6'))), '/_fragment');
  970.     }
  971.     /**
  972.      * Gets the private 'locale_listener' shared service.
  973.      *
  974.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleListener
  975.      */
  976.     protected function getLocaleListenerService()
  977.     {
  978.         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()));
  979.     }
  980.     /**
  981.      * Gets the private 'monolog.handler.console' shared service.
  982.      *
  983.      * @return \Symfony\Bridge\Monolog\Handler\ConsoleHandler
  984.      */
  985.     protected function getMonolog_Handler_ConsoleService()
  986.     {
  987.         $this->privates['monolog.handler.console'] = $instance = new \Symfony\Bridge\Monolog\Handler\ConsoleHandler(NULLtrue, [], []);
  988.         $instance->pushProcessor(($this->privates['monolog.processor.psr_log_message'] ?? ($this->privates['monolog.processor.psr_log_message'] = new \Monolog\Processor\PsrLogMessageProcessor())));
  989.         return $instance;
  990.     }
  991.     /**
  992.      * Gets the private 'monolog.handler.main' shared service.
  993.      *
  994.      * @return \Monolog\Handler\StreamHandler
  995.      */
  996.     protected function getMonolog_Handler_MainService()
  997.     {
  998.         $this->privates['monolog.handler.main'] = $instance = new \Monolog\Handler\StreamHandler((\dirname(__DIR__3).'/logs/dev.log'), 100trueNULLfalse);
  999.         $instance->pushProcessor(($this->privates['monolog.processor.psr_log_message'] ?? ($this->privates['monolog.processor.psr_log_message'] = new \Monolog\Processor\PsrLogMessageProcessor())));
  1000.         return $instance;
  1001.     }
  1002.     /**
  1003.      * Gets the private 'monolog.handler.notify_main' shared service.
  1004.      *
  1005.      * @return \Monolog\Handler\FingersCrossedHandler
  1006.      */
  1007.     protected function getMonolog_Handler_NotifyMainService()
  1008.     {
  1009.         return $this->privates['monolog.handler.notify_main'] = new \Monolog\Handler\FingersCrossedHandler(new \Monolog\Handler\DeduplicationHandler(($this->privates['monolog.handler.swift'] ?? $this->getMonolog_Handler_SwiftService()), ($this->targetDir.''.'/monolog_dedup_922a7b2c3485f2fca0b658c7a9e614d9d914a2f5'), 40010true), 4000truetrueNULL);
  1010.     }
  1011.     /**
  1012.      * Gets the private 'monolog.handler.swift' shared service.
  1013.      *
  1014.      * @return \Symfony\Bridge\Monolog\Handler\SwiftMailerHandler
  1015.      */
  1016.     protected function getMonolog_Handler_SwiftService()
  1017.     {
  1018.         $this->privates['monolog.handler.swift'] = $instance = new \Symfony\Bridge\Monolog\Handler\SwiftMailerHandler(($this->services['swiftmailer.mailer.default'] ?? $this->load('getSwiftmailer_Mailer_DefaultService.php')), [=> ($this->privates['monolog.handler.swift.mail_message_factory'] ?? $this->getMonolog_Handler_Swift_MailMessageFactoryService()), => 'createMessage'], 100true);
  1019.         $instance->pushProcessor(($this->privates['monolog.processor.psr_log_message'] ?? ($this->privates['monolog.processor.psr_log_message'] = new \Monolog\Processor\PsrLogMessageProcessor())));
  1020.         $instance->setFormatter(new \Monolog\Formatter\HtmlFormatter());
  1021.         $instance->setTransport(($this->services['swiftmailer.mailer.default.transport'] ?? $this->load('getSwiftmailer_Mailer_Default_TransportService.php')));
  1022.         return $instance;
  1023.     }
  1024.     /**
  1025.      * Gets the private 'monolog.handler.swift.mail_message_factory' shared service.
  1026.      *
  1027.      * @return \Symfony\Bundle\MonologBundle\SwiftMailer\MessageFactory
  1028.      */
  1029.     protected function getMonolog_Handler_Swift_MailMessageFactoryService($lazyLoad true)
  1030.     {
  1031.         if ($lazyLoad) {
  1032.             return $this->privates['monolog.handler.swift.mail_message_factory'] = $this->createProxy('MessageFactory_a340b0b', function () {
  1033.                 return \MessageFactory_a340b0b::staticProxyConstructor(function (&$wrappedInstance, \ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  1034.                     $wrappedInstance $this->getMonolog_Handler_Swift_MailMessageFactoryService(false);
  1035.                     $proxy->setProxyInitializer(null);
  1036.                     return true;
  1037.                 });
  1038.             });
  1039.         }
  1040.         return new \Symfony\Bundle\MonologBundle\SwiftMailer\MessageFactory(($this->services['swiftmailer.mailer.default'] ?? $this->load('getSwiftmailer_Mailer_DefaultService.php')), 'system@ourhoneybee.eu', [=> 'support@ourhoneybee.eu'], 'An Error Occurred in Honeybee Ecosystem ! %message%''text/html');
  1041.     }
  1042.     /**
  1043.      * Gets the private 'monolog.logger.cache' shared service.
  1044.      *
  1045.      * @return \Symfony\Bridge\Monolog\Logger
  1046.      */
  1047.     protected function getMonolog_Logger_CacheService()
  1048.     {
  1049.         $this->privates['monolog.logger.cache'] = $instance = new \Symfony\Bridge\Monolog\Logger('cache');
  1050.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1051.         $instance->pushHandler(($this->privates['monolog.handler.notify_main'] ?? $this->getMonolog_Handler_NotifyMainService()));
  1052.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1053.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1054.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  1055.         return $instance;
  1056.     }
  1057.     /**
  1058.      * Gets the private 'monolog.logger.request' shared service.
  1059.      *
  1060.      * @return \Symfony\Bridge\Monolog\Logger
  1061.      */
  1062.     protected function getMonolog_Logger_RequestService()
  1063.     {
  1064.         $this->privates['monolog.logger.request'] = $instance = new \Symfony\Bridge\Monolog\Logger('request');
  1065.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1066.         $instance->pushHandler(($this->privates['monolog.handler.notify_main'] ?? $this->getMonolog_Handler_NotifyMainService()));
  1067.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1068.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1069.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  1070.         return $instance;
  1071.     }
  1072.     /**
  1073.      * Gets the private 'nzo.annotation_resolver' shared service.
  1074.      *
  1075.      * @return \Nzo\UrlEncryptorBundle\Annotations\AnnotationResolver
  1076.      */
  1077.     protected function getNzo_AnnotationResolverService()
  1078.     {
  1079.         return $this->privates['nzo.annotation_resolver'] = new \Nzo\UrlEncryptorBundle\Annotations\AnnotationResolver(($this->privates['annotations.reader'] ?? $this->getAnnotations_ReaderService()), ($this->services['url_encryptor'] ?? ($this->services['url_encryptor'] = new \Nzo\UrlEncryptorBundle\UrlEncryptor\UrlEncryptor('9980fe5327425b3ba36ce27c4c6999b02572cf41''1298767''aes-256-ctr'))));
  1080.     }
  1081.     /**
  1082.      * Gets the private 'profiler_listener' shared service.
  1083.      *
  1084.      * @return \Symfony\Component\HttpKernel\EventListener\ProfilerListener
  1085.      */
  1086.     protected function getProfilerListenerService()
  1087.     {
  1088.         return $this->privates['profiler_listener'] = new \Symfony\Component\HttpKernel\EventListener\ProfilerListener(($this->services['profiler'] ?? $this->getProfilerService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), NULLfalsefalse);
  1089.     }
  1090.     /**
  1091.      * Gets the private 'router.request_context' shared service.
  1092.      *
  1093.      * @return \Symfony\Component\Routing\RequestContext
  1094.      */
  1095.     protected function getRouter_RequestContextService()
  1096.     {
  1097.         return $this->privates['router.request_context'] = new \Symfony\Component\Routing\RequestContext('''GET''localhost''http'80443);
  1098.     }
  1099.     /**
  1100.      * Gets the private 'router_listener' shared service.
  1101.      *
  1102.      * @return \Symfony\Component\HttpKernel\EventListener\RouterListener
  1103.      */
  1104.     protected function getRouterListenerService()
  1105.     {
  1106.         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);
  1107.     }
  1108.     /**
  1109.      * Gets the private 'security.authentication.manager' shared service.
  1110.      *
  1111.      * @return \Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager
  1112.      */
  1113.     protected function getSecurity_Authentication_ManagerService()
  1114.     {
  1115.         $this->privates['security.authentication.manager'] = $instance = new \Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager(new RewindableGenerator(function () {
  1116.             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'))));
  1117.         }, 1), true);
  1118.         $instance->setEventDispatcher(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  1119.         return $instance;
  1120.     }
  1121.     /**
  1122.      * Gets the private 'security.firewall.map' shared service.
  1123.      *
  1124.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallMap
  1125.      */
  1126.     protected function getSecurity_Firewall_MapService()
  1127.     {
  1128.         return $this->privates['security.firewall.map'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallMap(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1129.             'security.firewall.map.context.dev' => ['privates''security.firewall.map.context.dev''getSecurity_Firewall_Map_Context_DevService.php'true],
  1130.             'security.firewall.map.context.main' => ['privates''security.firewall.map.context.main''getSecurity_Firewall_Map_Context_MainService.php'true],
  1131.         ], [
  1132.             'security.firewall.map.context.dev' => '?',
  1133.             'security.firewall.map.context.main' => '?',
  1134.         ]), new RewindableGenerator(function () {
  1135.             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)/')));
  1136.             yield 'security.firewall.map.context.main' => NULL;
  1137.         }, 2));
  1138.     }
  1139.     /**
  1140.      * Gets the private 'security.logout_url_generator' shared service.
  1141.      *
  1142.      * @return \Symfony\Component\Security\Http\Logout\LogoutUrlGenerator
  1143.      */
  1144.     protected function getSecurity_LogoutUrlGeneratorService()
  1145.     {
  1146.         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()));
  1147.     }
  1148.     /**
  1149.      * Gets the private 'session_listener' shared service.
  1150.      *
  1151.      * @return \Symfony\Component\HttpKernel\EventListener\SessionListener
  1152.      */
  1153.     protected function getSessionListenerService()
  1154.     {
  1155.         return $this->privates['session_listener'] = new \Symfony\Component\HttpKernel\EventListener\SessionListener(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1156.             'initialized_session' => ['services''session'NULLfalse],
  1157.             'session' => ['services''session''getSessionService'false],
  1158.         ], [
  1159.             'initialized_session' => '?',
  1160.             'session' => '?',
  1161.         ]));
  1162.     }
  1163.     /**
  1164.      * Gets the private 'validator.builder' shared service.
  1165.      *
  1166.      * @return \Symfony\Component\Validator\ValidatorBuilder
  1167.      */
  1168.     protected function getValidator_BuilderService()
  1169.     {
  1170.         $this->privates['validator.builder'] = $instance = \Symfony\Component\Validator\Validation::createValidatorBuilder();
  1171.         $instance->setConstraintValidatorFactory(new \Symfony\Component\Validator\ContainerConstraintValidatorFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1172.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService.php'true],
  1173.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService.php'true],
  1174.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => ['privates''validator.email''getValidator_EmailService.php'true],
  1175.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => ['privates''validator.expression''getValidator_ExpressionService.php'true],
  1176.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => ['privates''validator.not_compromised_password''getValidator_NotCompromisedPasswordService.php'true],
  1177.             'doctrine.orm.validator.unique' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService.php'true],
  1178.             'security.validator.user_password' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService.php'true],
  1179.             'validator.expression' => ['privates''validator.expression''getValidator_ExpressionService.php'true],
  1180.         ], [
  1181.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => '?',
  1182.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => '?',
  1183.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => '?',
  1184.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => '?',
  1185.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => '?',
  1186.             'doctrine.orm.validator.unique' => '?',
  1187.             'security.validator.user_password' => '?',
  1188.             'validator.expression' => '?',
  1189.         ])));
  1190.         $instance->setTranslationDomain('validators');
  1191.         $instance->addXmlMappings([=> (\dirname(__DIR__4).'/vendor/symfony/form/Resources/config/validation.xml')]);
  1192.         $instance->enableAnnotationMapping(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  1193.         $instance->addMethodMapping('loadValidatorMetadata');
  1194.         $instance->addObjectInitializers([=> new \Symfony\Bridge\Doctrine\Validator\DoctrineInitializer(($this->services['doctrine'] ?? $this->getDoctrineService()))]);
  1195.         $instance->addLoader(new \Symfony\Bridge\Doctrine\Validator\DoctrineLoader(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), NULL));
  1196.         $instance->addLoader(new \Symfony\Bridge\Doctrine\Validator\DoctrineLoader(($this->services['doctrine.orm.company_group_entity_manager'] ?? $this->getDoctrine_Orm_CompanyGroupEntityManagerService()), NULL));
  1197.         return $instance;
  1198.     }
  1199.     /**
  1200.      * Gets the private 'web_profiler.csp.handler' shared service.
  1201.      *
  1202.      * @return \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler
  1203.      */
  1204.     protected function getWebProfiler_Csp_HandlerService()
  1205.     {
  1206.         return $this->privates['web_profiler.csp.handler'] = new \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler(new \Symfony\Bundle\WebProfilerBundle\Csp\NonceGenerator());
  1207.     }
  1208.     /**
  1209.      * Gets the private 'web_profiler.debug_toolbar' shared service.
  1210.      *
  1211.      * @return \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener
  1212.      */
  1213.     protected function getWebProfiler_DebugToolbarService()
  1214.     {
  1215.         return $this->privates['web_profiler.debug_toolbar'] = new \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener(($this->services['twig'] ?? $this->getTwigService()), false2, ($this->services['router'] ?? $this->getRouterService()), '^/((index|app(_[\\w]+)?)\\.php/)?_wdt', ($this->privates['web_profiler.csp.handler'] ?? $this->getWebProfiler_Csp_HandlerService()));
  1216.     }
  1217.     public function getParameter($name)
  1218.     {
  1219.         $name = (string) $name;
  1220.         if (isset($this->buildParameters[$name])) {
  1221.             return $this->buildParameters[$name];
  1222.         }
  1223.         if (!(isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || array_key_exists($name$this->parameters))) {
  1224.             throw new InvalidArgumentException(sprintf('The parameter "%s" must be defined.'$name));
  1225.         }
  1226.         if (isset($this->loadedDynamicParameters[$name])) {
  1227.             return $this->loadedDynamicParameters[$name] ? $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  1228.         }
  1229.         return $this->parameters[$name];
  1230.     }
  1231.     public function hasParameter($name): bool
  1232.     {
  1233.         $name = (string) $name;
  1234.         if (isset($this->buildParameters[$name])) {
  1235.             return true;
  1236.         }
  1237.         return isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || array_key_exists($name$this->parameters);
  1238.     }
  1239.     public function setParameter($name$value): void
  1240.     {
  1241.         throw new LogicException('Impossible to call set() on a frozen ParameterBag.');
  1242.     }
  1243.     public function getParameterBag(): ParameterBagInterface
  1244.     {
  1245.         if (null === $this->parameterBag) {
  1246.             $parameters $this->parameters;
  1247.             foreach ($this->loadedDynamicParameters as $name => $loaded) {
  1248.                 $parameters[$name] = $loaded $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  1249.             }
  1250.             foreach ($this->buildParameters as $name => $value) {
  1251.                 $parameters[$name] = $value;
  1252.             }
  1253.             $this->parameterBag = new FrozenParameterBag($parameters);
  1254.         }
  1255.         return $this->parameterBag;
  1256.     }
  1257.     private $loadedDynamicParameters = [
  1258.         'kernel.cache_dir' => false,
  1259.         'session.save_path' => false,
  1260.         'validator.mapping.cache.file' => false,
  1261.         'profiler.storage.dsn' => false,
  1262.         'debug.container.dump' => false,
  1263.         'serializer.mapping.cache.file' => false,
  1264.         'doctrine.orm.proxy_dir' => false,
  1265.     ];
  1266.     private $dynamicParameters = [];
  1267.     private function getDynamicParameter(string $name)
  1268.     {
  1269.         switch ($name) {
  1270.             case 'kernel.cache_dir'$value $this->targetDir.''; break;
  1271.             case 'session.save_path'$value = ($this->targetDir.''.'/sessions'); break;
  1272.             case 'validator.mapping.cache.file'$value = ($this->targetDir.''.'/validation.php'); break;
  1273.             case 'profiler.storage.dsn'$value = ('file:'.$this->targetDir.''.'/profiler'); break;
  1274.             case 'debug.container.dump'$value = ($this->targetDir.''.'/appAppKernelDevDebugContainer.xml'); break;
  1275.             case 'serializer.mapping.cache.file'$value = ($this->targetDir.''.'/serialization.php'); break;
  1276.             case 'doctrine.orm.proxy_dir'$value = ($this->targetDir.''.'/doctrine/orm/Proxies'); break;
  1277.             default: throw new InvalidArgumentException(sprintf('The dynamic parameter "%s" must be defined.'$name));
  1278.         }
  1279.         $this->loadedDynamicParameters[$name] = true;
  1280.         return $this->dynamicParameters[$name] = $value;
  1281.     }
  1282.     protected function getDefaultParameters(): array
  1283.     {
  1284.         return [
  1285.             'kernel.root_dir' => (\dirname(__DIR__4).'/app'),
  1286.             'kernel.project_dir' => \dirname(__DIR__4),
  1287.             'kernel.environment' => 'dev',
  1288.             'kernel.debug' => true,
  1289.             'kernel.name' => 'app',
  1290.             'kernel.logs_dir' => (\dirname(__DIR__3).'/logs'),
  1291.             'kernel.bundles' => [
  1292.                 'FrameworkBundle' => 'Symfony\\Bundle\\FrameworkBundle\\FrameworkBundle',
  1293.                 'SecurityBundle' => 'Symfony\\Bundle\\SecurityBundle\\SecurityBundle',
  1294.                 'TwigBundle' => 'Symfony\\Bundle\\TwigBundle\\TwigBundle',
  1295.                 'MonologBundle' => 'Symfony\\Bundle\\MonologBundle\\MonologBundle',
  1296.                 'SwiftmailerBundle' => 'Symfony\\Bundle\\SwiftmailerBundle\\SwiftmailerBundle',
  1297.                 'DoctrineBundle' => 'Doctrine\\Bundle\\DoctrineBundle\\DoctrineBundle',
  1298.                 'NzoUrlEncryptorBundle' => 'Nzo\\UrlEncryptorBundle\\NzoUrlEncryptorBundle',
  1299.                 'ApplicationBundle' => 'ApplicationBundle\\ApplicationBundle',
  1300.                 'CompanyGroupBundle' => 'CompanyGroupBundle\\CompanyGroupBundle',
  1301.                 'KnpSnappyBundle' => 'Knp\\Bundle\\SnappyBundle\\KnpSnappyBundle',
  1302.                 'EndroidQrCodeBundle' => 'Endroid\\QrCodeBundle\\EndroidQrCodeBundle',
  1303.                 'WebProfilerBundle' => 'Symfony\\Bundle\\WebProfilerBundle\\WebProfilerBundle',
  1304.                 'DoctrineFixturesBundle' => 'Doctrine\\Bundle\\FixturesBundle\\DoctrineFixturesBundle',
  1305.                 'MakerBundle' => 'Symfony\\Bundle\\MakerBundle\\MakerBundle',
  1306.             ],
  1307.             'kernel.bundles_metadata' => [
  1308.                 'FrameworkBundle' => [
  1309.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle'),
  1310.                     'namespace' => 'Symfony\\Bundle\\FrameworkBundle',
  1311.                 ],
  1312.                 'SecurityBundle' => [
  1313.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/security-bundle'),
  1314.                     'namespace' => 'Symfony\\Bundle\\SecurityBundle',
  1315.                 ],
  1316.                 'TwigBundle' => [
  1317.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/twig-bundle'),
  1318.                     'namespace' => 'Symfony\\Bundle\\TwigBundle',
  1319.                 ],
  1320.                 'MonologBundle' => [
  1321.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/monolog-bundle'),
  1322.                     'namespace' => 'Symfony\\Bundle\\MonologBundle',
  1323.                 ],
  1324.                 'SwiftmailerBundle' => [
  1325.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle'),
  1326.                     'namespace' => 'Symfony\\Bundle\\SwiftmailerBundle',
  1327.                 ],
  1328.                 'DoctrineBundle' => [
  1329.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle'),
  1330.                     'namespace' => 'Doctrine\\Bundle\\DoctrineBundle',
  1331.                 ],
  1332.                 'NzoUrlEncryptorBundle' => [
  1333.                     'path' => (\dirname(__DIR__4).'/vendor/nzo/url-encryptor-bundle'),
  1334.                     'namespace' => 'Nzo\\UrlEncryptorBundle',
  1335.                 ],
  1336.                 'ApplicationBundle' => [
  1337.                     'path' => (\dirname(__DIR__4).'/src/ApplicationBundle'),
  1338.                     'namespace' => 'ApplicationBundle',
  1339.                 ],
  1340.                 'CompanyGroupBundle' => [
  1341.                     'path' => (\dirname(__DIR__4).'/src/CompanyGroupBundle'),
  1342.                     'namespace' => 'CompanyGroupBundle',
  1343.                 ],
  1344.                 'KnpSnappyBundle' => [
  1345.                     'path' => (\dirname(__DIR__4).'/vendor/knplabs/knp-snappy-bundle'),
  1346.                     'namespace' => 'Knp\\Bundle\\SnappyBundle',
  1347.                 ],
  1348.                 'EndroidQrCodeBundle' => [
  1349.                     'path' => (\dirname(__DIR__4).'/vendor/endroid/qr-code-bundle/src'),
  1350.                     'namespace' => 'Endroid\\QrCodeBundle',
  1351.                 ],
  1352.                 'WebProfilerBundle' => [
  1353.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle'),
  1354.                     'namespace' => 'Symfony\\Bundle\\WebProfilerBundle',
  1355.                 ],
  1356.                 'DoctrineFixturesBundle' => [
  1357.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle'),
  1358.                     'namespace' => 'Doctrine\\Bundle\\FixturesBundle',
  1359.                 ],
  1360.                 'MakerBundle' => [
  1361.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/maker-bundle/src'),
  1362.                     'namespace' => 'Symfony\\Bundle\\MakerBundle',
  1363.                 ],
  1364.             ],
  1365.             'kernel.charset' => 'UTF-8',
  1366.             'kernel.container_class' => 'appAppKernelDevDebugContainer',
  1367.             'database_host' => 'localhost',
  1368.             'database_port' => NULL,
  1369.             'database_name' => 'honeybee_erp_ltd',
  1370.             'database_user' => 'root',
  1371.             'database_password' => 'Y41dh8g0112',
  1372.             'mailer_transport' => 'smtp',
  1373.             'mailer_host' => 'smtp.hostinger.com',
  1374.             'mailer_port' => 465,
  1375.             'mailer_user' => 'system@ourhoneybee.eu',
  1376.             'mailer_password' => NULL,
  1377.             'secret' => '756630af84937eefcb2843b19ef39c1e128b40d6',
  1378.             'child_database_driver' => 'pdo_mysql',
  1379.             'child_database_host' => 'localhost',
  1380.             'child_database_port' => NULL,
  1381.             'child_database_name' => 'entity_group_db',
  1382.             'child_database_user' => 'root',
  1383.             'child_database_password' => 'Y41dh8g0112',
  1384.             'knp_snappy_binary_address' => '/usr/local/bin/wkhtmltopdf',
  1385.             'entity_group_enabled' => 1,
  1386.             'email_enabled' => 1,
  1387.             'notification_enabled' => 1,
  1388.             'system_type' => '_ERP_',
  1389.             'notification_server' => 'https://ourhoneybee.xyz:7421',
  1390.             'system_auth_type' => '_CENTRAL_AUTH_',
  1391.             'upload_dir' => '../var/uploads',
  1392.             'locale' => 'en',
  1393.             'stripe_public_key' => 'pk_test_51IxYTAJXs21fVb0QMvdSGdQURXLHmHPEGzkDHaJIv5ynV40XTT2h9RQf7tVJytYxQ1r0lAe3NHj3Q9HnneSFydqT008AvyZrEH',
  1394.             'stripe_secret_key' => 'sk_test_51IxYTAJXs21fVb0QMop2Nb0E7u9Da4LwGrym1nGHUHqaSNtT3p9HBgHd7YyDsTKHscgPPECPQniTy79Ab8Sgxfbm00JF2AndUz',
  1395.             'fragment.renderer.hinclude.global_template' => NULL,
  1396.             'fragment.path' => '/_fragment',
  1397.             'kernel.secret' => '756630af84937eefcb2843b19ef39c1e128b40d6',
  1398.             'kernel.http_method_override' => true,
  1399.             'kernel.trusted_hosts' => [
  1400.             ],
  1401.             'kernel.default_locale' => 'en',
  1402.             'kernel.error_controller' => 'error_controller',
  1403.             'templating.helper.code.file_link_format' => NULL,
  1404.             'debug.file_link_format' => NULL,
  1405.             'session.metadata.storage_key' => '_sf2_meta',
  1406.             'session.storage.options' => [
  1407.                 'cache_limiter' => '0',
  1408.                 'cookie_httponly' => true,
  1409.                 'gc_probability' => 1,
  1410.             ],
  1411.             'session.metadata.update_threshold' => 0,
  1412.             'form.type_extension.csrf.enabled' => true,
  1413.             'form.type_extension.csrf.field_name' => '_token',
  1414.             'asset.request_context.base_path' => '',
  1415.             'asset.request_context.secure' => false,
  1416.             'templating.loader.cache.path' => NULL,
  1417.             'templating.engines' => [
  1418.                 => 'twig',
  1419.             ],
  1420.             'validator.mapping.cache.prefix' => '',
  1421.             'validator.translation_domain' => 'validators',
  1422.             'profiler_listener.only_exceptions' => false,
  1423.             'profiler_listener.only_master_requests' => false,
  1424.             'debug.error_handler.throw_at' => -1,
  1425.             'router.request_context.host' => 'localhost',
  1426.             'router.request_context.scheme' => 'http',
  1427.             'router.request_context.base_url' => '',
  1428.             'router.resource' => (\dirname(__DIR__4).'/app/config/routing_dev.yml'),
  1429.             'router.cache_class_prefix' => 'appAppKernelDevDebugContainer',
  1430.             'request_listener.http_port' => 80,
  1431.             'request_listener.https_port' => 443,
  1432.             'serializer.mapping.cache.prefix' => '',
  1433.             'security.authentication.trust_resolver.anonymous_class' => NULL,
  1434.             'security.authentication.trust_resolver.rememberme_class' => NULL,
  1435.             'security.role_hierarchy.roles' => [
  1436.             ],
  1437.             'security.access.denied_url' => NULL,
  1438.             'security.authentication.manager.erase_credentials' => true,
  1439.             'security.authentication.session_strategy.strategy' => 'migrate',
  1440.             'security.access.always_authenticate_before_granting' => false,
  1441.             'security.authentication.hide_user_not_found' => true,
  1442.             'twig.exception_listener.controller' => 'twig.controller.exception::showAction',
  1443.             'twig.form.resources' => [
  1444.                 => 'form_div_layout.html.twig',
  1445.             ],
  1446.             'twig.default_path' => (\dirname(__DIR__4).'/templates'),
  1447.             'monolog.use_microseconds' => true,
  1448.             'monolog.swift_mailer.handlers' => [
  1449.                 => 'monolog.handler.swift',
  1450.             ],
  1451.             'monolog.handlers_to_channels' => [
  1452.                 'monolog.handler.notify_main' => NULL,
  1453.                 'monolog.handler.console' => [
  1454.                     'type' => 'exclusive',
  1455.                     'elements' => [
  1456.                         => 'event',
  1457.                         => 'doctrine',
  1458.                     ],
  1459.                 ],
  1460.                 'monolog.handler.main' => [
  1461.                     'type' => 'exclusive',
  1462.                     'elements' => [
  1463.                         => 'event',
  1464.                     ],
  1465.                 ],
  1466.             ],
  1467.             'swiftmailer.mailer.default.transport.name' => 'smtp',
  1468.             'swiftmailer.mailer.default.transport.smtp.encryption' => NULL,
  1469.             'swiftmailer.mailer.default.transport.smtp.port' => 465,
  1470.             'swiftmailer.mailer.default.transport.smtp.host' => 'smtp.hostinger.com',
  1471.             'swiftmailer.mailer.default.transport.smtp.username' => 'system@ourhoneybee.eu',
  1472.             'swiftmailer.mailer.default.transport.smtp.password' => NULL,
  1473.             'swiftmailer.mailer.default.transport.smtp.auth_mode' => NULL,
  1474.             'swiftmailer.mailer.default.transport.smtp.timeout' => 30,
  1475.             'swiftmailer.mailer.default.transport.smtp.source_ip' => NULL,
  1476.             'swiftmailer.mailer.default.transport.smtp.local_domain' => NULL,
  1477.             'swiftmailer.mailer.default.spool.enabled' => false,
  1478.             'swiftmailer.mailer.default.plugin.impersonate' => NULL,
  1479.             'swiftmailer.mailer.default.single_address' => NULL,
  1480.             'swiftmailer.mailer.default.delivery.enabled' => true,
  1481.             'swiftmailer.spool.enabled' => false,
  1482.             'swiftmailer.delivery.enabled' => true,
  1483.             'swiftmailer.single_address' => NULL,
  1484.             'swiftmailer.mailers' => [
  1485.                 'default' => 'swiftmailer.mailer.default',
  1486.             ],
  1487.             'swiftmailer.default_mailer' => 'default',
  1488.             'doctrine.dbal.logger.chain.class' => 'Doctrine\\DBAL\\Logging\\LoggerChain',
  1489.             'doctrine.dbal.logger.profiling.class' => 'Doctrine\\DBAL\\Logging\\DebugStack',
  1490.             'doctrine.dbal.logger.class' => 'Symfony\\Bridge\\Doctrine\\Logger\\DbalLogger',
  1491.             'doctrine.dbal.configuration.class' => 'Doctrine\\DBAL\\Configuration',
  1492.             'doctrine.data_collector.class' => 'Doctrine\\Bundle\\DoctrineBundle\\DataCollector\\DoctrineDataCollector',
  1493.             'doctrine.dbal.connection.event_manager.class' => 'Symfony\\Bridge\\Doctrine\\ContainerAwareEventManager',
  1494.             'doctrine.dbal.connection_factory.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ConnectionFactory',
  1495.             'doctrine.dbal.events.mysql_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\MysqlSessionInit',
  1496.             'doctrine.dbal.events.oracle_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\OracleSessionInit',
  1497.             'doctrine.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Registry',
  1498.             'doctrine.entity_managers' => [
  1499.                 'default' => 'doctrine.orm.default_entity_manager',
  1500.                 'company_group' => 'doctrine.orm.company_group_entity_manager',
  1501.             ],
  1502.             'doctrine.default_entity_manager' => 'default',
  1503.             'doctrine.dbal.connection_factory.types' => [
  1504.             ],
  1505.             'doctrine.connections' => [
  1506.                 'default' => 'doctrine.dbal.default_connection',
  1507.                 'company_group' => 'doctrine.dbal.company_group_connection',
  1508.             ],
  1509.             'doctrine.default_connection' => 'default',
  1510.             'doctrine.orm.configuration.class' => 'Doctrine\\ORM\\Configuration',
  1511.             'doctrine.orm.entity_manager.class' => 'Doctrine\\ORM\\EntityManager',
  1512.             'doctrine.orm.manager_configurator.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ManagerConfigurator',
  1513.             'doctrine.orm.cache.array.class' => 'Doctrine\\Common\\Cache\\ArrayCache',
  1514.             'doctrine.orm.cache.apc.class' => 'Doctrine\\Common\\Cache\\ApcCache',
  1515.             'doctrine.orm.cache.memcache.class' => 'Doctrine\\Common\\Cache\\MemcacheCache',
  1516.             'doctrine.orm.cache.memcache_host' => 'localhost',
  1517.             'doctrine.orm.cache.memcache_port' => 11211,
  1518.             'doctrine.orm.cache.memcache_instance.class' => 'Memcache',
  1519.             'doctrine.orm.cache.memcached.class' => 'Doctrine\\Common\\Cache\\MemcachedCache',
  1520.             'doctrine.orm.cache.memcached_host' => 'localhost',
  1521.             'doctrine.orm.cache.memcached_port' => 11211,
  1522.             'doctrine.orm.cache.memcached_instance.class' => 'Memcached',
  1523.             'doctrine.orm.cache.redis.class' => 'Doctrine\\Common\\Cache\\RedisCache',
  1524.             'doctrine.orm.cache.redis_host' => 'localhost',
  1525.             'doctrine.orm.cache.redis_port' => 6379,
  1526.             'doctrine.orm.cache.redis_instance.class' => 'Redis',
  1527.             'doctrine.orm.cache.xcache.class' => 'Doctrine\\Common\\Cache\\XcacheCache',
  1528.             'doctrine.orm.cache.wincache.class' => 'Doctrine\\Common\\Cache\\WinCacheCache',
  1529.             'doctrine.orm.cache.zenddata.class' => 'Doctrine\\Common\\Cache\\ZendDataCache',
  1530.             'doctrine.orm.metadata.driver_chain.class' => 'Doctrine\\Common\\Persistence\\Mapping\\Driver\\MappingDriverChain',
  1531.             'doctrine.orm.metadata.annotation.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AnnotationDriver',
  1532.             'doctrine.orm.metadata.xml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedXmlDriver',
  1533.             'doctrine.orm.metadata.yml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedYamlDriver',
  1534.             'doctrine.orm.metadata.php.class' => 'Doctrine\\ORM\\Mapping\\Driver\\PHPDriver',
  1535.             'doctrine.orm.metadata.staticphp.class' => 'Doctrine\\ORM\\Mapping\\Driver\\StaticPHPDriver',
  1536.             'doctrine.orm.proxy_cache_warmer.class' => 'Symfony\\Bridge\\Doctrine\\CacheWarmer\\ProxyCacheWarmer',
  1537.             'form.type_guesser.doctrine.class' => 'Symfony\\Bridge\\Doctrine\\Form\\DoctrineOrmTypeGuesser',
  1538.             'doctrine.orm.validator.unique.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator',
  1539.             'doctrine.orm.validator_initializer.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\DoctrineInitializer',
  1540.             'doctrine.orm.security.user.provider.class' => 'Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider',
  1541.             'doctrine.orm.listeners.resolve_target_entity.class' => 'Doctrine\\ORM\\Tools\\ResolveTargetEntityListener',
  1542.             'doctrine.orm.listeners.attach_entity_listeners.class' => 'Doctrine\\ORM\\Tools\\AttachEntityListenersListener',
  1543.             'doctrine.orm.naming_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultNamingStrategy',
  1544.             'doctrine.orm.naming_strategy.underscore.class' => 'Doctrine\\ORM\\Mapping\\UnderscoreNamingStrategy',
  1545.             'doctrine.orm.quote_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultQuoteStrategy',
  1546.             'doctrine.orm.quote_strategy.ansi.class' => 'Doctrine\\ORM\\Mapping\\AnsiQuoteStrategy',
  1547.             'doctrine.orm.entity_listener_resolver.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ContainerEntityListenerResolver',
  1548.             'doctrine.orm.second_level_cache.default_cache_factory.class' => 'Doctrine\\ORM\\Cache\\DefaultCacheFactory',
  1549.             'doctrine.orm.second_level_cache.default_region.class' => 'Doctrine\\ORM\\Cache\\Region\\DefaultRegion',
  1550.             'doctrine.orm.second_level_cache.filelock_region.class' => 'Doctrine\\ORM\\Cache\\Region\\FileLockRegion',
  1551.             'doctrine.orm.second_level_cache.logger_chain.class' => 'Doctrine\\ORM\\Cache\\Logging\\CacheLoggerChain',
  1552.             'doctrine.orm.second_level_cache.logger_statistics.class' => 'Doctrine\\ORM\\Cache\\Logging\\StatisticsCacheLogger',
  1553.             'doctrine.orm.second_level_cache.cache_configuration.class' => 'Doctrine\\ORM\\Cache\\CacheConfiguration',
  1554.             'doctrine.orm.second_level_cache.regions_configuration.class' => 'Doctrine\\ORM\\Cache\\RegionsConfiguration',
  1555.             'doctrine.orm.auto_generate_proxy_classes' => true,
  1556.             'doctrine.orm.proxy_namespace' => 'Proxies',
  1557.             'nzo_url_encryptor.secret_key' => '9980fe5327425b3ba36ce27c4c6999b02572cf41',
  1558.             'nzo_url_encryptor.secret_iv' => '1298767',
  1559.             'nzo_url_encryptor.cipher_algorithm' => 'aes-256-ctr',
  1560.             'knp_snappy.pdf.binary' => '/usr/local/bin/wkhtmltopdf',
  1561.             'knp_snappy.pdf.options' => [
  1562.             ],
  1563.             'knp_snappy.pdf.env' => [
  1564.             ],
  1565.             'knp_snappy.image.binary' => 'wkhtmltoimage',
  1566.             'knp_snappy.image.options' => [
  1567.             ],
  1568.             'knp_snappy.image.env' => [
  1569.             ],
  1570.             'web_profiler.debug_toolbar.intercept_redirects' => false,
  1571.             'web_profiler.debug_toolbar.mode' => 2,
  1572.             'data_collector.templates' => [
  1573.                 'data_collector.request' => [
  1574.                     => 'request',
  1575.                     => '@WebProfiler/Collector/request.html.twig',
  1576.                 ],
  1577.                 'data_collector.time' => [
  1578.                     => 'time',
  1579.                     => '@WebProfiler/Collector/time.html.twig',
  1580.                 ],
  1581.                 'data_collector.memory' => [
  1582.                     => 'memory',
  1583.                     => '@WebProfiler/Collector/memory.html.twig',
  1584.                 ],
  1585.                 'data_collector.validator' => [
  1586.                     => 'validator',
  1587.                     => '@WebProfiler/Collector/validator.html.twig',
  1588.                 ],
  1589.                 'data_collector.ajax' => [
  1590.                     => 'ajax',
  1591.                     => '@WebProfiler/Collector/ajax.html.twig',
  1592.                 ],
  1593.                 'data_collector.form' => [
  1594.                     => 'form',
  1595.                     => '@WebProfiler/Collector/form.html.twig',
  1596.                 ],
  1597.                 'data_collector.exception' => [
  1598.                     => 'exception',
  1599.                     => '@WebProfiler/Collector/exception.html.twig',
  1600.                 ],
  1601.                 'data_collector.logger' => [
  1602.                     => 'logger',
  1603.                     => '@WebProfiler/Collector/logger.html.twig',
  1604.                 ],
  1605.                 'data_collector.events' => [
  1606.                     => 'events',
  1607.                     => '@WebProfiler/Collector/events.html.twig',
  1608.                 ],
  1609.                 'data_collector.router' => [
  1610.                     => 'router',
  1611.                     => '@WebProfiler/Collector/router.html.twig',
  1612.                 ],
  1613.                 'data_collector.cache' => [
  1614.                     => 'cache',
  1615.                     => '@WebProfiler/Collector/cache.html.twig',
  1616.                 ],
  1617.                 'data_collector.security' => [
  1618.                     => 'security',
  1619.                     => '@Security/Collector/security.html.twig',
  1620.                 ],
  1621.                 'data_collector.twig' => [
  1622.                     => 'twig',
  1623.                     => '@WebProfiler/Collector/twig.html.twig',
  1624.                 ],
  1625.                 'data_collector.doctrine' => [
  1626.                     => 'db',
  1627.                     => '@Doctrine/Collector/db.html.twig',
  1628.                 ],
  1629.                 'swiftmailer.data_collector' => [
  1630.                     => 'swiftmailer',
  1631.                     => '@Swiftmailer/Collector/swiftmailer.html.twig',
  1632.                 ],
  1633.                 'data_collector.config' => [
  1634.                     => 'config',
  1635.                     => '@WebProfiler/Collector/config.html.twig',
  1636.                 ],
  1637.             ],
  1638.             'console.command.ids' => [
  1639.                 => 'app.command.scheduled-big-row-entry',
  1640.                 => 'app.command.scheduled-notification',
  1641.                 => 'app.command.buddybee-schedule-missing-check',
  1642.                 => 'app.command.daily-user-report-buddybee',
  1643.                 => 'app.command.fixed-asset-scheduler',
  1644.             ],
  1645.         ];
  1646.     }
  1647. }