var/cache/dev/ContainerT7D8FzX/srcApp_KernelDevDebugContainer.php line 11080

Open in your IDE?
  1. <?php
  2. namespace ContainerT7D8FzX;
  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 srcApp_KernelDevDebugContainer 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.             'App\\Controller\\AdminController' => 'getAdminControllerService',
  37.             'App\\Controller\\AjaxController' => 'getAjaxControllerService',
  38.             'App\\Controller\\AlertController' => 'getAlertControllerService',
  39.             'App\\Controller\\BackendController' => 'getBackendControllerService',
  40.             'App\\Controller\\BlogController' => 'getBlogControllerService',
  41.             'App\\Controller\\CategoryController' => 'getCategoryControllerService',
  42.             'App\\Controller\\ConsultaController' => 'getConsultaControllerService',
  43.             'App\\Controller\\JobController' => 'getJobControllerService',
  44.             'App\\Controller\\JobController1' => 'getJobController1Service',
  45.             'App\\Controller\\NotificationController' => 'getNotificationControllerService',
  46.             'App\\Controller\\PaymentController' => 'getPaymentControllerService',
  47.             'App\\Controller\\PaymentForJobsController' => 'getPaymentForJobsControllerService',
  48.             'App\\Controller\\PaymentForServicesController' => 'getPaymentForServicesControllerService',
  49.             'App\\Controller\\PaypalController' => 'getPaypalControllerService',
  50.             'App\\Controller\\PolicyController' => 'getPolicyControllerService',
  51.             'App\\Controller\\ProfessionController' => 'getProfessionControllerService',
  52.             'App\\Controller\\ReportController' => 'getReportControllerService',
  53.             'App\\Controller\\RespuestaConsultaController' => 'getRespuestaConsultaControllerService',
  54.             'App\\Controller\\ResumeController' => 'getResumeControllerService',
  55.             'App\\Controller\\SecurityController' => 'getSecurityControllerService',
  56.             'App\\Controller\\ServiceController' => 'getServiceControllerService',
  57.             'App\\Controller\\SlideController' => 'getSlideControllerService',
  58.             'App\\Controller\\StaticPageController' => 'getStaticPageControllerService',
  59.             'App\\Controller\\TitleController' => 'getTitleControllerService',
  60.             'App\\Controller\\mainController' => 'getMainControllerService',
  61.             'App\\Service\\Checker' => 'getCheckerService',
  62.             'App\\Service\\Helper' => 'getHelperService',
  63.             'App\\Service\\NamerDirectory' => 'getNamerDirectoryService',
  64.             'App\\Service\\UserNamerDirectory' => 'getUserNamerDirectoryService',
  65.             'Debril\\RssAtomBundle\\Controller\\StreamController' => 'getStreamControllerService',
  66.             'EasyCorp\\Bundle\\EasyAdminBundle\\Controller\\EasyAdminController' => 'getEasyAdminControllerService',
  67.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController' => 'getRedirectControllerService',
  68.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController' => 'getTemplateControllerService',
  69.             'Vich\\UploaderBundle\\Naming\\Base64Namer' => 'getBase64NamerService',
  70.             'Vich\\UploaderBundle\\Naming\\CurrentDateTimeDirectoryNamer' => 'getCurrentDateTimeDirectoryNamerService',
  71.             'Vich\\UploaderBundle\\Naming\\HashNamer' => 'getHashNamerService',
  72.             'Vich\\UploaderBundle\\Naming\\OrignameNamer' => 'getOrignameNamerService',
  73.             'Vich\\UploaderBundle\\Naming\\PropertyDirectoryNamer' => 'getPropertyDirectoryNamerService',
  74.             'Vich\\UploaderBundle\\Naming\\PropertyNamer' => 'getPropertyNamerService',
  75.             'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer' => 'getSmartUniqueNamerService',
  76.             'Vich\\UploaderBundle\\Naming\\SubdirDirectoryNamer' => 'getSubdirDirectoryNamerService',
  77.             'Vich\\UploaderBundle\\Naming\\UniqidNamer' => 'getUniqidNamerService',
  78.             'Vich\\UploaderBundle\\Naming\\UniqidNamer.blog_images' => 'getUniqidNamer_BlogImagesService',
  79.             'Vich\\UploaderBundle\\Naming\\UniqidNamer.company_images' => 'getUniqidNamer_CompanyImagesService',
  80.             'Vich\\UploaderBundle\\Naming\\UniqidNamer.image_store' => 'getUniqidNamer_ImageStoreService',
  81.             'Vich\\UploaderBundle\\Naming\\UniqidNamer.user_cv' => 'getUniqidNamer_UserCvService',
  82.             'Vich\\UploaderBundle\\Naming\\UniqidNamer.user_images' => 'getUniqidNamer_UserImagesService',
  83.             'app.service.checker' => 'getApp_Service_CheckerService',
  84.             'app.service.helper' => 'getApp_Service_HelperService',
  85.             'app.service.namer_directory' => 'getApp_Service_NamerDirectoryService',
  86.             'app.service.user_namer_directory' => 'getApp_Service_UserNamerDirectoryService',
  87.             'beelab_paypal.gateway.factory' => 'getBeelabPaypal_Gateway_FactoryService',
  88.             'beelab_paypal.service' => 'getBeelabPaypal_ServiceService',
  89.             'cache.app' => 'getCache_AppService',
  90.             'cache.app_clearer' => 'getCache_AppClearerService',
  91.             'cache.global_clearer' => 'getCache_GlobalClearerService',
  92.             'cache.system' => 'getCache_SystemService',
  93.             'cache.system_clearer' => 'getCache_SystemClearerService',
  94.             'cache_clearer' => 'getCacheClearerService',
  95.             'cache_warmer' => 'getCacheWarmerService',
  96.             'console.command.public_alias.App\\Command\\LoadData' => 'getLoadDataService',
  97.             'console.command.public_alias.Sonata\\SeoBundle\\Command\\SitemapGeneratorCommand' => 'getSitemapGeneratorCommandService',
  98.             'console.command_loader' => 'getConsole_CommandLoaderService',
  99.             'container.env_var_processors_locator' => 'getContainer_EnvVarProcessorsLocatorService',
  100.             'data_collector.dump' => 'getDataCollector_DumpService',
  101.             'doctrine' => 'getDoctrineService',
  102.             'doctrine.dbal.default_connection' => 'getDoctrine_Dbal_DefaultConnectionService',
  103.             'doctrine.orm.default_entity_manager' => 'getDoctrine_Orm_DefaultEntityManagerService',
  104.             'easyadmin.autocomplete' => 'getEasyadmin_AutocompleteService',
  105.             'easyadmin.command.make_admin_migration' => 'getEasyadmin_Command_MakeAdminMigrationService',
  106.             'easyadmin.config.manager' => 'getEasyadmin_Config_ManagerService',
  107.             'easyadmin.filter.registry' => 'getEasyadmin_Filter_RegistryService',
  108.             'easyadmin.form.guesser.missing_doctrine_orm_type_guesser' => 'getEasyadmin_Form_Guesser_MissingDoctrineOrmTypeGuesserService',
  109.             'easyadmin.listener.controller' => 'getEasyadmin_Listener_ControllerService',
  110.             'easyadmin.listener.request_post_initialize' => 'getEasyadmin_Listener_RequestPostInitializeService',
  111.             'easyadmin.paginator' => 'getEasyadmin_PaginatorService',
  112.             'easyadmin.property_accessor' => 'getEasyadmin_PropertyAccessorService',
  113.             'easyadmin.query_builder' => 'getEasyadmin_QueryBuilderService',
  114.             'easyadmin.router' => 'getEasyadmin_RouterService',
  115.             'easyadmin.security.authorization_checker' => 'getEasyadmin_Security_AuthorizationCheckerService',
  116.             'error_controller' => 'getErrorControllerService',
  117.             'event_dispatcher' => 'getEventDispatcherService',
  118.             'feedio' => 'getFeedioService',
  119.             'filesystem' => 'getFilesystemService',
  120.             'form.factory' => 'getForm_FactoryService',
  121.             'form.type.file' => 'getForm_Type_FileService',
  122.             'fos_js_routing.controller' => 'getFosJsRouting_ControllerService',
  123.             'fos_js_routing.extractor' => 'getFosJsRouting_ExtractorService',
  124.             'fos_js_routing.serializer' => 'getFosJsRouting_SerializerService',
  125.             'fos_user.change_password.controller' => 'getFosUser_ChangePassword_ControllerService',
  126.             'fos_user.profile.controller' => 'getFosUser_Profile_ControllerService',
  127.             'fos_user.registration.controller' => 'getFosUser_Registration_ControllerService',
  128.             'fos_user.resetting.controller' => 'getFosUser_Resetting_ControllerService',
  129.             'fos_user.security.controller' => 'getFosUser_Security_ControllerService',
  130.             'fos_user.user_manager' => 'getFosUser_UserManagerService',
  131.             'gregwar_captcha.captcha_builder' => 'getGregwarCaptcha_CaptchaBuilderService',
  132.             'gregwar_captcha.controller' => 'getGregwarCaptcha_ControllerService',
  133.             'gregwar_captcha.generator' => 'getGregwarCaptcha_GeneratorService',
  134.             'gregwar_captcha.image_file_handler' => 'getGregwarCaptcha_ImageFileHandlerService',
  135.             'gregwar_captcha.phrase_builder' => 'getGregwarCaptcha_PhraseBuilderService',
  136.             'gregwar_captcha.type' => 'getGregwarCaptcha_TypeService',
  137.             'http_kernel' => 'getHttpKernelService',
  138.             'knp_paginator' => 'getKnpPaginatorService',
  139.             'profiler' => 'getProfilerService',
  140.             'request_stack' => 'getRequestStackService',
  141.             'router' => 'getRouterService',
  142.             'routing.loader' => 'getRouting_LoaderService',
  143.             'security.authentication_utils' => 'getSecurity_AuthenticationUtilsService',
  144.             'security.authorization_checker' => 'getSecurity_AuthorizationCheckerService',
  145.             'security.csrf.token_manager' => 'getSecurity_Csrf_TokenManagerService',
  146.             'security.password_encoder' => 'getSecurity_PasswordEncoderService',
  147.             'security.token_storage' => 'getSecurity_TokenStorageService',
  148.             'serializer' => 'getSerializerService',
  149.             'services_resetter' => 'getServicesResetterService',
  150.             'session' => 'getSessionService',
  151.             'sg_datatables.factory' => 'getSgDatatables_FactoryService',
  152.             'sg_datatables.response' => 'getSgDatatables_ResponseService',
  153.             'sonata.block.context_manager.default' => 'getSonata_Block_ContextManager_DefaultService',
  154.             'sonata.block.exception.filter.debug_only' => 'getSonata_Block_Exception_Filter_DebugOnlyService',
  155.             'sonata.block.exception.filter.ignore_block_exception' => 'getSonata_Block_Exception_Filter_IgnoreBlockExceptionService',
  156.             'sonata.block.exception.filter.keep_all' => 'getSonata_Block_Exception_Filter_KeepAllService',
  157.             'sonata.block.exception.filter.keep_none' => 'getSonata_Block_Exception_Filter_KeepNoneService',
  158.             'sonata.block.exception.renderer.inline' => 'getSonata_Block_Exception_Renderer_InlineService',
  159.             'sonata.block.exception.renderer.inline_debug' => 'getSonata_Block_Exception_Renderer_InlineDebugService',
  160.             'sonata.block.exception.renderer.throw' => 'getSonata_Block_Exception_Renderer_ThrowService',
  161.             'sonata.block.manager' => 'getSonata_Block_ManagerService',
  162.             'sonata.block.menu.registry' => 'getSonata_Block_Menu_RegistryService',
  163.             'sonata.block.renderer.default' => 'getSonata_Block_Renderer_DefaultService',
  164.             'sonata.block.service.container' => 'getSonata_Block_Service_ContainerService',
  165.             'sonata.block.service.empty' => 'getSonata_Block_Service_EmptyService',
  166.             'sonata.block.service.rss' => 'getSonata_Block_Service_RssService',
  167.             'sonata.block.service.template' => 'getSonata_Block_Service_TemplateService',
  168.             'sonata.block.service.text' => 'getSonata_Block_Service_TextService',
  169.             'sonata.doctrine.model.adapter.chain' => 'getSonata_Doctrine_Model_Adapter_ChainService',
  170.             'sonata.exporter.exporter' => 'getSonata_Exporter_ExporterService',
  171.             'sonata.seo.page.default' => 'getSonata_Seo_Page_DefaultService',
  172.             'sonata.twig.flashmessage.manager' => 'getSonata_Twig_Flashmessage_ManagerService',
  173.             'sonata.twig.flashmessage.twig.extension' => 'getSonata_Twig_Flashmessage_Twig_ExtensionService',
  174.             'swiftmailer.mailer.default' => 'getSwiftmailer_Mailer_DefaultService',
  175.             'swiftmailer.mailer.default.plugin.messagelogger' => 'getSwiftmailer_Mailer_Default_Plugin_MessageloggerService',
  176.             'swiftmailer.mailer.default.transport.real' => 'getSwiftmailer_Mailer_Default_Transport_RealService',
  177.             'swiftmailer.transport' => 'getSwiftmailer_TransportService',
  178.             'templating' => 'getTemplatingService',
  179.             'templating.loader' => 'getTemplating_LoaderService',
  180.             'translator' => 'getTranslatorService',
  181.             'twig' => 'getTwigService',
  182.             'twig.controller.exception' => 'getTwig_Controller_ExceptionService',
  183.             'twig.controller.preview_error' => 'getTwig_Controller_PreviewErrorService',
  184.             'validator' => 'getValidatorService',
  185.             'var_dumper.cloner' => 'getVarDumper_ClonerService',
  186.             'vich_uploader.download_handler' => 'getVichUploader_DownloadHandlerService',
  187.             'vich_uploader.form.type.file' => 'getVichUploader_Form_Type_FileService',
  188.             'vich_uploader.form.type.image' => 'getVichUploader_Form_Type_ImageService',
  189.             'vich_uploader.namer_hash.banners_images' => 'getVichUploader_NamerHash_BannersImagesService',
  190.             'vich_uploader.namer_hash.company_image' => 'getVichUploader_NamerHash_CompanyImageService',
  191.             'vich_uploader.upload_handler' => 'getVichUploader_UploadHandlerService',
  192.             'web_profiler.controller.exception' => 'getWebProfiler_Controller_ExceptionService',
  193.             'web_profiler.controller.exception_panel' => 'getWebProfiler_Controller_ExceptionPanelService',
  194.             'web_profiler.controller.profiler' => 'getWebProfiler_Controller_ProfilerService',
  195.             'web_profiler.controller.router' => 'getWebProfiler_Controller_RouterService',
  196.         ];
  197.         $this->aliases = [
  198.             'Beelab\\PaypalBundle\\Paypal\\Service' => 'beelab_paypal.service',
  199.             'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Filter\\FilterRegistry' => 'easyadmin.filter.registry',
  200.             'FOS\\UserBundle\\Controller\\ChangePasswordController' => 'fos_user.change_password.controller',
  201.             'FOS\\UserBundle\\Controller\\ProfileController' => 'fos_user.profile.controller',
  202.             'FOS\\UserBundle\\Controller\\RegistrationController' => 'fos_user.registration.controller',
  203.             'FOS\\UserBundle\\Controller\\ResettingController' => 'fos_user.resetting.controller',
  204.             'FOS\\UserBundle\\Controller\\SecurityController' => 'fos_user.security.controller',
  205.             'Gregwar\\CaptchaBundle\\Controller\\CaptchaController' => 'gregwar_captcha.controller',
  206.             'database_connection' => 'doctrine.dbal.default_connection',
  207.             'doctrine.orm.entity_manager' => 'doctrine.orm.default_entity_manager',
  208.             'mailer' => 'swiftmailer.mailer.default',
  209.             'sonata.seo.page' => 'sonata.seo.page.default',
  210.             'vich_uploader.directory_namer_subdir' => 'Vich\\UploaderBundle\\Naming\\SubdirDirectoryNamer',
  211.             'vich_uploader.namer_base64' => 'Vich\\UploaderBundle\\Naming\\Base64Namer',
  212.             'vich_uploader.namer_directory_current_date_time' => 'Vich\\UploaderBundle\\Naming\\CurrentDateTimeDirectoryNamer',
  213.             'vich_uploader.namer_directory_property' => 'Vich\\UploaderBundle\\Naming\\PropertyDirectoryNamer',
  214.             'vich_uploader.namer_hash' => 'Vich\\UploaderBundle\\Naming\\HashNamer',
  215.             'vich_uploader.namer_origname' => 'Vich\\UploaderBundle\\Naming\\OrignameNamer',
  216.             'vich_uploader.namer_property' => 'Vich\\UploaderBundle\\Naming\\PropertyNamer',
  217.             'vich_uploader.namer_smart_unique' => 'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer',
  218.             'vich_uploader.namer_uniqid' => 'Vich\\UploaderBundle\\Naming\\UniqidNamer',
  219.         ];
  220.         $this->privates['service_container'] = function () {
  221.             include_once \dirname(__DIR__6).'/shared/vendor/symfony/http-kernel/HttpKernelInterface.php';
  222.             include_once \dirname(__DIR__6).'/shared/vendor/symfony/http-kernel/KernelInterface.php';
  223.             include_once \dirname(__DIR__6).'/shared/vendor/symfony/http-kernel/RebootableInterface.php';
  224.             include_once \dirname(__DIR__6).'/shared/vendor/symfony/http-kernel/TerminableInterface.php';
  225.             include_once \dirname(__DIR__6).'/shared/vendor/symfony/http-kernel/Kernel.php';
  226.             include_once \dirname(__DIR__6).'/shared/vendor/symfony/framework-bundle/Kernel/MicroKernelTrait.php';
  227.             include_once \dirname(__DIR__4).'/src/Kernel.php';
  228.             include_once \dirname(__DIR__6).'/shared/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  229.             include_once \dirname(__DIR__6).'/shared/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  230.             include_once \dirname(__DIR__6).'/shared/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  231.             include_once \dirname(__DIR__6).'/shared/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  232.             include_once \dirname(__DIR__6).'/shared/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  233.             include_once \dirname(__DIR__4).'/src/Repository/UserJobMetaRepository.php';
  234.             include_once \dirname(__DIR__6).'/shared/vendor/symfony/framework-bundle/Controller/ControllerNameParser.php';
  235.             include_once \dirname(__DIR__6).'/shared/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactoryInterface.php';
  236.             include_once \dirname(__DIR__6).'/shared/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactory.php';
  237.             include_once \dirname(__DIR__6).'/shared/vendor/symfony/event-dispatcher/EventSubscriberInterface.php';
  238.             include_once \dirname(__DIR__6).'/shared/vendor/symfony/http-kernel/EventListener/ResponseListener.php';
  239.             include_once \dirname(__DIR__6).'/shared/vendor/symfony/http-kernel/EventListener/StreamedResponseListener.php';
  240.             include_once \dirname(__DIR__6).'/shared/vendor/symfony/http-kernel/EventListener/LocaleListener.php';
  241.             include_once \dirname(__DIR__6).'/shared/vendor/symfony/http-kernel/EventListener/ValidateRequestListener.php';
  242.             include_once \dirname(__DIR__6).'/shared/vendor/symfony/framework-bundle/EventListener/ResolveControllerNameSubscriber.php';
  243.             include_once \dirname(__DIR__6).'/shared/vendor/symfony/http-kernel/EventListener/DisallowRobotsIndexingListener.php';
  244.             include_once \dirname(__DIR__6).'/shared/vendor/symfony/dependency-injection/ParameterBag/ParameterBagInterface.php';
  245.             include_once \dirname(__DIR__6).'/shared/vendor/symfony/dependency-injection/ParameterBag/ParameterBag.php';
  246.             include_once \dirname(__DIR__6).'/shared/vendor/symfony/dependency-injection/ParameterBag/FrozenParameterBag.php';
  247.             include_once \dirname(__DIR__6).'/shared/vendor/psr/container/src/ContainerInterface.php';
  248.             include_once \dirname(__DIR__6).'/shared/vendor/symfony/dependency-injection/ParameterBag/ContainerBagInterface.php';
  249.             include_once \dirname(__DIR__6).'/shared/vendor/symfony/dependency-injection/ParameterBag/ContainerBag.php';
  250.             include_once \dirname(__DIR__6).'/shared/vendor/symfony/http-kernel/HttpKernel.php';
  251.             include_once \dirname(__DIR__6).'/shared/vendor/symfony/http-kernel/Controller/ArgumentResolverInterface.php';
  252.             include_once \dirname(__DIR__6).'/shared/vendor/symfony/http-kernel/Controller/TraceableArgumentResolver.php';
  253.             include_once \dirname(__DIR__6).'/shared/vendor/symfony/http-kernel/Controller/ArgumentResolver.php';
  254.             include_once \dirname(__DIR__6).'/shared/vendor/symfony/http-foundation/RequestStack.php';
  255.             include_once \dirname(__DIR__6).'/shared/vendor/symfony/config/FileLocatorInterface.php';
  256.             include_once \dirname(__DIR__6).'/shared/vendor/symfony/config/FileLocator.php';
  257.             include_once \dirname(__DIR__6).'/shared/vendor/symfony/http-kernel/Config/FileLocator.php';
  258.             include_once \dirname(__DIR__6).'/shared/vendor/symfony/config/ConfigCacheFactoryInterface.php';
  259.             include_once \dirname(__DIR__6).'/shared/vendor/symfony/config/ResourceCheckerConfigCacheFactory.php';
  260.             include_once \dirname(__DIR__6).'/shared/vendor/symfony/http-kernel/EventListener/LocaleAwareListener.php';
  261.             include_once \dirname(__DIR__6).'/shared/vendor/psr/cache/src/CacheItemPoolInterface.php';
  262.             include_once \dirname(__DIR__6).'/shared/vendor/symfony/cache/Adapter/AdapterInterface.php';
  263.             include_once \dirname(__DIR__6).'/shared/vendor/symfony/cache-contracts/CacheInterface.php';
  264.             include_once \dirname(__DIR__6).'/shared/vendor/symfony/cache/PruneableInterface.php';
  265.             include_once \dirname(__DIR__6).'/shared/vendor/symfony/service-contracts/ResetInterface.php';
  266.             include_once \dirname(__DIR__6).'/shared/vendor/symfony/cache/ResettableInterface.php';
  267.             include_once \dirname(__DIR__6).'/shared/vendor/symfony/cache/Adapter/TraceableAdapter.php';
  268.             include_once \dirname(__DIR__6).'/shared/vendor/psr/log/Psr/Log/LoggerAwareInterface.php';
  269.             include_once \dirname(__DIR__6).'/shared/vendor/psr/log/Psr/Log/LoggerAwareTrait.php';
  270.             include_once \dirname(__DIR__6).'/shared/vendor/symfony/cache/Traits/AbstractTrait.php';
  271.             include_once \dirname(__DIR__6).'/shared/vendor/symfony/cache/Traits/AbstractAdapterTrait.php';
  272.             include_once \dirname(__DIR__6).'/shared/vendor/symfony/cache-contracts/CacheTrait.php';
  273.             include_once \dirname(__DIR__6).'/shared/vendor/symfony/cache/Traits/ContractsTrait.php';
  274.             include_once \dirname(__DIR__6).'/shared/vendor/symfony/cache/Adapter/AbstractAdapter.php';
  275.             include_once \dirname(__DIR__6).'/shared/vendor/symfony/cache/Traits/FilesystemCommonTrait.php';
  276.             include_once \dirname(__DIR__6).'/shared/vendor/symfony/cache/Traits/FilesystemTrait.php';
  277.             include_once \dirname(__DIR__6).'/shared/vendor/symfony/cache/Adapter/FilesystemAdapter.php';
  278.             include_once \dirname(__DIR__6).'/shared/vendor/symfony/cache/Marshaller/MarshallerInterface.php';
  279.             include_once \dirname(__DIR__6).'/shared/vendor/symfony/cache/Marshaller/DefaultMarshaller.php';
  280.             include_once \dirname(__DIR__6).'/shared/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php';
  281.             include_once \dirname(__DIR__6).'/shared/vendor/symfony/http-kernel/EventListener/SessionListener.php';
  282.             include_once \dirname(__DIR__6).'/shared/vendor/symfony/service-contracts/ServiceProviderInterface.php';
  283.             include_once \dirname(__DIR__6).'/shared/vendor/symfony/service-contracts/ServiceLocatorTrait.php';
  284.             include_once \dirname(__DIR__6).'/shared/vendor/symfony/dependency-injection/ServiceLocator.php';
  285.             include_once \dirname(__DIR__6).'/shared/vendor/symfony/form/FormRegistryInterface.php';
  286.             include_once \dirname(__DIR__6).'/shared/vendor/symfony/form/FormRegistry.php';
  287.             include_once \dirname(__DIR__6).'/shared/vendor/symfony/form/FormExtensionInterface.php';
  288.             include_once \dirname(__DIR__6).'/shared/vendor/symfony/form/Extension/DependencyInjection/DependencyInjectionExtension.php';
  289.             include_once \dirname(__DIR__6).'/shared/vendor/symfony/form/ResolvedFormTypeFactoryInterface.php';
  290.             include_once \dirname(__DIR__6).'/shared/vendor/symfony/form/Extension/DataCollector/Proxy/ResolvedTypeFactoryDataCollectorProxy.php';
  291.             include_once \dirname(__DIR__6).'/shared/vendor/symfony/form/ResolvedFormTypeFactory.php';
  292.             include_once \dirname(__DIR__6).'/shared/vendor/symfony/asset/Packages.php';
  293.             include_once \dirname(__DIR__6).'/shared/vendor/symfony/asset/PackageInterface.php';
  294.             include_once \dirname(__DIR__6).'/shared/vendor/symfony/asset/Package.php';
  295.             include_once \dirname(__DIR__6).'/shared/vendor/symfony/asset/PathPackage.php';
  296.             include_once \dirname(__DIR__6).'/shared/vendor/symfony/asset/VersionStrategy/VersionStrategyInterface.php';
  297.             include_once \dirname(__DIR__6).'/shared/vendor/symfony/asset/VersionStrategy/JsonManifestVersionStrategy.php';
  298.             include_once \dirname(__DIR__6).'/shared/vendor/symfony/asset/Context/ContextInterface.php';
  299.             include_once \dirname(__DIR__6).'/shared/vendor/symfony/asset/Context/RequestStackContext.php';
  300.             include_once \dirname(__DIR__6).'/shared/vendor/symfony/asset/UrlPackage.php';
  301.             include_once \dirname(__DIR__6).'/shared/vendor/symfony/validator/ValidatorBuilderInterface.php';
  302.             include_once \dirname(__DIR__6).'/shared/vendor/symfony/validator/ValidatorBuilder.php';
  303.             include_once \dirname(__DIR__6).'/shared/vendor/symfony/validator/Validation.php';
  304.             include_once \dirname(__DIR__6).'/shared/vendor/symfony/translation-contracts/LocaleAwareInterface.php';
  305.             include_once \dirname(__DIR__6).'/shared/vendor/symfony/translation/TranslatorInterface.php';
  306.             include_once \dirname(__DIR__6).'/shared/vendor/symfony/translation-contracts/TranslatorInterface.php';
  307.             include_once \dirname(__DIR__6).'/shared/vendor/symfony/validator/Util/LegacyTranslatorProxy.php';
  308.             include_once \dirname(__DIR__6).'/shared/vendor/symfony/validator/ObjectInitializerInterface.php';
  309.             include_once \dirname(__DIR__6).'/shared/vendor/symfony/doctrine-bridge/Validator/DoctrineInitializer.php';
  310.             include_once \dirname(__DIR__6).'/shared/vendor/friendsofsymfony/user-bundle/Validator/Initializer.php';
  311.             include_once \dirname(__DIR__6).'/shared/vendor/symfony/validator/Mapping/Loader/LoaderInterface.php';
  312.             include_once \dirname(__DIR__6).'/shared/vendor/symfony/validator/Mapping/Loader/AutoMappingTrait.php';
  313.             include_once \dirname(__DIR__6).'/shared/vendor/symfony/validator/Mapping/Loader/PropertyInfoLoader.php';
  314.             include_once \dirname(__DIR__6).'/shared/vendor/symfony/doctrine-bridge/Validator/DoctrineLoader.php';
  315.             include_once \dirname(__DIR__6).'/shared/vendor/symfony/validator/ConstraintValidatorFactoryInterface.php';
  316.             include_once \dirname(__DIR__6).'/shared/vendor/symfony/validator/ContainerConstraintValidatorFactory.php';
  317.             include_once \dirname(__DIR__6).'/shared/vendor/symfony/translation/TranslatorBagInterface.php';
  318.             include_once \dirname(__DIR__6).'/shared/vendor/symfony/translation/Translator.php';
  319.             include_once \dirname(__DIR__6).'/shared/vendor/symfony/http-kernel/CacheWarmer/WarmableInterface.php';
  320.             include_once \dirname(__DIR__6).'/shared/vendor/symfony/framework-bundle/Translation/Translator.php';
  321.             include_once \dirname(__DIR__6).'/shared/vendor/symfony/translation/Formatter/MessageFormatterInterface.php';
  322.             include_once \dirname(__DIR__6).'/shared/vendor/symfony/translation/Formatter/IntlFormatterInterface.php';
  323.             include_once \dirname(__DIR__6).'/shared/vendor/symfony/translation/Formatter/ChoiceMessageFormatterInterface.php';
  324.             include_once \dirname(__DIR__6).'/shared/vendor/symfony/translation/Formatter/MessageFormatter.php';
  325.             include_once \dirname(__DIR__6).'/shared/vendor/symfony/translation-contracts/TranslatorTrait.php';
  326.             include_once \dirname(__DIR__6).'/shared/vendor/symfony/translation/IdentityTranslator.php';
  327.             include_once \dirname(__DIR__6).'/shared/vendor/symfony/http-kernel/Profiler/Profiler.php';
  328.             include_once \dirname(__DIR__6).'/shared/vendor/symfony/http-kernel/Profiler/ProfilerStorageInterface.php';
  329.             include_once \dirname(__DIR__6).'/shared/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php';
  330.             include_once \dirname(__DIR__6).'/shared/vendor/psr/log/Psr/Log/LoggerInterface.php';
  331.             include_once \dirname(__DIR__6).'/shared/vendor/monolog/monolog/src/Monolog/ResettableInterface.php';
  332.             include_once \dirname(__DIR__6).'/shared/vendor/monolog/monolog/src/Monolog/Logger.php';
  333.             include_once \dirname(__DIR__6).'/shared/vendor/symfony/http-kernel/Log/DebugLoggerInterface.php';
  334.             include_once \dirname(__DIR__6).'/shared/vendor/symfony/monolog-bridge/Logger.php';
  335.             include_once \dirname(__DIR__6).'/shared/vendor/symfony/http-kernel/DataCollector/DataCollectorInterface.php';
  336.             include_once \dirname(__DIR__6).'/shared/vendor/symfony/http-kernel/DataCollector/DataCollector.php';
  337.             include_once \dirname(__DIR__6).'/shared/vendor/symfony/http-kernel/DataCollector/LateDataCollectorInterface.php';
  338.             include_once \dirname(__DIR__6).'/shared/vendor/symfony/http-kernel/DataCollector/TimeDataCollector.php';
  339.             include_once \dirname(__DIR__6).'/shared/vendor/symfony/http-kernel/DataCollector/MemoryDataCollector.php';
  340.             include_once \dirname(__DIR__6).'/shared/vendor/symfony/validator/DataCollector/ValidatorDataCollector.php';
  341.             include_once \dirname(__DIR__6).'/shared/vendor/symfony/http-kernel/DataCollector/AjaxDataCollector.php';
  342.             include_once \dirname(__DIR__6).'/shared/vendor/symfony/http-kernel/DataCollector/ExceptionDataCollector.php';
  343.             include_once \dirname(__DIR__6).'/shared/vendor/symfony/http-kernel/DataCollector/LoggerDataCollector.php';
  344.             include_once \dirname(__DIR__6).'/shared/vendor/symfony/http-kernel/DataCollector/EventDataCollector.php';
  345.             include_once \dirname(__DIR__6).'/shared/vendor/symfony/cache/DataCollector/CacheDataCollector.php';
  346.             include_once \dirname(__DIR__6).'/shared/vendor/symfony/translation/DataCollector/TranslationDataCollector.php';
  347.             include_once \dirname(__DIR__6).'/shared/vendor/symfony/security-bundle/DataCollector/SecurityDataCollector.php';
  348.             include_once \dirname(__DIR__6).'/shared/vendor/symfony/twig-bridge/DataCollector/TwigDataCollector.php';
  349.             include_once \dirname(__DIR__6).'/shared/vendor/symfony/doctrine-bridge/DataCollector/DoctrineDataCollector.php';
  350.             include_once \dirname(__DIR__6).'/shared/vendor/doctrine/doctrine-bundle/DataCollector/DoctrineDataCollector.php';
  351.             include_once \dirname(__DIR__6).'/shared/vendor/symfony/swiftmailer-bundle/DataCollector/MessageDataCollector.php';
  352.             include_once \dirname(__DIR__6).'/shared/vendor/easycorp/easyadmin-bundle/src/DataCollector/EasyAdminDataCollector.php';
  353.             include_once \dirname(__DIR__6).'/shared/vendor/vich/uploader-bundle/src/DataCollector/MappingCollector.php';
  354.             include_once \dirname(__DIR__6).'/shared/vendor/sonata-project/block-bundle/src/Profiler/DataCollector/BlockDataCollector.php';
  355.             include_once \dirname(__DIR__6).'/shared/vendor/symfony/http-kernel/DataCollector/ConfigDataCollector.php';
  356.             include_once \dirname(__DIR__6).'/shared/vendor/symfony/http-kernel/EventListener/ProfilerListener.php';
  357.             include_once \dirname(__DIR__6).'/shared/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php';
  358.             include_once \dirname(__DIR__6).'/shared/vendor/symfony/http-kernel/DataCollector/RouterDataCollector.php';
  359.             include_once \dirname(__DIR__6).'/shared/vendor/symfony/framework-bundle/DataCollector/RouterDataCollector.php';
  360.             include_once \dirname(__DIR__6).'/shared/vendor/symfony/form/Extension/DataCollector/FormDataCollectorInterface.php';
  361.             include_once \dirname(__DIR__6).'/shared/vendor/symfony/form/Extension/DataCollector/FormDataCollector.php';
  362.             include_once \dirname(__DIR__6).'/shared/vendor/symfony/form/Extension/DataCollector/FormDataExtractorInterface.php';
  363.             include_once \dirname(__DIR__6).'/shared/vendor/symfony/form/Extension/DataCollector/FormDataExtractor.php';
  364.             include_once \dirname(__DIR__6).'/shared/vendor/symfony/http-kernel/EventListener/DebugHandlersListener.php';
  365.             include_once \dirname(__DIR__6).'/shared/vendor/symfony/http-kernel/Debug/FileLinkFormatter.php';
  366.             include_once \dirname(__DIR__6).'/shared/vendor/symfony/stopwatch/Stopwatch.php';
  367.             include_once \dirname(__DIR__6).'/shared/vendor/symfony/http-kernel/Controller/ControllerResolverInterface.php';
  368.             include_once \dirname(__DIR__6).'/shared/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php';
  369.             include_once \dirname(__DIR__6).'/shared/vendor/symfony/http-kernel/Controller/ControllerResolver.php';
  370.             include_once \dirname(__DIR__6).'/shared/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php';
  371.             include_once \dirname(__DIR__6).'/shared/vendor/symfony/framework-bundle/Controller/ControllerResolver.php';
  372.             include_once \dirname(__DIR__6).'/shared/vendor/symfony/monolog-bridge/Processor/DebugProcessor.php';
  373.             include_once \dirname(__DIR__6).'/shared/vendor/symfony/routing/RequestContext.php';
  374.             include_once \dirname(__DIR__6).'/shared/vendor/symfony/http-kernel/EventListener/RouterListener.php';
  375.             include_once \dirname(__DIR__6).'/shared/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Reader.php';
  376.             include_once \dirname(__DIR__6).'/shared/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationReader.php';
  377.             include_once \dirname(__DIR__6).'/shared/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationRegistry.php';
  378.             include_once \dirname(__DIR__6).'/shared/vendor/symfony/cache/Traits/ProxyTrait.php';
  379.             include_once \dirname(__DIR__6).'/shared/vendor/symfony/cache/Traits/PhpArrayTrait.php';
  380.             include_once \dirname(__DIR__6).'/shared/vendor/symfony/cache/Adapter/PhpArrayAdapter.php';
  381.             include_once \dirname(__DIR__6).'/shared/vendor/symfony/property-info/PropertyTypeExtractorInterface.php';
  382.             include_once \dirname(__DIR__6).'/shared/vendor/symfony/property-info/PropertyDescriptionExtractorInterface.php';
  383.             include_once \dirname(__DIR__6).'/shared/vendor/symfony/property-info/PropertyAccessExtractorInterface.php';
  384.             include_once \dirname(__DIR__6).'/shared/vendor/symfony/property-info/PropertyListExtractorInterface.php';
  385.             include_once \dirname(__DIR__6).'/shared/vendor/symfony/property-info/PropertyInfoExtractorInterface.php';
  386.             include_once \dirname(__DIR__6).'/shared/vendor/symfony/property-info/PropertyInitializableExtractorInterface.php';
  387.             include_once \dirname(__DIR__6).'/shared/vendor/symfony/property-info/PropertyInfoExtractor.php';
  388.             include_once \dirname(__DIR__6).'/shared/vendor/symfony/web-link/EventListener/AddLinkHeaderListener.php';
  389.             include_once \dirname(__DIR__6).'/shared/vendor/sensio/framework-extra-bundle/src/EventListener/ControllerListener.php';
  390.             include_once \dirname(__DIR__6).'/shared/vendor/sensio/framework-extra-bundle/src/EventListener/ParamConverterListener.php';
  391.             include_once \dirname(__DIR__6).'/shared/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterManager.php';
  392.             include_once \dirname(__DIR__6).'/shared/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterInterface.php';
  393.             include_once \dirname(__DIR__6).'/shared/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DoctrineParamConverter.php';
  394.             include_once \dirname(__DIR__6).'/shared/vendor/symfony/expression-language/ExpressionLanguage.php';
  395.             include_once \dirname(__DIR__6).'/shared/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DateTimeParamConverter.php';
  396.             include_once \dirname(__DIR__6).'/shared/vendor/symfony/service-contracts/ServiceSubscriberInterface.php';
  397.             include_once \dirname(__DIR__6).'/shared/vendor/sensio/framework-extra-bundle/src/EventListener/TemplateListener.php';
  398.             include_once \dirname(__DIR__6).'/shared/vendor/sensio/framework-extra-bundle/src/Templating/TemplateGuesser.php';
  399.             include_once \dirname(__DIR__6).'/shared/vendor/sensio/framework-extra-bundle/src/EventListener/HttpCacheListener.php';
  400.             include_once \dirname(__DIR__6).'/shared/vendor/sensio/framework-extra-bundle/src/EventListener/SecurityListener.php';
  401.             include_once \dirname(__DIR__6).'/shared/vendor/symfony/security-core/Authorization/ExpressionLanguage.php';
  402.             include_once \dirname(__DIR__6).'/shared/vendor/sensio/framework-extra-bundle/src/Security/ExpressionLanguage.php';
  403.             include_once \dirname(__DIR__6).'/shared/vendor/sensio/framework-extra-bundle/src/EventListener/IsGrantedListener.php';
  404.             include_once \dirname(__DIR__6).'/shared/vendor/sensio/framework-extra-bundle/src/Request/ArgumentNameConverter.php';
  405.             include_once \dirname(__DIR__6).'/shared/vendor/doctrine/persistence/lib/Doctrine/Persistence/ConnectionRegistry.php';
  406.             include_once \dirname(__DIR__6).'/shared/vendor/doctrine/persistence/lib/Doctrine/Persistence/ManagerRegistry.php';
  407.             include_once \dirname(__DIR__6).'/shared/vendor/doctrine/persistence/lib/Doctrine/Persistence/AbstractManagerRegistry.php';
  408.             include_once \dirname(__DIR__6).'/shared/vendor/symfony/doctrine-bridge/ManagerRegistry.php';
  409.             include_once \dirname(__DIR__6).'/shared/vendor/doctrine/doctrine-bundle/Registry.php';
  410.             include_once \dirname(__DIR__6).'/shared/vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/SQLLogger.php';
  411.             include_once \dirname(__DIR__6).'/shared/vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/DebugStack.php';
  412.             include_once \dirname(__DIR__6).'/shared/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/Connection.php';
  413.             include_once \dirname(__DIR__6).'/shared/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php';
  414.             include_once \dirname(__DIR__6).'/shared/vendor/doctrine/doctrine-bundle/ConnectionFactory.php';
  415.             include_once \dirname(__DIR__6).'/shared/vendor/doctrine/dbal/lib/Doctrine/DBAL/Configuration.php';
  416.             include_once \dirname(__DIR__6).'/shared/vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/LoggerChain.php';
  417.             include_once \dirname(__DIR__6).'/shared/vendor/symfony/doctrine-bridge/Logger/DbalLogger.php';
  418.             include_once \dirname(__DIR__6).'/shared/vendor/doctrine/event-manager/lib/Doctrine/Common/EventManager.php';
  419.             include_once \dirname(__DIR__6).'/shared/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php';
  420.             include_once \dirname(__DIR__6).'/shared/vendor/doctrine/persistence/lib/Doctrine/Persistence/Mapping/Driver/MappingDriver.php';
  421.             include_once \dirname(__DIR__6).'/shared/vendor/doctrine/persistence/lib/Doctrine/Persistence/Mapping/Driver/AnnotationDriver.php';
  422.             include_once \dirname(__DIR__6).'/shared/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/AnnotationDriver.php';
  423.             include_once \dirname(__DIR__6).'/shared/vendor/symfony/cache/Traits/ArrayTrait.php';
  424.             include_once \dirname(__DIR__6).'/shared/vendor/symfony/cache/Adapter/ArrayAdapter.php';
  425.             include_once \dirname(__DIR__6).'/shared/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectManager.php';
  426.             include_once \dirname(__DIR__6).'/shared/vendor/doctrine/orm/lib/Doctrine/ORM/EntityManagerInterface.php';
  427.             include_once \dirname(__DIR__6).'/shared/vendor/doctrine/orm/lib/Doctrine/ORM/EntityManager.php';
  428.             include_once \dirname(__DIR__6).'/shared/vendor/doctrine/orm/lib/Doctrine/ORM/Configuration.php';
  429.             include_once \dirname(__DIR__6).'/shared/vendor/doctrine/cache/lib/Doctrine/Common/Cache/Cache.php';
  430.             include_once \dirname(__DIR__6).'/shared/vendor/doctrine/cache/lib/Doctrine/Common/Cache/FlushableCache.php';
  431.             include_once \dirname(__DIR__6).'/shared/vendor/doctrine/cache/lib/Doctrine/Common/Cache/ClearableCache.php';
  432.             include_once \dirname(__DIR__6).'/shared/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiGetCache.php';
  433.             include_once \dirname(__DIR__6).'/shared/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiDeleteCache.php';
  434.             include_once \dirname(__DIR__6).'/shared/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiPutCache.php';
  435.             include_once \dirname(__DIR__6).'/shared/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiOperationCache.php';
  436.             include_once \dirname(__DIR__6).'/shared/vendor/doctrine/cache/lib/Doctrine/Common/Cache/CacheProvider.php';
  437.             include_once \dirname(__DIR__6).'/shared/vendor/symfony/cache/DoctrineProvider.php';
  438.             include_once \dirname(__DIR__6).'/shared/vendor/doctrine/persistence/lib/Doctrine/Persistence/Mapping/Driver/MappingDriverChain.php';
  439.             include_once \dirname(__DIR__6).'/shared/vendor/doctrine/persistence/lib/Doctrine/Persistence/Mapping/Driver/FileDriver.php';
  440.             include_once \dirname(__DIR__6).'/shared/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/XmlDriver.php';
  441.             include_once \dirname(__DIR__6).'/shared/vendor/doctrine/persistence/lib/Doctrine/Persistence/Mapping/Driver/FileLocator.php';
  442.             include_once \dirname(__DIR__6).'/shared/vendor/doctrine/persistence/lib/Doctrine/Persistence/Mapping/Driver/SymfonyFileLocator.php';
  443.             include_once \dirname(__DIR__6).'/shared/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/NamingStrategy.php';
  444.             include_once \dirname(__DIR__6).'/shared/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/UnderscoreNamingStrategy.php';
  445.             include_once \dirname(__DIR__6).'/shared/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/QuoteStrategy.php';
  446.             include_once \dirname(__DIR__6).'/shared/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/DefaultQuoteStrategy.php';
  447.             include_once \dirname(__DIR__6).'/shared/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/EntityListenerResolver.php';
  448.             include_once \dirname(__DIR__6).'/shared/vendor/doctrine/doctrine-bundle/Mapping/EntityListenerServiceResolver.php';
  449.             include_once \dirname(__DIR__6).'/shared/vendor/doctrine/doctrine-bundle/Mapping/ContainerEntityListenerResolver.php';
  450.             include_once \dirname(__DIR__6).'/shared/vendor/doctrine/orm/lib/Doctrine/ORM/Repository/RepositoryFactory.php';
  451.             include_once \dirname(__DIR__6).'/shared/vendor/doctrine/doctrine-bundle/Repository/ContainerRepositoryFactory.php';
  452.             include_once \dirname(__DIR__6).'/shared/vendor/doctrine/doctrine-bundle/ManagerConfigurator.php';
  453.             include_once \dirname(__DIR__6).'/shared/vendor/symfony/security-core/Authorization/AuthorizationCheckerInterface.php';
  454.             include_once \dirname(__DIR__6).'/shared/vendor/symfony/security-core/Authorization/AuthorizationChecker.php';
  455.             include_once \dirname(__DIR__6).'/shared/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorageInterface.php';
  456.             include_once \dirname(__DIR__6).'/shared/vendor/symfony/security-core/Authentication/Token/Storage/UsageTrackingTokenStorage.php';
  457.             include_once \dirname(__DIR__6).'/shared/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorage.php';
  458.             include_once \dirname(__DIR__6).'/shared/vendor/symfony/security-core/Authentication/AuthenticationManagerInterface.php';
  459.             include_once \dirname(__DIR__6).'/shared/vendor/symfony/security-core/Authentication/AuthenticationProviderManager.php';
  460.             include_once \dirname(__DIR__6).'/shared/vendor/symfony/security-core/Authentication/AuthenticationTrustResolverInterface.php';
  461.             include_once \dirname(__DIR__6).'/shared/vendor/symfony/security-core/Authentication/AuthenticationTrustResolver.php';
  462.             include_once \dirname(__DIR__6).'/shared/vendor/symfony/security-core/Role/RoleHierarchyInterface.php';
  463.             include_once \dirname(__DIR__6).'/shared/vendor/symfony/security-core/Role/RoleHierarchy.php';
  464.             include_once \dirname(__DIR__6).'/shared/vendor/symfony/security-http/FirewallMapInterface.php';
  465.             include_once \dirname(__DIR__6).'/shared/vendor/symfony/security-bundle/Security/FirewallMap.php';
  466.             include_once \dirname(__DIR__6).'/shared/vendor/symfony/security-http/Logout/LogoutUrlGenerator.php';
  467.             include_once \dirname(__DIR__6).'/shared/vendor/symfony/security-http/RememberMe/ResponseListener.php';
  468.             include_once \dirname(__DIR__6).'/shared/vendor/symfony/security-core/Authorization/AccessDecisionManagerInterface.php';
  469.             include_once \dirname(__DIR__6).'/shared/vendor/symfony/security-core/Authorization/TraceableAccessDecisionManager.php';
  470.             include_once \dirname(__DIR__6).'/shared/vendor/symfony/security-core/Authorization/AccessDecisionManager.php';
  471.             include_once \dirname(__DIR__6).'/shared/vendor/symfony/security-http/Firewall.php';
  472.             include_once \dirname(__DIR__6).'/shared/vendor/symfony/security-bundle/EventListener/FirewallListener.php';
  473.             include_once \dirname(__DIR__6).'/shared/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php';
  474.             include_once \dirname(__DIR__6).'/shared/vendor/twig/twig/src/Environment.php';
  475.             include_once \dirname(__DIR__6).'/shared/vendor/twig/twig/src/Extension/ExtensionInterface.php';
  476.             include_once \dirname(__DIR__6).'/shared/vendor/twig/twig/src/Extension/AbstractExtension.php';
  477.             include_once \dirname(__DIR__6).'/shared/vendor/symfony/twig-bridge/Extension/CsrfExtension.php';
  478.             include_once \dirname(__DIR__6).'/shared/vendor/symfony/twig-bridge/Extension/LogoutUrlExtension.php';
  479.             include_once \dirname(__DIR__6).'/shared/vendor/symfony/twig-bridge/Extension/SecurityExtension.php';
  480.             include_once \dirname(__DIR__6).'/shared/vendor/twig/twig/src/Extension/ProfilerExtension.php';
  481.             include_once \dirname(__DIR__6).'/shared/vendor/symfony/twig-bridge/Extension/ProfilerExtension.php';
  482.             include_once \dirname(__DIR__6).'/shared/vendor/symfony/twig-bridge/Extension/TranslationExtension.php';
  483.             include_once \dirname(__DIR__6).'/shared/vendor/symfony/twig-bridge/Extension/AssetExtension.php';
  484.             include_once \dirname(__DIR__6).'/shared/vendor/symfony/twig-bridge/Extension/CodeExtension.php';
  485.             include_once \dirname(__DIR__6).'/shared/vendor/symfony/twig-bridge/Extension/RoutingExtension.php';
  486.             include_once \dirname(__DIR__6).'/shared/vendor/symfony/twig-bridge/Extension/YamlExtension.php';
  487.             include_once \dirname(__DIR__6).'/shared/vendor/symfony/twig-bridge/Extension/StopwatchExtension.php';
  488.             include_once \dirname(__DIR__6).'/shared/vendor/symfony/twig-bridge/Extension/ExpressionExtension.php';
  489.             include_once \dirname(__DIR__6).'/shared/vendor/symfony/twig-bridge/Extension/HttpKernelExtension.php';
  490.             include_once \dirname(__DIR__6).'/shared/vendor/symfony/twig-bridge/Extension/HttpFoundationExtension.php';
  491.             include_once \dirname(__DIR__6).'/shared/vendor/symfony/http-foundation/UrlHelper.php';
  492.             include_once \dirname(__DIR__6).'/shared/vendor/symfony/twig-bridge/Extension/WebLinkExtension.php';
  493.             include_once \dirname(__DIR__6).'/shared/vendor/symfony/twig-bridge/Extension/FormExtension.php';
  494.             include_once \dirname(__DIR__6).'/shared/vendor/symfony/twig-bridge/Extension/DumpExtension.php';
  495.             include_once \dirname(__DIR__4).'/src/Twig/JobTwigExtension.php';
  496.             include_once \dirname(__DIR__6).'/shared/vendor/twig/extensions/lib/Twig/Extensions/Extension/Intl.php';
  497.             include_once \dirname(__DIR__6).'/shared/vendor/twig/extensions/lib/Twig/Extensions/Extension/Date.php';
  498.             include_once \dirname(__DIR__6).'/shared/vendor/doctrine/doctrine-bundle/Twig/DoctrineExtension.php';
  499.             include_once \dirname(__DIR__6).'/shared/vendor/symfony/web-profiler-bundle/Twig/WebProfilerExtension.php';
  500.             include_once \dirname(__DIR__6).'/shared/vendor/symfony/var-dumper/Dumper/DataDumperInterface.php';
  501.             include_once \dirname(__DIR__6).'/shared/vendor/symfony/var-dumper/Cloner/DumperInterface.php';
  502.             include_once \dirname(__DIR__6).'/shared/vendor/symfony/var-dumper/Dumper/AbstractDumper.php';
  503.             include_once \dirname(__DIR__6).'/shared/vendor/symfony/var-dumper/Dumper/CliDumper.php';
  504.             include_once \dirname(__DIR__6).'/shared/vendor/symfony/var-dumper/Dumper/HtmlDumper.php';
  505.             include_once \dirname(__DIR__6).'/shared/vendor/easycorp/easyadmin-bundle/src/Twig/EasyAdminTwigExtension.php';
  506.             include_once \dirname(__DIR__6).'/shared/vendor/vich/uploader-bundle/src/Twig/Extension/UploaderExtension.php';
  507.             include_once \dirname(__DIR__6).'/shared/vendor/knplabs/knp-time-bundle/Twig/Extension/TimeExtension.php';
  508.             include_once \dirname(__DIR__6).'/shared/vendor/knplabs/knp-time-bundle/DateTimeFormatter.php';
  509.             include_once \dirname(__DIR__6).'/shared/vendor/knplabs/knp-paginator-bundle/Twig/Extension/PaginationExtension.php';
  510.             include_once \dirname(__DIR__6).'/shared/vendor/knplabs/knp-paginator-bundle/Helper/Processor.php';
  511.             include_once \dirname(__DIR__6).'/shared/vendor/twig/twig/src/Extension/GlobalsInterface.php';
  512.             include_once \dirname(__DIR__6).'/shared/vendor/hampe/zurb-ink-bundle/Hampe/Bundle/ZurbInkBundle/Twig/InlineCssExtension.php';
  513.             include_once \dirname(__DIR__6).'/shared/vendor/hampe/zurb-ink-bundle/Hampe/Bundle/ZurbInkBundle/Service/InlineCss.php';
  514.             include_once \dirname(__DIR__6).'/shared/vendor/hampe/zurb-ink-bundle/Hampe/Bundle/ZurbInkBundle/Twig/InkyExtension.php';
  515.             include_once \dirname(__DIR__6).'/shared/vendor/hampe/inky/src/Inky.php';
  516.             include_once \dirname(__DIR__6).'/shared/vendor/symfony/webpack-encore-bundle/src/Twig/EntryFilesTwigExtension.php';
  517.             include_once \dirname(__DIR__6).'/shared/vendor/symfony/webpack-encore-bundle/src/Twig/StimulusTwigExtension.php';
  518.             include_once \dirname(__DIR__6).'/shared/vendor/sg/datatablesbundle/Twig/DatatableTwigExtension.php';
  519.             include_once \dirname(__DIR__6).'/shared/vendor/friendsofsymfony/ckeditor-bundle/src/Renderer/CKEditorRendererInterface.php';
  520.             include_once \dirname(__DIR__6).'/shared/vendor/friendsofsymfony/ckeditor-bundle/src/Twig/CKEditorExtension.php';
  521.             include_once \dirname(__DIR__6).'/shared/vendor/friendsofsymfony/ckeditor-bundle/src/Renderer/CKEditorRenderer.php';
  522.             include_once \dirname(__DIR__6).'/shared/vendor/friendsofsymfony/ckeditor-bundle/src/Builder/JsonBuilder.php';
  523.             include_once \dirname(__DIR__6).'/shared/vendor/sonata-project/twig-extensions/src/Extension/FormTypeExtension.php';
  524.             include_once \dirname(__DIR__6).'/shared/vendor/sonata-project/twig-extensions/src/Extension/StatusExtension.php';
  525.             include_once \dirname(__DIR__6).'/shared/vendor/sonata-project/twig-extensions/src/Extension/DeprecatedTemplateExtension.php';
  526.             include_once \dirname(__DIR__6).'/shared/vendor/sonata-project/twig-extensions/src/Extension/TemplateExtension.php';
  527.             include_once \dirname(__DIR__6).'/shared/vendor/sonata-project/block-bundle/src/Twig/Extension/BlockExtension.php';
  528.             include_once \dirname(__DIR__6).'/shared/vendor/sonata-project/seo-bundle/src/Twig/Extension/SeoExtension.php';
  529.             include_once \dirname(__DIR__6).'/shared/vendor/symfony/twig-bridge/AppVariable.php';
  530.             include_once \dirname(__DIR__6).'/shared/vendor/twig/twig/src/RuntimeLoader/RuntimeLoaderInterface.php';
  531.             include_once \dirname(__DIR__6).'/shared/vendor/twig/twig/src/RuntimeLoader/ContainerRuntimeLoader.php';
  532.             include_once \dirname(__DIR__6).'/shared/vendor/sonata-project/block-bundle/src/Twig/GlobalVariables.php';
  533.             include_once \dirname(__DIR__6).'/shared/vendor/symfony/twig-bundle/DependencyInjection/Configurator/EnvironmentConfigurator.php';
  534.             include_once \dirname(__DIR__6).'/shared/vendor/twig/twig/src/Profiler/Profile.php';
  535.             include_once \dirname(__DIR__6).'/shared/vendor/twig/twig/src/Loader/LoaderInterface.php';
  536.             include_once \dirname(__DIR__6).'/shared/vendor/twig/twig/src/Loader/ExistsLoaderInterface.php';
  537.             include_once \dirname(__DIR__6).'/shared/vendor/twig/twig/src/Loader/SourceContextLoaderInterface.php';
  538.             include_once \dirname(__DIR__6).'/shared/vendor/twig/twig/src/Loader/FilesystemLoader.php';
  539.             include_once \dirname(__DIR__6).'/shared/vendor/symfony/twig-bundle/Loader/FilesystemLoader.php';
  540.             include_once \dirname(__DIR__6).'/shared/vendor/symfony/web-profiler-bundle/Csp/ContentSecurityPolicyHandler.php';
  541.             include_once \dirname(__DIR__6).'/shared/vendor/symfony/web-profiler-bundle/Csp/NonceGenerator.php';
  542.             include_once \dirname(__DIR__6).'/shared/vendor/symfony/web-profiler-bundle/EventListener/WebDebugToolbarListener.php';
  543.             include_once \dirname(__DIR__6).'/shared/vendor/monolog/monolog/src/Monolog/Handler/HandlerInterface.php';
  544.             include_once \dirname(__DIR__6).'/shared/vendor/monolog/monolog/src/Monolog/Handler/AbstractHandler.php';
  545.             include_once \dirname(__DIR__6).'/shared/vendor/monolog/monolog/src/Monolog/Handler/AbstractProcessingHandler.php';
  546.             include_once \dirname(__DIR__6).'/shared/vendor/monolog/monolog/src/Monolog/Handler/StreamHandler.php';
  547.             include_once \dirname(__DIR__6).'/shared/vendor/monolog/monolog/src/Monolog/Processor/ProcessorInterface.php';
  548.             include_once \dirname(__DIR__6).'/shared/vendor/monolog/monolog/src/Monolog/Processor/PsrLogMessageProcessor.php';
  549.             include_once \dirname(__DIR__6).'/shared/vendor/symfony/monolog-bridge/Handler/ConsoleHandler.php';
  550.             include_once \dirname(__DIR__6).'/shared/vendor/symfony/http-kernel/DataCollector/DumpDataCollector.php';
  551.             include_once \dirname(__DIR__6).'/shared/vendor/symfony/var-dumper/Cloner/ClonerInterface.php';
  552.             include_once \dirname(__DIR__6).'/shared/vendor/symfony/var-dumper/Cloner/AbstractCloner.php';
  553.             include_once \dirname(__DIR__6).'/shared/vendor/symfony/var-dumper/Cloner/VarCloner.php';
  554.             include_once \dirname(__DIR__6).'/shared/vendor/symfony/var-dumper/Server/Connection.php';
  555.             include_once \dirname(__DIR__6).'/shared/vendor/symfony/var-dumper/Dumper/ContextProvider/ContextProviderInterface.php';
  556.             include_once \dirname(__DIR__6).'/shared/vendor/symfony/var-dumper/Dumper/ContextProvider/SourceContextProvider.php';
  557.             include_once \dirname(__DIR__6).'/shared/vendor/symfony/var-dumper/Dumper/ContextProvider/RequestContextProvider.php';
  558.             include_once \dirname(__DIR__6).'/shared/vendor/symfony/var-dumper/Dumper/ContextProvider/CliContextProvider.php';
  559.             include_once \dirname(__DIR__6).'/shared/vendor/friendsofsymfony/user-bundle/Util/CanonicalFieldsUpdater.php';
  560.             include_once \dirname(__DIR__6).'/shared/vendor/friendsofsymfony/user-bundle/Util/CanonicalizerInterface.php';
  561.             include_once \dirname(__DIR__6).'/shared/vendor/friendsofsymfony/user-bundle/Util/Canonicalizer.php';
  562.             include_once \dirname(__DIR__6).'/shared/vendor/easycorp/easyadmin-bundle/src/Configuration/ConfigManager.php';
  563.             include_once \dirname(__DIR__6).'/shared/vendor/easycorp/easyadmin-bundle/src/Configuration/ConfigPassInterface.php';
  564.             include_once \dirname(__DIR__6).'/shared/vendor/easycorp/easyadmin-bundle/src/Configuration/NormalizerConfigPass.php';
  565.             include_once \dirname(__DIR__6).'/shared/vendor/easycorp/easyadmin-bundle/src/Configuration/DesignConfigPass.php';
  566.             include_once \dirname(__DIR__6).'/shared/vendor/easycorp/easyadmin-bundle/src/Configuration/MenuConfigPass.php';
  567.             include_once \dirname(__DIR__6).'/shared/vendor/easycorp/easyadmin-bundle/src/Configuration/ActionConfigPass.php';
  568.             include_once \dirname(__DIR__6).'/shared/vendor/easycorp/easyadmin-bundle/src/Configuration/MetadataConfigPass.php';
  569.             include_once \dirname(__DIR__6).'/shared/vendor/easycorp/easyadmin-bundle/src/Configuration/PropertyConfigPass.php';
  570.             include_once \dirname(__DIR__6).'/shared/vendor/easycorp/easyadmin-bundle/src/Configuration/ViewConfigPass.php';
  571.             include_once \dirname(__DIR__6).'/shared/vendor/easycorp/easyadmin-bundle/src/Configuration/TemplateConfigPass.php';
  572.             include_once \dirname(__DIR__6).'/shared/vendor/easycorp/easyadmin-bundle/src/Configuration/DefaultConfigPass.php';
  573.             include_once \dirname(__DIR__6).'/shared/vendor/easycorp/easyadmin-bundle/src/Router/EasyAdminRouter.php';
  574.             include_once \dirname(__DIR__6).'/shared/vendor/easycorp/easyadmin-bundle/src/Security/AuthorizationChecker.php';
  575.             include_once \dirname(__DIR__6).'/shared/vendor/easycorp/easyadmin-bundle/src/EventListener/ControllerListener.php';
  576.             include_once \dirname(__DIR__6).'/shared/vendor/easycorp/easyadmin-bundle/src/Form/Filter/FilterRegistry.php';
  577.             include_once \dirname(__DIR__6).'/shared/vendor/vich/uploader-bundle/src/Storage/StorageInterface.php';
  578.             include_once \dirname(__DIR__6).'/shared/vendor/vich/uploader-bundle/src/Storage/AbstractStorage.php';
  579.             include_once \dirname(__DIR__6).'/shared/vendor/vich/uploader-bundle/src/Storage/FileSystemStorage.php';
  580.             include_once \dirname(__DIR__6).'/shared/vendor/vich/uploader-bundle/src/Metadata/MetadataReader.php';
  581.             include_once \dirname(__DIR__6).'/shared/vendor/jms/metadata/src/MetadataFactoryInterface.php';
  582.             include_once \dirname(__DIR__6).'/shared/vendor/jms/metadata/src/AdvancedMetadataFactoryInterface.php';
  583.             include_once \dirname(__DIR__6).'/shared/vendor/jms/metadata/src/MetadataFactory.php';
  584.             include_once \dirname(__DIR__6).'/shared/vendor/jms/metadata/src/Driver/DriverInterface.php';
  585.             include_once \dirname(__DIR__6).'/shared/vendor/jms/metadata/src/Driver/AdvancedDriverInterface.php';
  586.             include_once \dirname(__DIR__6).'/shared/vendor/jms/metadata/src/Driver/DriverChain.php';
  587.             include_once \dirname(__DIR__6).'/shared/vendor/jms/metadata/src/Driver/AbstractFileDriver.php';
  588.             include_once \dirname(__DIR__6).'/shared/vendor/vich/uploader-bundle/src/Metadata/Driver/XmlDriver.php';
  589.             include_once \dirname(__DIR__6).'/shared/vendor/jms/metadata/src/Driver/FileLocatorInterface.php';
  590.             include_once \dirname(__DIR__6).'/shared/vendor/jms/metadata/src/Driver/AdvancedFileLocatorInterface.php';
  591.             include_once \dirname(__DIR__6).'/shared/vendor/jms/metadata/src/Driver/FileLocator.php';
  592.             include_once \dirname(__DIR__6).'/shared/vendor/vich/uploader-bundle/src/Metadata/Driver/AnnotationDriver.php';
  593.             include_once \dirname(__DIR__6).'/shared/vendor/vich/uploader-bundle/src/Metadata/Driver/AbstractYamlDriver.php';
  594.             include_once \dirname(__DIR__6).'/shared/vendor/vich/uploader-bundle/src/Metadata/Driver/YamlDriver.php';
  595.             include_once \dirname(__DIR__6).'/shared/vendor/vich/uploader-bundle/src/Metadata/Driver/YmlDriver.php';
  596.             include_once \dirname(__DIR__6).'/shared/vendor/jms/metadata/src/Cache/CacheInterface.php';
  597.             include_once \dirname(__DIR__6).'/shared/vendor/jms/metadata/src/Cache/ClearableCacheInterface.php';
  598.             include_once \dirname(__DIR__6).'/shared/vendor/jms/metadata/src/Cache/FileCache.php';
  599.             include_once \dirname(__DIR__6).'/shared/vendor/vich/uploader-bundle/src/Mapping/PropertyMappingFactory.php';
  600.             include_once \dirname(__DIR__6).'/shared/vendor/vich/uploader-bundle/src/Templating/Helper/UploaderHelper.php';
  601.             include_once \dirname(__DIR__6).'/shared/vendor/knplabs/knp-paginator-bundle/Subscriber/SlidingPaginationSubscriber.php';
  602.             include_once \dirname(__DIR__6).'/shared/vendor/sonata-project/doctrine-extensions/src/Adapter/AdapterInterface.php';
  603.             include_once \dirname(__DIR__6).'/shared/vendor/sonata-project/doctrine-extensions/src/Adapter/AdapterChain.php';
  604.             include_once \dirname(__DIR__6).'/shared/vendor/sonata-project/doctrine-extensions/src/Adapter/ORM/DoctrineORMAdapter.php';
  605.             include_once \dirname(__DIR__6).'/shared/vendor/sonata-project/twig-extensions/src/Extension/FlashMessageExtension.php';
  606.             include_once \dirname(__DIR__6).'/shared/vendor/sonata-project/block-bundle/src/Block/BlockServiceManagerInterface.php';
  607.             include_once \dirname(__DIR__6).'/shared/vendor/sonata-project/block-bundle/src/Block/BlockServiceManager.php';
  608.             include_once \dirname(__DIR__6).'/shared/vendor/sonata-project/block-bundle/src/Block/BlockContextManagerInterface.php';
  609.             include_once \dirname(__DIR__6).'/shared/vendor/sonata-project/block-bundle/src/Block/BlockContextManager.php';
  610.             include_once \dirname(__DIR__6).'/shared/vendor/sonata-project/block-bundle/src/Block/BlockLoaderInterface.php';
  611.             include_once \dirname(__DIR__6).'/shared/vendor/sonata-project/block-bundle/src/Block/BlockLoaderChain.php';
  612.             include_once \dirname(__DIR__6).'/shared/vendor/sonata-project/block-bundle/src/Block/Loader/ServiceLoader.php';
  613.             include_once \dirname(__DIR__6).'/shared/vendor/sonata-project/block-bundle/src/Block/BlockRendererInterface.php';
  614.             include_once \dirname(__DIR__6).'/shared/vendor/sonata-project/block-bundle/src/Block/BlockRenderer.php';
  615.             include_once \dirname(__DIR__6).'/shared/vendor/sonata-project/block-bundle/src/Exception/Strategy/StrategyManagerInterface.php';
  616.             include_once \dirname(__DIR__6).'/shared/vendor/sonata-project/block-bundle/src/Exception/Strategy/StrategyManager.php';
  617.             include_once \dirname(__DIR__6).'/shared/vendor/sonata-project/block-bundle/src/Templating/Helper/BlockHelper.php';
  618.             include_once \dirname(__DIR__6).'/shared/vendor/sonata-project/block-bundle/src/Cache/HttpCacheHandlerInterface.php';
  619.             include_once \dirname(__DIR__6).'/shared/vendor/sonata-project/block-bundle/src/Cache/HttpCacheHandler.php';
  620.             include_once \dirname(__DIR__6).'/shared/vendor/sonata-project/seo-bundle/src/Seo/SeoPageInterface.php';
  621.             include_once \dirname(__DIR__6).'/shared/vendor/sonata-project/seo-bundle/src/Seo/SeoPage.php';
  622.             include_once \dirname(__DIR__6).'/shared/vendor/symfony/translation/DataCollectorTranslator.php';
  623.             include_once \dirname(__DIR__6).'/shared/vendor/symfony/routing/RequestContextAwareInterface.php';
  624.             include_once \dirname(__DIR__6).'/shared/vendor/symfony/routing/Matcher/UrlMatcherInterface.php';
  625.             include_once \dirname(__DIR__6).'/shared/vendor/symfony/routing/Generator/UrlGeneratorInterface.php';
  626.             include_once \dirname(__DIR__6).'/shared/vendor/symfony/routing/RouterInterface.php';
  627.             include_once \dirname(__DIR__6).'/shared/vendor/symfony/routing/Matcher/RequestMatcherInterface.php';
  628.             include_once \dirname(__DIR__6).'/shared/vendor/symfony/routing/Router.php';
  629.             include_once \dirname(__DIR__6).'/shared/vendor/symfony/dependency-injection/ServiceSubscriberInterface.php';
  630.             include_once \dirname(__DIR__6).'/shared/vendor/symfony/framework-bundle/DependencyInjection/CompatibilityServiceSubscriberInterface.php';
  631.             include_once \dirname(__DIR__6).'/shared/vendor/symfony/framework-bundle/Routing/Router.php';
  632.             include_once \dirname(__DIR__6).'/shared/vendor/symfony/property-access/PropertyAccessorInterface.php';
  633.             include_once \dirname(__DIR__6).'/shared/vendor/symfony/property-access/PropertyAccessor.php';
  634.             include_once \dirname(__DIR__6).'/shared/vendor/symfony/validator/Mapping/Factory/MetadataFactoryInterface.php';
  635.             include_once \dirname(__DIR__6).'/shared/vendor/symfony/validator/Validator/ValidatorInterface.php';
  636.             include_once \dirname(__DIR__6).'/shared/vendor/symfony/validator/Validator/TraceableValidator.php';
  637.             include_once \dirname(__DIR__6).'/shared/vendor/symfony/event-dispatcher-contracts/EventDispatcherInterface.php';
  638.             include_once \dirname(__DIR__6).'/shared/vendor/symfony/event-dispatcher/EventDispatcherInterface.php';
  639.             include_once \dirname(__DIR__6).'/shared/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcherInterface.php';
  640.             include_once \dirname(__DIR__6).'/shared/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php';
  641.             include_once \dirname(__DIR__6).'/shared/vendor/symfony/http-kernel/Debug/TraceableEventDispatcher.php';
  642.             include_once \dirname(__DIR__6).'/shared/vendor/symfony/event-dispatcher/EventDispatcher.php';
  643.             include_once \dirname(__DIR__6).'/shared/vendor/monolog/monolog/src/Monolog/Handler/NullHandler.php';
  644.             include_once \dirname(__DIR__6).'/shared/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/PsrCachedReader.php';
  645.         };
  646.     }
  647.     public function compile(): void
  648.     {
  649.         throw new LogicException('You cannot compile a dumped container that was already compiled.');
  650.     }
  651.     public function isCompiled(): bool
  652.     {
  653.         return true;
  654.     }
  655.     public function getRemovedIds(): array
  656.     {
  657.         return require $this->containerDir.\DIRECTORY_SEPARATOR.'removed-ids.php';
  658.     }
  659.     /**
  660.      * Gets the public 'App\Controller\AdminController' shared autowired service.
  661.      *
  662.      * @return \App\Controller\AdminController
  663.      */
  664.     protected function getAdminControllerService()
  665.     {
  666.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  667.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  668.         include_once \dirname(__DIR__6).'/shared/vendor/easycorp/easyadmin-bundle/src/Controller/AdminControllerTrait.php';
  669.         include_once \dirname(__DIR__6).'/shared/vendor/easycorp/easyadmin-bundle/src/Controller/EasyAdminController.php';
  670.         include_once \dirname(__DIR__4).'/src/Controller/AdminController.php';
  671.         $this->services['App\\Controller\\AdminController'] = $instance = new \App\Controller\AdminController();
  672.         $instance->setContainer(($this->privates['.service_locator.J0I9IhF'] ?? $this->get_ServiceLocator_J0I9IhFService())->withContext('App\\Controller\\AdminController'$this));
  673.         return $instance;
  674.     }
  675.     /**
  676.      * Gets the public 'App\Controller\AjaxController' shared autowired service.
  677.      *
  678.      * @return \App\Controller\AjaxController
  679.      */
  680.     protected function getAjaxControllerService()
  681.     {
  682.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  683.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  684.         include_once \dirname(__DIR__4).'/src/Controller/AjaxController.php';
  685.         $this->services['App\\Controller\\AjaxController'] = $instance = new \App\Controller\AjaxController(($this->privates['App\\Service\\Mailer'] ?? $this->getMailerService()));
  686.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('App\\Controller\\AjaxController'$this));
  687.         return $instance;
  688.     }
  689.     /**
  690.      * Gets the public 'App\Controller\AlertController' shared autowired service.
  691.      *
  692.      * @return \App\Controller\AlertController
  693.      */
  694.     protected function getAlertControllerService()
  695.     {
  696.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  697.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  698.         include_once \dirname(__DIR__4).'/src/Controller/AlertController.php';
  699.         $this->services['App\\Controller\\AlertController'] = $instance = new \App\Controller\AlertController();
  700.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('App\\Controller\\AlertController'$this));
  701.         return $instance;
  702.     }
  703.     /**
  704.      * Gets the public 'App\Controller\BackendController' shared autowired service.
  705.      *
  706.      * @return \App\Controller\BackendController
  707.      */
  708.     protected function getBackendControllerService()
  709.     {
  710.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  711.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  712.         include_once \dirname(__DIR__4).'/src/Controller/BackendController.php';
  713.         include_once \dirname(__DIR__4).'/src/Service/AnnouncementService.php';
  714.         $this->services['App\\Controller\\BackendController'] = $instance = new \App\Controller\BackendController(($this->privates['App\\Service\\CategoryService'] ?? $this->getCategoryServiceService()), ($this->privates['App\\Service\\JobService'] ?? $this->getJobServiceService()), new \App\Service\AnnouncementService(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService())), ($this->services['sg_datatables.factory'] ?? $this->getSgDatatables_FactoryService()), ($this->services['sg_datatables.response'] ?? $this->getSgDatatables_ResponseService()));
  715.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('App\\Controller\\BackendController'$this));
  716.         return $instance;
  717.     }
  718.     /**
  719.      * Gets the public 'App\Controller\BlogController' shared autowired service.
  720.      *
  721.      * @return \App\Controller\BlogController
  722.      */
  723.     protected function getBlogControllerService()
  724.     {
  725.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  726.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  727.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  728.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/framework-bundle/Controller/Controller.php';
  729.         include_once \dirname(__DIR__4).'/src/Controller/BlogController.php';
  730.         return $this->services['App\\Controller\\BlogController'] = new \App\Controller\BlogController();
  731.     }
  732.     /**
  733.      * Gets the public 'App\Controller\CategoryController' shared autowired service.
  734.      *
  735.      * @return \App\Controller\CategoryController
  736.      */
  737.     protected function getCategoryControllerService()
  738.     {
  739.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  740.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  741.         include_once \dirname(__DIR__4).'/src/Controller/CategoryController.php';
  742.         $this->services['App\\Controller\\CategoryController'] = $instance = new \App\Controller\CategoryController(($this->services['sg_datatables.factory'] ?? $this->getSgDatatables_FactoryService()), ($this->services['sg_datatables.response'] ?? $this->getSgDatatables_ResponseService()));
  743.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('App\\Controller\\CategoryController'$this));
  744.         return $instance;
  745.     }
  746.     /**
  747.      * Gets the public 'App\Controller\ConsultaController' shared autowired service.
  748.      *
  749.      * @return \App\Controller\ConsultaController
  750.      */
  751.     protected function getConsultaControllerService()
  752.     {
  753.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  754.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  755.         include_once \dirname(__DIR__4).'/src/Controller/ConsultaController.php';
  756.         $this->services['App\\Controller\\ConsultaController'] = $instance = new \App\Controller\ConsultaController(($this->services['sg_datatables.factory'] ?? $this->getSgDatatables_FactoryService()), ($this->services['sg_datatables.response'] ?? $this->getSgDatatables_ResponseService()));
  757.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('App\\Controller\\ConsultaController'$this));
  758.         return $instance;
  759.     }
  760.     /**
  761.      * Gets the public 'App\Controller\JobController' shared autowired service.
  762.      *
  763.      * @return \App\Controller\JobController
  764.      */
  765.     protected function getJobControllerService()
  766.     {
  767.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  768.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  769.         include_once \dirname(__DIR__4).'/src/Controller/JobController.php';
  770.         include_once \dirname(__DIR__4).'/src/Mailer/Mailer.php';
  771.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/security-core/Security.php';
  772.         $this->services['App\\Controller\\JobController'] = $instance = new \App\Controller\JobController(($this->services['sg_datatables.factory'] ?? $this->getSgDatatables_FactoryService()), ($this->services['sg_datatables.response'] ?? $this->getSgDatatables_ResponseService()), ($this->privates['App\\Service\\UserService'] ?? $this->getUserServiceService()), ($this->privates['App\\Service\\NotificationService'] ?? $this->getNotificationServiceService()), ($this->privates['App\\Service\\JobService'] ?? $this->getJobServiceService()), new \App\Mailer\Mailer(($this->services['swiftmailer.mailer.default'] ?? $this->getSwiftmailer_Mailer_DefaultService()), ($this->services['router'] ?? $this->getRouterService()), new \Symfony\Component\Security\Core\Security(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  773.             'security.authorization_checker' => ['services''security.authorization_checker''getSecurity_AuthorizationCheckerService'false],
  774.             'security.token_storage' => ['services''security.token_storage''getSecurity_TokenStorageService'false],
  775.         ], [
  776.             'security.authorization_checker' => '?',
  777.             'security.token_storage' => '?',
  778.         ])), ($this->privates['Vich\\UploaderBundle\\Templating\\Helper\\UploaderHelper'] ?? $this->getUploaderHelperService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService())), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  779.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('App\\Controller\\JobController'$this));
  780.         return $instance;
  781.     }
  782.     /**
  783.      * Gets the public 'App\Controller\JobController1' shared autowired service.
  784.      *
  785.      * @return \App\Controller\JobController1
  786.      */
  787.     protected function getJobController1Service()
  788.     {
  789.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  790.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  791.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  792.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/framework-bundle/Controller/Controller.php';
  793.         include_once \dirname(__DIR__4).'/src/Controller/JobController1.php';
  794.         return $this->services['App\\Controller\\JobController1'] = new \App\Controller\JobController1(($this->privates['App\\Service\\JobService'] ?? $this->getJobServiceService()), ($this->services['sg_datatables.factory'] ?? $this->getSgDatatables_FactoryService()), ($this->services['sg_datatables.response'] ?? $this->getSgDatatables_ResponseService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->privates['Vich\\UploaderBundle\\Templating\\Helper\\UploaderHelper'] ?? $this->getUploaderHelperService()));
  795.     }
  796.     /**
  797.      * Gets the public 'App\Controller\NotificationController' shared autowired service.
  798.      *
  799.      * @return \App\Controller\NotificationController
  800.      */
  801.     protected function getNotificationControllerService()
  802.     {
  803.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  804.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  805.         include_once \dirname(__DIR__4).'/src/Controller/NotificationController.php';
  806.         $this->services['App\\Controller\\NotificationController'] = $instance = new \App\Controller\NotificationController(($this->privates['App\\Service\\NotificationService'] ?? $this->getNotificationServiceService()));
  807.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('App\\Controller\\NotificationController'$this));
  808.         return $instance;
  809.     }
  810.     /**
  811.      * Gets the public 'App\Controller\PaymentController' shared autowired service.
  812.      *
  813.      * @return \App\Controller\PaymentController
  814.      */
  815.     protected function getPaymentControllerService()
  816.     {
  817.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  818.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  819.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  820.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/framework-bundle/Controller/Controller.php';
  821.         include_once \dirname(__DIR__4).'/src/Controller/PaymentController.php';
  822.         return $this->services['App\\Controller\\PaymentController'] = new \App\Controller\PaymentController();
  823.     }
  824.     /**
  825.      * Gets the public 'App\Controller\PaymentForJobsController' shared autowired service.
  826.      *
  827.      * @return \App\Controller\PaymentForJobsController
  828.      */
  829.     protected function getPaymentForJobsControllerService()
  830.     {
  831.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  832.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  833.         include_once \dirname(__DIR__4).'/src/Controller/PaymentForJobsController.php';
  834.         $this->services['App\\Controller\\PaymentForJobsController'] = $instance = new \App\Controller\PaymentForJobsController();
  835.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('App\\Controller\\PaymentForJobsController'$this));
  836.         return $instance;
  837.     }
  838.     /**
  839.      * Gets the public 'App\Controller\PaymentForServicesController' shared autowired service.
  840.      *
  841.      * @return \App\Controller\PaymentForServicesController
  842.      */
  843.     protected function getPaymentForServicesControllerService()
  844.     {
  845.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  846.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  847.         include_once \dirname(__DIR__4).'/src/Controller/PaymentForServicesController.php';
  848.         $this->services['App\\Controller\\PaymentForServicesController'] = $instance = new \App\Controller\PaymentForServicesController();
  849.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('App\\Controller\\PaymentForServicesController'$this));
  850.         return $instance;
  851.     }
  852.     /**
  853.      * Gets the public 'App\Controller\PaypalController' shared autowired service.
  854.      *
  855.      * @return \App\Controller\PaypalController
  856.      */
  857.     protected function getPaypalControllerService()
  858.     {
  859.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  860.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  861.         include_once \dirname(__DIR__4).'/src/Controller/PaypalController.php';
  862.         include_once \dirname(__DIR__4).'/src/Service/PaymentForJobsMetadataService.php';
  863.         $this->services['App\\Controller\\PaypalController'] = $instance = new \App\Controller\PaypalController(new \App\Service\PaymentForJobsMetadataService(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService())), ($this->services['session'] ?? $this->getSessionService()));
  864.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('App\\Controller\\PaypalController'$this));
  865.         return $instance;
  866.     }
  867.     /**
  868.      * Gets the public 'App\Controller\PolicyController' shared autowired service.
  869.      *
  870.      * @return \App\Controller\PolicyController
  871.      */
  872.     protected function getPolicyControllerService()
  873.     {
  874.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  875.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  876.         include_once \dirname(__DIR__4).'/src/Controller/PolicyController.php';
  877.         $this->services['App\\Controller\\PolicyController'] = $instance = new \App\Controller\PolicyController();
  878.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('App\\Controller\\PolicyController'$this));
  879.         return $instance;
  880.     }
  881.     /**
  882.      * Gets the public 'App\Controller\ProfessionController' shared autowired service.
  883.      *
  884.      * @return \App\Controller\ProfessionController
  885.      */
  886.     protected function getProfessionControllerService()
  887.     {
  888.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  889.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  890.         include_once \dirname(__DIR__4).'/src/Controller/ProfessionController.php';
  891.         $this->services['App\\Controller\\ProfessionController'] = $instance = new \App\Controller\ProfessionController(($this->services['sg_datatables.factory'] ?? $this->getSgDatatables_FactoryService()), ($this->services['sg_datatables.response'] ?? $this->getSgDatatables_ResponseService()));
  892.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('App\\Controller\\ProfessionController'$this));
  893.         return $instance;
  894.     }
  895.     /**
  896.      * Gets the public 'App\Controller\ReportController' shared autowired service.
  897.      *
  898.      * @return \App\Controller\ReportController
  899.      */
  900.     protected function getReportControllerService()
  901.     {
  902.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  903.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  904.         include_once \dirname(__DIR__4).'/src/Controller/ReportController.php';
  905.         $this->services['App\\Controller\\ReportController'] = $instance = new \App\Controller\ReportController(($this->services['sg_datatables.factory'] ?? $this->getSgDatatables_FactoryService()), ($this->services['sg_datatables.response'] ?? $this->getSgDatatables_ResponseService()));
  906.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('App\\Controller\\ReportController'$this));
  907.         return $instance;
  908.     }
  909.     /**
  910.      * Gets the public 'App\Controller\RespuestaConsultaController' shared autowired service.
  911.      *
  912.      * @return \App\Controller\RespuestaConsultaController
  913.      */
  914.     protected function getRespuestaConsultaControllerService()
  915.     {
  916.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  917.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  918.         include_once \dirname(__DIR__4).'/src/Controller/RespuestaConsultaController.php';
  919.         $this->services['App\\Controller\\RespuestaConsultaController'] = $instance = new \App\Controller\RespuestaConsultaController();
  920.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('App\\Controller\\RespuestaConsultaController'$this));
  921.         return $instance;
  922.     }
  923.     /**
  924.      * Gets the public 'App\Controller\ResumeController' shared autowired service.
  925.      *
  926.      * @return \App\Controller\ResumeController
  927.      */
  928.     protected function getResumeControllerService()
  929.     {
  930.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  931.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  932.         include_once \dirname(__DIR__4).'/src/Controller/ResumeController.php';
  933.         $this->services['App\\Controller\\ResumeController'] = $instance = new \App\Controller\ResumeController(($this->privates['App\\Service\\UserService'] ?? $this->getUserServiceService()));
  934.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('App\\Controller\\ResumeController'$this));
  935.         return $instance;
  936.     }
  937.     /**
  938.      * Gets the public 'App\Controller\SecurityController' shared autowired service.
  939.      *
  940.      * @return \App\Controller\SecurityController
  941.      */
  942.     protected function getSecurityControllerService()
  943.     {
  944.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  945.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  946.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  947.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/framework-bundle/Controller/Controller.php';
  948.         include_once \dirname(__DIR__4).'/src/Controller/SecurityController.php';
  949.         return $this->services['App\\Controller\\SecurityController'] = new \App\Controller\SecurityController();
  950.     }
  951.     /**
  952.      * Gets the public 'App\Controller\ServiceController' shared autowired service.
  953.      *
  954.      * @return \App\Controller\ServiceController
  955.      */
  956.     protected function getServiceControllerService()
  957.     {
  958.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  959.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  960.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  961.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/framework-bundle/Controller/Controller.php';
  962.         include_once \dirname(__DIR__4).'/src/Controller/ServiceController.php';
  963.         return $this->services['App\\Controller\\ServiceController'] = new \App\Controller\ServiceController(($this->privates['App\\Service\\UserService'] ?? $this->getUserServiceService()), ($this->privates['App\\Service\\NotificationService'] ?? $this->getNotificationServiceService()), ($this->privates['App\\Service\\JobService'] ?? $this->getJobServiceService()), ($this->services['sg_datatables.factory'] ?? $this->getSgDatatables_FactoryService()), ($this->services['sg_datatables.response'] ?? $this->getSgDatatables_ResponseService()));
  964.     }
  965.     /**
  966.      * Gets the public 'App\Controller\SlideController' shared autowired service.
  967.      *
  968.      * @return \App\Controller\SlideController
  969.      */
  970.     protected function getSlideControllerService()
  971.     {
  972.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  973.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  974.         include_once \dirname(__DIR__4).'/src/Controller/SlideController.php';
  975.         $this->services['App\\Controller\\SlideController'] = $instance = new \App\Controller\SlideController();
  976.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('App\\Controller\\SlideController'$this));
  977.         return $instance;
  978.     }
  979.     /**
  980.      * Gets the public 'App\Controller\StaticPageController' shared autowired service.
  981.      *
  982.      * @return \App\Controller\StaticPageController
  983.      */
  984.     protected function getStaticPageControllerService()
  985.     {
  986.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  987.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  988.         include_once \dirname(__DIR__4).'/src/Controller/StaticPageController.php';
  989.         $this->services['App\\Controller\\StaticPageController'] = $instance = new \App\Controller\StaticPageController();
  990.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('App\\Controller\\StaticPageController'$this));
  991.         return $instance;
  992.     }
  993.     /**
  994.      * Gets the public 'App\Controller\TitleController' shared autowired service.
  995.      *
  996.      * @return \App\Controller\TitleController
  997.      */
  998.     protected function getTitleControllerService()
  999.     {
  1000.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  1001.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1002.         include_once \dirname(__DIR__4).'/src/Controller/TitleController.php';
  1003.         $this->services['App\\Controller\\TitleController'] = $instance = new \App\Controller\TitleController();
  1004.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('App\\Controller\\TitleController'$this));
  1005.         return $instance;
  1006.     }
  1007.     /**
  1008.      * Gets the public 'App\Controller\mainController' shared autowired service.
  1009.      *
  1010.      * @return \App\Controller\mainController
  1011.      */
  1012.     protected function getMainControllerService()
  1013.     {
  1014.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  1015.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  1016.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  1017.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/framework-bundle/Controller/Controller.php';
  1018.         include_once \dirname(__DIR__4).'/src/Controller/mainController.php';
  1019.         include_once \dirname(__DIR__4).'/src/Service/CompanyService.php';
  1020.         return $this->services['App\\Controller\\mainController'] = new \App\Controller\mainController(($this->privates['App\\Service\\CategoryService'] ?? $this->getCategoryServiceService()), ($this->privates['App\\Service\\JobService'] ?? $this->getJobServiceService()), new \App\Service\CompanyService(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService())), ($this->privates['App\\Service\\Mailer'] ?? $this->getMailerService()), ($this->services['session'] ?? $this->getSessionService()), ($this->services['sg_datatables.factory'] ?? $this->getSgDatatables_FactoryService()), ($this->services['sg_datatables.response'] ?? $this->getSgDatatables_ResponseService()));
  1021.     }
  1022.     /**
  1023.      * Gets the public 'App\Service\Checker' shared autowired service.
  1024.      *
  1025.      * @return \App\Service\Checker
  1026.      */
  1027.     protected function getCheckerService()
  1028.     {
  1029.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  1030.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  1031.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  1032.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/framework-bundle/Controller/Controller.php';
  1033.         include_once \dirname(__DIR__4).'/src/Service/Checker.php';
  1034.         return $this->services['App\\Service\\Checker'] = new \App\Service\Checker();
  1035.     }
  1036.     /**
  1037.      * Gets the public 'App\Service\Helper' shared autowired service.
  1038.      *
  1039.      * @return \App\Service\Helper
  1040.      */
  1041.     protected function getHelperService()
  1042.     {
  1043.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  1044.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  1045.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  1046.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/framework-bundle/Controller/Controller.php';
  1047.         include_once \dirname(__DIR__4).'/src/Service/Helper.php';
  1048.         return $this->services['App\\Service\\Helper'] = new \App\Service\Helper();
  1049.     }
  1050.     /**
  1051.      * Gets the public 'App\Service\NamerDirectory' shared autowired service.
  1052.      *
  1053.      * @return \App\Service\NamerDirectory
  1054.      */
  1055.     protected function getNamerDirectoryService()
  1056.     {
  1057.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  1058.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  1059.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  1060.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/framework-bundle/Controller/Controller.php';
  1061.         include_once \dirname(__DIR__6).'/shared/vendor/vich/uploader-bundle/src/Naming/DirectoryNamerInterface.php';
  1062.         include_once \dirname(__DIR__4).'/src/Service/NamerDirectory.php';
  1063.         return $this->services['App\\Service\\NamerDirectory'] = new \App\Service\NamerDirectory();
  1064.     }
  1065.     /**
  1066.      * Gets the public 'App\Service\UserNamerDirectory' shared autowired service.
  1067.      *
  1068.      * @return \App\Service\UserNamerDirectory
  1069.      */
  1070.     protected function getUserNamerDirectoryService()
  1071.     {
  1072.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  1073.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  1074.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  1075.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/framework-bundle/Controller/Controller.php';
  1076.         include_once \dirname(__DIR__6).'/shared/vendor/vich/uploader-bundle/src/Naming/DirectoryNamerInterface.php';
  1077.         include_once \dirname(__DIR__4).'/src/Service/UserNamerDirectory.php';
  1078.         return $this->services['App\\Service\\UserNamerDirectory'] = new \App\Service\UserNamerDirectory();
  1079.     }
  1080.     /**
  1081.      * Gets the public 'Debril\RssAtomBundle\Controller\StreamController' shared autowired service.
  1082.      *
  1083.      * @return \Debril\RssAtomBundle\Controller\StreamController
  1084.      */
  1085.     protected function getStreamControllerService()
  1086.     {
  1087.         include_once \dirname(__DIR__6).'/shared/vendor/debril/rss-atom-bundle/Debril/RssAtomBundle/Controller/StreamController.php';
  1088.         include_once \dirname(__DIR__6).'/shared/vendor/debril/rss-atom-bundle/Debril/RssAtomBundle/Response/FeedBuilder.php';
  1089.         include_once \dirname(__DIR__6).'/shared/vendor/debril/rss-atom-bundle/Debril/RssAtomBundle/Response/HeadersBuilder.php';
  1090.         include_once \dirname(__DIR__6).'/shared/vendor/debril/rss-atom-bundle/Debril/RssAtomBundle/Request/ModifiedSince.php';
  1091.         $a = new \Debril\RssAtomBundle\Response\HeadersBuilder(true);
  1092.         $a->setContentType('json''application/json');
  1093.         $a->setContentType('xml''application/xhtml+xml');
  1094.         $b = new \Debril\RssAtomBundle\Request\ModifiedSince(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  1095.         return $this->services['Debril\\RssAtomBundle\\Controller\\StreamController'] = new \Debril\RssAtomBundle\Controller\StreamController(new \Debril\RssAtomBundle\Response\FeedBuilder(($this->services['feedio'] ?? $this->getFeedioService()), $a$bfalse), $b);
  1096.     }
  1097.     /**
  1098.      * Gets the public 'EasyCorp\Bundle\EasyAdminBundle\Controller\EasyAdminController' shared autowired service.
  1099.      *
  1100.      * @return \EasyCorp\Bundle\EasyAdminBundle\Controller\EasyAdminController
  1101.      */
  1102.     protected function getEasyAdminControllerService()
  1103.     {
  1104.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  1105.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1106.         include_once \dirname(__DIR__6).'/shared/vendor/easycorp/easyadmin-bundle/src/Controller/AdminControllerTrait.php';
  1107.         include_once \dirname(__DIR__6).'/shared/vendor/easycorp/easyadmin-bundle/src/Controller/EasyAdminController.php';
  1108.         $this->services['EasyCorp\\Bundle\\EasyAdminBundle\\Controller\\EasyAdminController'] = $instance = new \EasyCorp\Bundle\EasyAdminBundle\Controller\EasyAdminController();
  1109.         $instance->setContainer(($this->privates['.service_locator.J0I9IhF'] ?? $this->get_ServiceLocator_J0I9IhFService())->withContext('EasyCorp\\Bundle\\EasyAdminBundle\\Controller\\EasyAdminController'$this));
  1110.         return $instance;
  1111.     }
  1112.     /**
  1113.      * Gets the public 'Symfony\Bundle\FrameworkBundle\Controller\RedirectController' shared service.
  1114.      *
  1115.      * @return \Symfony\Bundle\FrameworkBundle\Controller\RedirectController
  1116.      */
  1117.     protected function getRedirectControllerService()
  1118.     {
  1119.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/framework-bundle/Controller/RedirectController.php';
  1120.         return $this->services['Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController'] = new \Symfony\Bundle\FrameworkBundle\Controller\RedirectController(($this->services['router'] ?? $this->getRouterService()), 80443);
  1121.     }
  1122.     /**
  1123.      * Gets the public 'Symfony\Bundle\FrameworkBundle\Controller\TemplateController' shared service.
  1124.      *
  1125.      * @return \Symfony\Bundle\FrameworkBundle\Controller\TemplateController
  1126.      */
  1127.     protected function getTemplateControllerService()
  1128.     {
  1129.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/framework-bundle/Controller/TemplateController.php';
  1130.         return $this->services['Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController'] = new \Symfony\Bundle\FrameworkBundle\Controller\TemplateController(($this->services['twig'] ?? $this->getTwigService()), ($this->services['templating'] ?? $this->getTemplatingService()));
  1131.     }
  1132.     /**
  1133.      * Gets the public 'Vich\UploaderBundle\Naming\Base64Namer' shared service.
  1134.      *
  1135.      * @return \Vich\UploaderBundle\Naming\Base64Namer
  1136.      */
  1137.     protected function getBase64NamerService()
  1138.     {
  1139.         include_once \dirname(__DIR__6).'/shared/vendor/vich/uploader-bundle/src/Naming/NamerInterface.php';
  1140.         include_once \dirname(__DIR__6).'/shared/vendor/vich/uploader-bundle/src/Naming/ConfigurableInterface.php';
  1141.         include_once \dirname(__DIR__6).'/shared/vendor/vich/uploader-bundle/src/Naming/Polyfill/FileExtensionTrait.php';
  1142.         include_once \dirname(__DIR__6).'/shared/vendor/vich/uploader-bundle/src/Naming/Base64Namer.php';
  1143.         return $this->services['Vich\\UploaderBundle\\Naming\\Base64Namer'] = new \Vich\UploaderBundle\Naming\Base64Namer();
  1144.     }
  1145.     /**
  1146.      * Gets the public 'Vich\UploaderBundle\Naming\CurrentDateTimeDirectoryNamer' shared service.
  1147.      *
  1148.      * @return \Vich\UploaderBundle\Naming\CurrentDateTimeDirectoryNamer
  1149.      */
  1150.     protected function getCurrentDateTimeDirectoryNamerService()
  1151.     {
  1152.         include_once \dirname(__DIR__6).'/shared/vendor/vich/uploader-bundle/src/Naming/DirectoryNamerInterface.php';
  1153.         include_once \dirname(__DIR__6).'/shared/vendor/vich/uploader-bundle/src/Naming/ConfigurableInterface.php';
  1154.         include_once \dirname(__DIR__6).'/shared/vendor/vich/uploader-bundle/src/Naming/CurrentDateTimeDirectoryNamer.php';
  1155.         include_once \dirname(__DIR__6).'/shared/vendor/vich/uploader-bundle/src/Naming/DateTimeHelper.php';
  1156.         include_once \dirname(__DIR__6).'/shared/vendor/vich/uploader-bundle/src/Naming/CurrentDateTimeHelper.php';
  1157.         return $this->services['Vich\\UploaderBundle\\Naming\\CurrentDateTimeDirectoryNamer'] = new \Vich\UploaderBundle\Naming\CurrentDateTimeDirectoryNamer(new \Vich\UploaderBundle\Naming\CurrentDateTimeHelper(), ($this->services['easyadmin.property_accessor'] ?? $this->getEasyadmin_PropertyAccessorService()));
  1158.     }
  1159.     /**
  1160.      * Gets the public 'Vich\UploaderBundle\Naming\HashNamer' shared service.
  1161.      *
  1162.      * @return \Vich\UploaderBundle\Naming\HashNamer
  1163.      */
  1164.     protected function getHashNamerService()
  1165.     {
  1166.         include_once \dirname(__DIR__6).'/shared/vendor/vich/uploader-bundle/src/Naming/NamerInterface.php';
  1167.         include_once \dirname(__DIR__6).'/shared/vendor/vich/uploader-bundle/src/Naming/ConfigurableInterface.php';
  1168.         include_once \dirname(__DIR__6).'/shared/vendor/vich/uploader-bundle/src/Naming/Polyfill/FileExtensionTrait.php';
  1169.         include_once \dirname(__DIR__6).'/shared/vendor/vich/uploader-bundle/src/Naming/HashNamer.php';
  1170.         return $this->services['Vich\\UploaderBundle\\Naming\\HashNamer'] = new \Vich\UploaderBundle\Naming\HashNamer();
  1171.     }
  1172.     /**
  1173.      * Gets the public 'Vich\UploaderBundle\Naming\OrignameNamer' shared service.
  1174.      *
  1175.      * @return \Vich\UploaderBundle\Naming\OrignameNamer
  1176.      */
  1177.     protected function getOrignameNamerService()
  1178.     {
  1179.         include_once \dirname(__DIR__6).'/shared/vendor/vich/uploader-bundle/src/Naming/NamerInterface.php';
  1180.         include_once \dirname(__DIR__6).'/shared/vendor/vich/uploader-bundle/src/Naming/ConfigurableInterface.php';
  1181.         include_once \dirname(__DIR__6).'/shared/vendor/vich/uploader-bundle/src/Naming/OrignameNamer.php';
  1182.         return $this->services['Vich\\UploaderBundle\\Naming\\OrignameNamer'] = new \Vich\UploaderBundle\Naming\OrignameNamer(($this->privates['Vich\\UploaderBundle\\Util\\Transliterator'] ?? $this->getTransliteratorService()));
  1183.     }
  1184.     /**
  1185.      * Gets the public 'Vich\UploaderBundle\Naming\PropertyDirectoryNamer' shared service.
  1186.      *
  1187.      * @return \Vich\UploaderBundle\Naming\PropertyDirectoryNamer
  1188.      */
  1189.     protected function getPropertyDirectoryNamerService()
  1190.     {
  1191.         include_once \dirname(__DIR__6).'/shared/vendor/vich/uploader-bundle/src/Naming/DirectoryNamerInterface.php';
  1192.         include_once \dirname(__DIR__6).'/shared/vendor/vich/uploader-bundle/src/Naming/ConfigurableInterface.php';
  1193.         include_once \dirname(__DIR__6).'/shared/vendor/vich/uploader-bundle/src/Naming/PropertyDirectoryNamer.php';
  1194.         return $this->services['Vich\\UploaderBundle\\Naming\\PropertyDirectoryNamer'] = new \Vich\UploaderBundle\Naming\PropertyDirectoryNamer(($this->services['easyadmin.property_accessor'] ?? $this->getEasyadmin_PropertyAccessorService()), ($this->privates['Vich\\UploaderBundle\\Util\\Transliterator'] ?? $this->getTransliteratorService()));
  1195.     }
  1196.     /**
  1197.      * Gets the public 'Vich\UploaderBundle\Naming\PropertyNamer' shared service.
  1198.      *
  1199.      * @return \Vich\UploaderBundle\Naming\PropertyNamer
  1200.      */
  1201.     protected function getPropertyNamerService()
  1202.     {
  1203.         include_once \dirname(__DIR__6).'/shared/vendor/vich/uploader-bundle/src/Naming/NamerInterface.php';
  1204.         include_once \dirname(__DIR__6).'/shared/vendor/vich/uploader-bundle/src/Naming/ConfigurableInterface.php';
  1205.         include_once \dirname(__DIR__6).'/shared/vendor/vich/uploader-bundle/src/Naming/Polyfill/FileExtensionTrait.php';
  1206.         include_once \dirname(__DIR__6).'/shared/vendor/vich/uploader-bundle/src/Naming/PropertyNamer.php';
  1207.         return $this->services['Vich\\UploaderBundle\\Naming\\PropertyNamer'] = new \Vich\UploaderBundle\Naming\PropertyNamer(($this->privates['Vich\\UploaderBundle\\Util\\Transliterator'] ?? $this->getTransliteratorService()));
  1208.     }
  1209.     /**
  1210.      * Gets the public 'Vich\UploaderBundle\Naming\SmartUniqueNamer' shared service.
  1211.      *
  1212.      * @return \Vich\UploaderBundle\Naming\SmartUniqueNamer
  1213.      */
  1214.     protected function getSmartUniqueNamerService()
  1215.     {
  1216.         include_once \dirname(__DIR__6).'/shared/vendor/vich/uploader-bundle/src/Naming/NamerInterface.php';
  1217.         include_once \dirname(__DIR__6).'/shared/vendor/vich/uploader-bundle/src/Naming/SmartUniqueNamer.php';
  1218.         return $this->services['Vich\\UploaderBundle\\Naming\\SmartUniqueNamer'] = new \Vich\UploaderBundle\Naming\SmartUniqueNamer(($this->privates['Vich\\UploaderBundle\\Util\\Transliterator'] ?? $this->getTransliteratorService()));
  1219.     }
  1220.     /**
  1221.      * Gets the public 'Vich\UploaderBundle\Naming\SubdirDirectoryNamer' shared service.
  1222.      *
  1223.      * @return \Vich\UploaderBundle\Naming\SubdirDirectoryNamer
  1224.      */
  1225.     protected function getSubdirDirectoryNamerService()
  1226.     {
  1227.         include_once \dirname(__DIR__6).'/shared/vendor/vich/uploader-bundle/src/Naming/DirectoryNamerInterface.php';
  1228.         include_once \dirname(__DIR__6).'/shared/vendor/vich/uploader-bundle/src/Naming/ConfigurableInterface.php';
  1229.         include_once \dirname(__DIR__6).'/shared/vendor/vich/uploader-bundle/src/Naming/SubdirDirectoryNamer.php';
  1230.         return $this->services['Vich\\UploaderBundle\\Naming\\SubdirDirectoryNamer'] = new \Vich\UploaderBundle\Naming\SubdirDirectoryNamer();
  1231.     }
  1232.     /**
  1233.      * Gets the public 'Vich\UploaderBundle\Naming\UniqidNamer' shared service.
  1234.      *
  1235.      * @return \Vich\UploaderBundle\Naming\UniqidNamer
  1236.      */
  1237.     protected function getUniqidNamerService()
  1238.     {
  1239.         include_once \dirname(__DIR__6).'/shared/vendor/vich/uploader-bundle/src/Naming/NamerInterface.php';
  1240.         include_once \dirname(__DIR__6).'/shared/vendor/vich/uploader-bundle/src/Naming/Polyfill/FileExtensionTrait.php';
  1241.         include_once \dirname(__DIR__6).'/shared/vendor/vich/uploader-bundle/src/Naming/UniqidNamer.php';
  1242.         return $this->services['Vich\\UploaderBundle\\Naming\\UniqidNamer'] = new \Vich\UploaderBundle\Naming\UniqidNamer();
  1243.     }
  1244.     /**
  1245.      * Gets the public 'Vich\UploaderBundle\Naming\UniqidNamer.blog_images' shared service.
  1246.      *
  1247.      * @return \Vich\UploaderBundle\Naming\UniqidNamer
  1248.      */
  1249.     protected function getUniqidNamer_BlogImagesService()
  1250.     {
  1251.         include_once \dirname(__DIR__6).'/shared/vendor/vich/uploader-bundle/src/Naming/NamerInterface.php';
  1252.         include_once \dirname(__DIR__6).'/shared/vendor/vich/uploader-bundle/src/Naming/Polyfill/FileExtensionTrait.php';
  1253.         include_once \dirname(__DIR__6).'/shared/vendor/vich/uploader-bundle/src/Naming/UniqidNamer.php';
  1254.         return $this->services['Vich\\UploaderBundle\\Naming\\UniqidNamer.blog_images'] = new \Vich\UploaderBundle\Naming\UniqidNamer();
  1255.     }
  1256.     /**
  1257.      * Gets the public 'Vich\UploaderBundle\Naming\UniqidNamer.company_images' shared service.
  1258.      *
  1259.      * @return \Vich\UploaderBundle\Naming\UniqidNamer
  1260.      */
  1261.     protected function getUniqidNamer_CompanyImagesService()
  1262.     {
  1263.         include_once \dirname(__DIR__6).'/shared/vendor/vich/uploader-bundle/src/Naming/NamerInterface.php';
  1264.         include_once \dirname(__DIR__6).'/shared/vendor/vich/uploader-bundle/src/Naming/Polyfill/FileExtensionTrait.php';
  1265.         include_once \dirname(__DIR__6).'/shared/vendor/vich/uploader-bundle/src/Naming/UniqidNamer.php';
  1266.         return $this->services['Vich\\UploaderBundle\\Naming\\UniqidNamer.company_images'] = new \Vich\UploaderBundle\Naming\UniqidNamer();
  1267.     }
  1268.     /**
  1269.      * Gets the public 'Vich\UploaderBundle\Naming\UniqidNamer.image_store' shared service.
  1270.      *
  1271.      * @return \Vich\UploaderBundle\Naming\UniqidNamer
  1272.      */
  1273.     protected function getUniqidNamer_ImageStoreService()
  1274.     {
  1275.         include_once \dirname(__DIR__6).'/shared/vendor/vich/uploader-bundle/src/Naming/NamerInterface.php';
  1276.         include_once \dirname(__DIR__6).'/shared/vendor/vich/uploader-bundle/src/Naming/Polyfill/FileExtensionTrait.php';
  1277.         include_once \dirname(__DIR__6).'/shared/vendor/vich/uploader-bundle/src/Naming/UniqidNamer.php';
  1278.         return $this->services['Vich\\UploaderBundle\\Naming\\UniqidNamer.image_store'] = new \Vich\UploaderBundle\Naming\UniqidNamer();
  1279.     }
  1280.     /**
  1281.      * Gets the public 'Vich\UploaderBundle\Naming\UniqidNamer.user_cv' shared service.
  1282.      *
  1283.      * @return \Vich\UploaderBundle\Naming\UniqidNamer
  1284.      */
  1285.     protected function getUniqidNamer_UserCvService()
  1286.     {
  1287.         include_once \dirname(__DIR__6).'/shared/vendor/vich/uploader-bundle/src/Naming/NamerInterface.php';
  1288.         include_once \dirname(__DIR__6).'/shared/vendor/vich/uploader-bundle/src/Naming/Polyfill/FileExtensionTrait.php';
  1289.         include_once \dirname(__DIR__6).'/shared/vendor/vich/uploader-bundle/src/Naming/UniqidNamer.php';
  1290.         return $this->services['Vich\\UploaderBundle\\Naming\\UniqidNamer.user_cv'] = new \Vich\UploaderBundle\Naming\UniqidNamer();
  1291.     }
  1292.     /**
  1293.      * Gets the public 'Vich\UploaderBundle\Naming\UniqidNamer.user_images' shared service.
  1294.      *
  1295.      * @return \Vich\UploaderBundle\Naming\UniqidNamer
  1296.      */
  1297.     protected function getUniqidNamer_UserImagesService()
  1298.     {
  1299.         include_once \dirname(__DIR__6).'/shared/vendor/vich/uploader-bundle/src/Naming/NamerInterface.php';
  1300.         include_once \dirname(__DIR__6).'/shared/vendor/vich/uploader-bundle/src/Naming/Polyfill/FileExtensionTrait.php';
  1301.         include_once \dirname(__DIR__6).'/shared/vendor/vich/uploader-bundle/src/Naming/UniqidNamer.php';
  1302.         return $this->services['Vich\\UploaderBundle\\Naming\\UniqidNamer.user_images'] = new \Vich\UploaderBundle\Naming\UniqidNamer();
  1303.     }
  1304.     /**
  1305.      * Gets the public 'app.service.checker' shared autowired service.
  1306.      *
  1307.      * @return \App\Service\Checker
  1308.      */
  1309.     protected function getApp_Service_CheckerService()
  1310.     {
  1311.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  1312.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  1313.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  1314.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/framework-bundle/Controller/Controller.php';
  1315.         include_once \dirname(__DIR__4).'/src/Service/Checker.php';
  1316.         $this->services['app.service.checker'] = $instance = new \App\Service\Checker();
  1317.         $instance->setContainer($this);
  1318.         return $instance;
  1319.     }
  1320.     /**
  1321.      * Gets the public 'app.service.helper' shared autowired service.
  1322.      *
  1323.      * @return \App\Service\Helper
  1324.      */
  1325.     protected function getApp_Service_HelperService()
  1326.     {
  1327.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  1328.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  1329.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  1330.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/framework-bundle/Controller/Controller.php';
  1331.         include_once \dirname(__DIR__4).'/src/Service/Helper.php';
  1332.         $this->services['app.service.helper'] = $instance = new \App\Service\Helper();
  1333.         $instance->setContainer($this);
  1334.         return $instance;
  1335.     }
  1336.     /**
  1337.      * Gets the public 'app.service.namer_directory' shared autowired service.
  1338.      *
  1339.      * @return \App\Service\NamerDirectory
  1340.      */
  1341.     protected function getApp_Service_NamerDirectoryService()
  1342.     {
  1343.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  1344.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  1345.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  1346.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/framework-bundle/Controller/Controller.php';
  1347.         include_once \dirname(__DIR__6).'/shared/vendor/vich/uploader-bundle/src/Naming/DirectoryNamerInterface.php';
  1348.         include_once \dirname(__DIR__4).'/src/Service/NamerDirectory.php';
  1349.         $this->services['app.service.namer_directory'] = $instance = new \App\Service\NamerDirectory();
  1350.         $instance->setContainer($this);
  1351.         return $instance;
  1352.     }
  1353.     /**
  1354.      * Gets the public 'app.service.user_namer_directory' shared autowired service.
  1355.      *
  1356.      * @return \App\Service\UserNamerDirectory
  1357.      */
  1358.     protected function getApp_Service_UserNamerDirectoryService()
  1359.     {
  1360.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  1361.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  1362.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  1363.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/framework-bundle/Controller/Controller.php';
  1364.         include_once \dirname(__DIR__6).'/shared/vendor/vich/uploader-bundle/src/Naming/DirectoryNamerInterface.php';
  1365.         include_once \dirname(__DIR__4).'/src/Service/UserNamerDirectory.php';
  1366.         $this->services['app.service.user_namer_directory'] = $instance = new \App\Service\UserNamerDirectory();
  1367.         $instance->setContainer($this);
  1368.         return $instance;
  1369.     }
  1370.     /**
  1371.      * Gets the public 'beelab_paypal.gateway.factory' shared service.
  1372.      *
  1373.      * @return \Omnipay\Common\GatewayFactory
  1374.      */
  1375.     protected function getBeelabPaypal_Gateway_FactoryService()
  1376.     {
  1377.         include_once \dirname(__DIR__6).'/shared/vendor/omnipay/common/src/Common/GatewayFactory.php';
  1378.         return $this->services['beelab_paypal.gateway.factory'] = new \Omnipay\Common\GatewayFactory();
  1379.     }
  1380.     /**
  1381.      * Gets the public 'beelab_paypal.service' shared service.
  1382.      *
  1383.      * @return \Beelab\PaypalBundle\Paypal\Service
  1384.      */
  1385.     protected function getBeelabPaypal_ServiceService()
  1386.     {
  1387.         include_once \dirname(__DIR__6).'/shared/vendor/beelab/paypal-bundle/Paypal/Service.php';
  1388.         include_once \dirname(__DIR__6).'/shared/vendor/omnipay/common/src/Common/GatewayInterface.php';
  1389.         include_once \dirname(__DIR__6).'/shared/vendor/omnipay/common/src/Common/ParametersTrait.php';
  1390.         include_once \dirname(__DIR__6).'/shared/vendor/omnipay/common/src/Common/AbstractGateway.php';
  1391.         include_once \dirname(__DIR__6).'/shared/vendor/omnipay/paypal/src/ProGateway.php';
  1392.         include_once \dirname(__DIR__6).'/shared/vendor/omnipay/paypal/src/ExpressGateway.php';
  1393.         include_once \dirname(__DIR__6).'/shared/vendor/omnipay/common/src/Common/GatewayFactory.php';
  1394.         return $this->services['beelab_paypal.service'] = new \Beelab\PaypalBundle\Paypal\Service(($this->services['beelab_paypal.gateway.factory'] ?? ($this->services['beelab_paypal.gateway.factory'] = new \Omnipay\Common\GatewayFactory()))->create('PayPal_Express'), ($this->services['router'] ?? $this->getRouterService()), $this->parameters['beelab_paypal.config']);
  1395.     }
  1396.     /**
  1397.      * Gets the public 'cache.app' shared service.
  1398.      *
  1399.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1400.      */
  1401.     protected function getCache_AppService()
  1402.     {
  1403.         $a = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('vms96l4T2i'0, ($this->targetDir.''.'/pools'), new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULL));
  1404.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  1405.         return $this->services['cache.app'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  1406.     }
  1407.     /**
  1408.      * Gets the public 'cache.app_clearer' shared service.
  1409.      *
  1410.      * @return \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer
  1411.      */
  1412.     protected function getCache_AppClearerService()
  1413.     {
  1414.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  1415.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/http-kernel/CacheClearer/Psr6CacheClearer.php';
  1416.         return $this->services['cache.app_clearer'] = new \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer(['cache.app' => ($this->services['cache.app'] ?? $this->getCache_AppService())]);
  1417.     }
  1418.     /**
  1419.      * Gets the public 'cache.global_clearer' shared service.
  1420.      *
  1421.      * @return \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer
  1422.      */
  1423.     protected function getCache_GlobalClearerService()
  1424.     {
  1425.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  1426.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/http-kernel/CacheClearer/Psr6CacheClearer.php';
  1427.         return $this->services['cache.global_clearer'] = new \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer(['cache.app' => ($this->services['cache.app'] ?? $this->getCache_AppService()), 'cache.system' => ($this->services['cache.system'] ?? $this->getCache_SystemService()), 'cache.validator' => ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService()), 'cache.serializer' => ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService()), 'cache.annotations' => ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()), 'cache.property_info' => ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService()), 'cache.doctrine.orm.default.metadata' => ($this->privates['cache.doctrine.orm.default.metadata'] ?? $this->getCache_Doctrine_Orm_Default_MetadataService()), 'cache.doctrine.orm.default.result' => ($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()), 'cache.doctrine.orm.default.query' => ($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()), 'cache.security_expression_language' => ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService()), 'cache.easyadmin' => ($this->privates['cache.easyadmin'] ?? $this->getCache_EasyadminService()), 'cache.webpack_encore' => ($this->privates['cache.webpack_encore'] ?? $this->getCache_WebpackEncoreService())]);
  1428.     }
  1429.     /**
  1430.      * Gets the public 'cache.system' shared service.
  1431.      *
  1432.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1433.      */
  1434.     protected function getCache_SystemService()
  1435.     {
  1436.         return $this->services['cache.system'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('aOIWZiRe5t'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1437.     }
  1438.     /**
  1439.      * Gets the public 'cache.system_clearer' shared service.
  1440.      *
  1441.      * @return \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer
  1442.      */
  1443.     protected function getCache_SystemClearerService()
  1444.     {
  1445.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  1446.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/http-kernel/CacheClearer/Psr6CacheClearer.php';
  1447.         return $this->services['cache.system_clearer'] = new \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer(['cache.system' => ($this->services['cache.system'] ?? $this->getCache_SystemService()), 'cache.validator' => ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService()), 'cache.serializer' => ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService()), 'cache.annotations' => ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()), 'cache.property_info' => ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService()), 'cache.security_expression_language' => ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService()), 'cache.easyadmin' => ($this->privates['cache.easyadmin'] ?? $this->getCache_EasyadminService()), 'cache.webpack_encore' => ($this->privates['cache.webpack_encore'] ?? $this->getCache_WebpackEncoreService())]);
  1448.     }
  1449.     /**
  1450.      * Gets the public 'cache_clearer' shared service.
  1451.      *
  1452.      * @return \Symfony\Component\HttpKernel\CacheClearer\ChainCacheClearer
  1453.      */
  1454.     protected function getCacheClearerService()
  1455.     {
  1456.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  1457.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/http-kernel/CacheClearer/ChainCacheClearer.php';
  1458.         return $this->services['cache_clearer'] = new \Symfony\Component\HttpKernel\CacheClearer\ChainCacheClearer(new RewindableGenerator(function () {
  1459.             yield => ($this->services['cache.system_clearer'] ?? $this->getCache_SystemClearerService());
  1460.         }, 1));
  1461.     }
  1462.     /**
  1463.      * Gets the public 'cache_warmer' shared service.
  1464.      *
  1465.      * @return \Symfony\Component\HttpKernel\CacheWarmer\CacheWarmerAggregate
  1466.      */
  1467.     protected function getCacheWarmerService()
  1468.     {
  1469.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  1470.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerAggregate.php';
  1471.         return $this->services['cache_warmer'] = new \Symfony\Component\HttpKernel\CacheWarmer\CacheWarmerAggregate(new RewindableGenerator(function () {
  1472.             yield => ($this->privates['templating.cache_warmer.template_paths'] ?? $this->getTemplating_CacheWarmer_TemplatePathsService());
  1473.             yield => ($this->privates['validator.mapping.cache_warmer'] ?? $this->getValidator_Mapping_CacheWarmerService());
  1474.             yield => ($this->privates['translation.warmer'] ?? $this->getTranslation_WarmerService());
  1475.             yield => ($this->privates['router.cache_warmer'] ?? $this->getRouter_CacheWarmerService());
  1476.             yield => ($this->privates['annotations.cache_warmer'] ?? $this->getAnnotations_CacheWarmerService());
  1477.             yield => ($this->privates['serializer.mapping.cache_warmer'] ?? $this->getSerializer_Mapping_CacheWarmerService());
  1478.             yield => ($this->privates['doctrine.orm.proxy_cache_warmer'] ?? $this->getDoctrine_Orm_ProxyCacheWarmerService());
  1479.             yield => ($this->privates['twig.cache_warmer'] ?? $this->getTwig_CacheWarmerService());
  1480.             yield => ($this->privates['twig.template_cache_warmer'] ?? $this->getTwig_TemplateCacheWarmerService());
  1481.             yield => ($this->privates['Vich\\UploaderBundle\\Metadata\\CacheWarmer'] ?? $this->getCacheWarmer2Service());
  1482.             yield 10 => ($this->privates['webpack_encore.entrypoint_lookup.cache_warmer'] ?? ($this->privates['webpack_encore.entrypoint_lookup.cache_warmer'] = new \Symfony\WebpackEncoreBundle\CacheWarmer\EntrypointCacheWarmer(['_default' => (\dirname(__DIR__4).'/public/build/entrypoints.json')], ($this->targetDir.''.'/webpack_encore.cache.php'))));
  1483.         }, 11), true, ($this->targetDir.''.'/srcApp_KernelDevDebugContainerDeprecations.log'));
  1484.     }
  1485.     /**
  1486.      * Gets the public 'console.command.public_alias.App\Command\LoadData' shared autowired service.
  1487.      *
  1488.      * @return \App\Command\LoadData
  1489.      */
  1490.     protected function getLoadDataService()
  1491.     {
  1492.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/console/Command/Command.php';
  1493.         include_once \dirname(__DIR__4).'/src/Command/LoadData.php';
  1494.         return $this->services['console.command.public_alias.App\\Command\\LoadData'] = new \App\Command\LoadData(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  1495.     }
  1496.     /**
  1497.      * Gets the public 'console.command.public_alias.Sonata\SeoBundle\Command\SitemapGeneratorCommand' shared service.
  1498.      *
  1499.      * @return \Sonata\SeoBundle\Command\SitemapGeneratorCommand
  1500.      */
  1501.     protected function getSitemapGeneratorCommandService()
  1502.     {
  1503.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/console/Command/Command.php';
  1504.         include_once \dirname(__DIR__6).'/shared/vendor/sonata-project/seo-bundle/src/Command/SitemapGeneratorCommand.php';
  1505.         include_once \dirname(__DIR__6).'/shared/vendor/sonata-project/seo-bundle/src/Sitemap/SourceManager.php';
  1506.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/filesystem/Filesystem.php';
  1507.         return $this->services['console.command.public_alias.Sonata\\SeoBundle\\Command\\SitemapGeneratorCommand'] = new \Sonata\SeoBundle\Command\SitemapGeneratorCommand(($this->services['router'] ?? $this->getRouterService()), new \Sonata\SeoBundle\Sitemap\SourceManager(), ($this->services['filesystem'] ?? ($this->services['filesystem'] = new \Symfony\Component\Filesystem\Filesystem())));
  1508.     }
  1509.     /**
  1510.      * Gets the public 'console.command_loader' shared service.
  1511.      *
  1512.      * @return \Symfony\Component\Console\CommandLoader\ContainerCommandLoader
  1513.      */
  1514.     protected function getConsole_CommandLoaderService()
  1515.     {
  1516.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/console/CommandLoader/CommandLoaderInterface.php';
  1517.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/console/CommandLoader/ContainerCommandLoader.php';
  1518.         return $this->services['console.command_loader'] = new \Symfony\Component\Console\CommandLoader\ContainerCommandLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1519.             'Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand' => ['privates''Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand''getRunSqlCommandService'false],
  1520.             'Sonata\\BlockBundle\\Command\\DebugBlocksCommand' => ['privates''Sonata\\BlockBundle\\Command\\DebugBlocksCommand''getDebugBlocksCommandService'false],
  1521.             'console.command.about' => ['privates''console.command.about''getConsole_Command_AboutService'false],
  1522.             'console.command.assets_install' => ['privates''console.command.assets_install''getConsole_Command_AssetsInstallService'false],
  1523.             'console.command.cache_clear' => ['privates''console.command.cache_clear''getConsole_Command_CacheClearService'false],
  1524.             'console.command.cache_pool_clear' => ['privates''console.command.cache_pool_clear''getConsole_Command_CachePoolClearService'false],
  1525.             'console.command.cache_pool_delete' => ['privates''console.command.cache_pool_delete''getConsole_Command_CachePoolDeleteService'false],
  1526.             'console.command.cache_pool_list' => ['privates''console.command.cache_pool_list''getConsole_Command_CachePoolListService'false],
  1527.             'console.command.cache_pool_prune' => ['privates''console.command.cache_pool_prune''getConsole_Command_CachePoolPruneService'false],
  1528.             'console.command.cache_warmup' => ['privates''console.command.cache_warmup''getConsole_Command_CacheWarmupService'false],
  1529.             'console.command.config_debug' => ['privates''console.command.config_debug''getConsole_Command_ConfigDebugService'false],
  1530.             'console.command.config_dump_reference' => ['privates''console.command.config_dump_reference''getConsole_Command_ConfigDumpReferenceService'false],
  1531.             'console.command.container_debug' => ['privates''console.command.container_debug''getConsole_Command_ContainerDebugService'false],
  1532.             'console.command.container_lint' => ['privates''console.command.container_lint''getConsole_Command_ContainerLintService'false],
  1533.             'console.command.debug_autowiring' => ['privates''console.command.debug_autowiring''getConsole_Command_DebugAutowiringService'false],
  1534.             'console.command.event_dispatcher_debug' => ['privates''console.command.event_dispatcher_debug''getConsole_Command_EventDispatcherDebugService'false],
  1535.             'console.command.form_debug' => ['privates''console.command.form_debug''getConsole_Command_FormDebugService'false],
  1536.             'console.command.router_debug' => ['privates''console.command.router_debug''getConsole_Command_RouterDebugService'false],
  1537.             'console.command.router_match' => ['privates''console.command.router_match''getConsole_Command_RouterMatchService'false],
  1538.             'console.command.secrets_decrypt_to_local' => ['privates''console.command.secrets_decrypt_to_local''getConsole_Command_SecretsDecryptToLocalService'false],
  1539.             'console.command.secrets_encrypt_from_local' => ['privates''console.command.secrets_encrypt_from_local''getConsole_Command_SecretsEncryptFromLocalService'false],
  1540.             'console.command.secrets_generate_key' => ['privates''console.command.secrets_generate_key''getConsole_Command_SecretsGenerateKeyService'false],
  1541.             'console.command.secrets_list' => ['privates''console.command.secrets_list''getConsole_Command_SecretsListService'false],
  1542.             'console.command.secrets_remove' => ['privates''console.command.secrets_remove''getConsole_Command_SecretsRemoveService'false],
  1543.             'console.command.secrets_set' => ['privates''console.command.secrets_set''getConsole_Command_SecretsSetService'false],
  1544.             'console.command.translation_debug' => ['privates''console.command.translation_debug''getConsole_Command_TranslationDebugService'false],
  1545.             'console.command.translation_update' => ['privates''console.command.translation_update''getConsole_Command_TranslationUpdateService'false],
  1546.             'console.command.xliff_lint' => ['privates''console.command.xliff_lint''getConsole_Command_XliffLintService'false],
  1547.             'console.command.yaml_lint' => ['privates''console.command.yaml_lint''getConsole_Command_YamlLintService'false],
  1548.             'doctrine.cache_clear_metadata_command' => ['privates''doctrine.cache_clear_metadata_command''getDoctrine_CacheClearMetadataCommandService'false],
  1549.             'doctrine.cache_clear_query_cache_command' => ['privates''doctrine.cache_clear_query_cache_command''getDoctrine_CacheClearQueryCacheCommandService'false],
  1550.             'doctrine.cache_clear_result_command' => ['privates''doctrine.cache_clear_result_command''getDoctrine_CacheClearResultCommandService'false],
  1551.             'doctrine.cache_collection_region_command' => ['privates''doctrine.cache_collection_region_command''getDoctrine_CacheCollectionRegionCommandService'false],
  1552.             'doctrine.clear_entity_region_command' => ['privates''doctrine.clear_entity_region_command''getDoctrine_ClearEntityRegionCommandService'false],
  1553.             'doctrine.clear_query_region_command' => ['privates''doctrine.clear_query_region_command''getDoctrine_ClearQueryRegionCommandService'false],
  1554.             'doctrine.database_create_command' => ['privates''doctrine.database_create_command''getDoctrine_DatabaseCreateCommandService'false],
  1555.             'doctrine.database_drop_command' => ['privates''doctrine.database_drop_command''getDoctrine_DatabaseDropCommandService'false],
  1556.             'doctrine.database_import_command' => ['privates''doctrine.database_import_command''getDoctrine_DatabaseImportCommandService'false],
  1557.             'doctrine.ensure_production_settings_command' => ['privates''doctrine.ensure_production_settings_command''getDoctrine_EnsureProductionSettingsCommandService'false],
  1558.             'doctrine.mapping_convert_command' => ['privates''doctrine.mapping_convert_command''getDoctrine_MappingConvertCommandService'false],
  1559.             'doctrine.mapping_import_command' => ['privates''doctrine.mapping_import_command''getDoctrine_MappingImportCommandService'false],
  1560.             'doctrine.mapping_info_command' => ['privates''doctrine.mapping_info_command''getDoctrine_MappingInfoCommandService'false],
  1561.             'doctrine.query_dql_command' => ['privates''doctrine.query_dql_command''getDoctrine_QueryDqlCommandService'false],
  1562.             'doctrine.query_sql_command' => ['privates''doctrine.query_sql_command''getDoctrine_QuerySqlCommandService'false],
  1563.             'doctrine.schema_create_command' => ['privates''doctrine.schema_create_command''getDoctrine_SchemaCreateCommandService'false],
  1564.             'doctrine.schema_drop_command' => ['privates''doctrine.schema_drop_command''getDoctrine_SchemaDropCommandService'false],
  1565.             'doctrine.schema_update_command' => ['privates''doctrine.schema_update_command''getDoctrine_SchemaUpdateCommandService'false],
  1566.             'doctrine.schema_validate_command' => ['privates''doctrine.schema_validate_command''getDoctrine_SchemaValidateCommandService'false],
  1567.             'doctrine_migrations.current_command' => ['privates''doctrine_migrations.current_command''getDoctrineMigrations_CurrentCommandService'false],
  1568.             'doctrine_migrations.diff_command' => ['privates''doctrine_migrations.diff_command''getDoctrineMigrations_DiffCommandService'false],
  1569.             'doctrine_migrations.dump_schema_command' => ['privates''doctrine_migrations.dump_schema_command''getDoctrineMigrations_DumpSchemaCommandService'false],
  1570.             'doctrine_migrations.execute_command' => ['privates''doctrine_migrations.execute_command''getDoctrineMigrations_ExecuteCommandService'false],
  1571.             'doctrine_migrations.generate_command' => ['privates''doctrine_migrations.generate_command''getDoctrineMigrations_GenerateCommandService'false],
  1572.             'doctrine_migrations.latest_command' => ['privates''doctrine_migrations.latest_command''getDoctrineMigrations_LatestCommandService'false],
  1573.             'doctrine_migrations.migrate_command' => ['privates''doctrine_migrations.migrate_command''getDoctrineMigrations_MigrateCommandService'false],
  1574.             'doctrine_migrations.rollup_command' => ['privates''doctrine_migrations.rollup_command''getDoctrineMigrations_RollupCommandService'false],
  1575.             'doctrine_migrations.status_command' => ['privates''doctrine_migrations.status_command''getDoctrineMigrations_StatusCommandService'false],
  1576.             'doctrine_migrations.sync_metadata_command' => ['privates''doctrine_migrations.sync_metadata_command''getDoctrineMigrations_SyncMetadataCommandService'false],
  1577.             'doctrine_migrations.up_to_date_command' => ['privates''doctrine_migrations.up_to_date_command''getDoctrineMigrations_UpToDateCommandService'false],
  1578.             'doctrine_migrations.version_command' => ['privates''doctrine_migrations.version_command''getDoctrineMigrations_VersionCommandService'false],
  1579.             'doctrine_migrations.versions_command' => ['privates''doctrine_migrations.versions_command''getDoctrineMigrations_VersionsCommandService'false],
  1580.             'easyadmin.command.make_admin_migration' => ['services''easyadmin.command.make_admin_migration''getEasyadmin_Command_MakeAdminMigrationService'false],
  1581.             'fos_ck_editor.command.installer' => ['privates''fos_ck_editor.command.installer''getFosCkEditor_Command_InstallerService'false],
  1582.             'fos_js_routing.dump_command' => ['privates''fos_js_routing.dump_command''getFosJsRouting_DumpCommandService'false],
  1583.             'fos_js_routing.router_debug_exposed_command' => ['privates''fos_js_routing.router_debug_exposed_command''getFosJsRouting_RouterDebugExposedCommandService'false],
  1584.             'fos_user.command.activate_user' => ['privates''fos_user.command.activate_user''getFosUser_Command_ActivateUserService'false],
  1585.             'fos_user.command.change_password' => ['privates''fos_user.command.change_password''getFosUser_Command_ChangePasswordService'false],
  1586.             'fos_user.command.create_user' => ['privates''fos_user.command.create_user''getFosUser_Command_CreateUserService'false],
  1587.             'fos_user.command.deactivate_user' => ['privates''fos_user.command.deactivate_user''getFosUser_Command_DeactivateUserService'false],
  1588.             'fos_user.command.demote_user' => ['privates''fos_user.command.demote_user''getFosUser_Command_DemoteUserService'false],
  1589.             'fos_user.command.promote_user' => ['privates''fos_user.command.promote_user''getFosUser_Command_PromoteUserService'false],
  1590.             'maker.auto_command.make_auth' => ['privates''maker.auto_command.make_auth''getMaker_AutoCommand_MakeAuthService'false],
  1591.             'maker.auto_command.make_command' => ['privates''maker.auto_command.make_command''getMaker_AutoCommand_MakeCommandService'false],
  1592.             'maker.auto_command.make_controller' => ['privates''maker.auto_command.make_controller''getMaker_AutoCommand_MakeControllerService'false],
  1593.             'maker.auto_command.make_crud' => ['privates''maker.auto_command.make_crud''getMaker_AutoCommand_MakeCrudService'false],
  1594.             'maker.auto_command.make_docker_database' => ['privates''maker.auto_command.make_docker_database''getMaker_AutoCommand_MakeDockerDatabaseService'false],
  1595.             'maker.auto_command.make_entity' => ['privates''maker.auto_command.make_entity''getMaker_AutoCommand_MakeEntityService'false],
  1596.             'maker.auto_command.make_fixtures' => ['privates''maker.auto_command.make_fixtures''getMaker_AutoCommand_MakeFixturesService'false],
  1597.             'maker.auto_command.make_form' => ['privates''maker.auto_command.make_form''getMaker_AutoCommand_MakeFormService'false],
  1598.             'maker.auto_command.make_message' => ['privates''maker.auto_command.make_message''getMaker_AutoCommand_MakeMessageService'false],
  1599.             'maker.auto_command.make_messenger_middleware' => ['privates''maker.auto_command.make_messenger_middleware''getMaker_AutoCommand_MakeMessengerMiddlewareService'false],
  1600.             'maker.auto_command.make_migration' => ['privates''maker.auto_command.make_migration''getMaker_AutoCommand_MakeMigrationService'false],
  1601.             'maker.auto_command.make_registration_form' => ['privates''maker.auto_command.make_registration_form''getMaker_AutoCommand_MakeRegistrationFormService'false],
  1602.             'maker.auto_command.make_reset_password' => ['privates''maker.auto_command.make_reset_password''getMaker_AutoCommand_MakeResetPasswordService'false],
  1603.             'maker.auto_command.make_serializer_encoder' => ['privates''maker.auto_command.make_serializer_encoder''getMaker_AutoCommand_MakeSerializerEncoderService'false],
  1604.             'maker.auto_command.make_serializer_normalizer' => ['privates''maker.auto_command.make_serializer_normalizer''getMaker_AutoCommand_MakeSerializerNormalizerService'false],
  1605.             'maker.auto_command.make_subscriber' => ['privates''maker.auto_command.make_subscriber''getMaker_AutoCommand_MakeSubscriberService'false],
  1606.             'maker.auto_command.make_test' => ['privates''maker.auto_command.make_test''getMaker_AutoCommand_MakeTestService'false],
  1607.             'maker.auto_command.make_twig_extension' => ['privates''maker.auto_command.make_twig_extension''getMaker_AutoCommand_MakeTwigExtensionService'false],
  1608.             'maker.auto_command.make_user' => ['privates''maker.auto_command.make_user''getMaker_AutoCommand_MakeUserService'false],
  1609.             'maker.auto_command.make_validator' => ['privates''maker.auto_command.make_validator''getMaker_AutoCommand_MakeValidatorService'false],
  1610.             'maker.auto_command.make_voter' => ['privates''maker.auto_command.make_voter''getMaker_AutoCommand_MakeVoterService'false],
  1611.             'monolog.command.server_log' => ['privates''monolog.command.server_log''getMonolog_Command_ServerLogService'false],
  1612.             'security.command.user_password_encoder' => ['privates''security.command.user_password_encoder''getSecurity_Command_UserPasswordEncoderService'false],
  1613.             'swiftmailer.command.debug' => ['privates''swiftmailer.command.debug''getSwiftmailer_Command_DebugService'false],
  1614.             'swiftmailer.command.new_email' => ['privates''swiftmailer.command.new_email''getSwiftmailer_Command_NewEmailService'false],
  1615.             'swiftmailer.command.send_email' => ['privates''swiftmailer.command.send_email''getSwiftmailer_Command_SendEmailService'false],
  1616.             'twig.command.debug' => ['privates''twig.command.debug''getTwig_Command_DebugService'false],
  1617.             'twig.command.lint' => ['privates''twig.command.lint''getTwig_Command_LintService'false],
  1618.             'var_dumper.command.server_dump' => ['privates''var_dumper.command.server_dump''getVarDumper_Command_ServerDumpService'false],
  1619.             'vich_uploader.command.mapping_debug' => ['privates''vich_uploader.command.mapping_debug''getVichUploader_Command_MappingDebugService'false],
  1620.             'vich_uploader.command.mapping_debug_class' => ['privates''vich_uploader.command.mapping_debug_class''getVichUploader_Command_MappingDebugClassService'false],
  1621.             'vich_uploader.command.mapping_list_classes' => ['privates''vich_uploader.command.mapping_list_classes''getVichUploader_Command_MappingListClassesService'false],
  1622.             'web_server.command.server_run' => ['privates''web_server.command.server_run''getWebServer_Command_ServerRunService'false],
  1623.             'web_server.command.server_start' => ['privates''web_server.command.server_start''getWebServer_Command_ServerStartService'false],
  1624.             'web_server.command.server_status' => ['privates''web_server.command.server_status''getWebServer_Command_ServerStatusService'false],
  1625.             'web_server.command.server_stop' => ['privates''web_server.command.server_stop''getWebServer_Command_ServerStopService'false],
  1626.         ], [
  1627.             'Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand' => 'Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand',
  1628.             'Sonata\\BlockBundle\\Command\\DebugBlocksCommand' => 'Sonata\\BlockBundle\\Command\\DebugBlocksCommand',
  1629.             'console.command.about' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\AboutCommand',
  1630.             'console.command.assets_install' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\AssetsInstallCommand',
  1631.             'console.command.cache_clear' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\CacheClearCommand',
  1632.             'console.command.cache_pool_clear' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\CachePoolClearCommand',
  1633.             'console.command.cache_pool_delete' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\CachePoolDeleteCommand',
  1634.             'console.command.cache_pool_list' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\CachePoolListCommand',
  1635.             'console.command.cache_pool_prune' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\CachePoolPruneCommand',
  1636.             'console.command.cache_warmup' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\CacheWarmupCommand',
  1637.             'console.command.config_debug' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\ConfigDebugCommand',
  1638.             'console.command.config_dump_reference' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\ConfigDumpReferenceCommand',
  1639.             'console.command.container_debug' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\ContainerDebugCommand',
  1640.             'console.command.container_lint' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\ContainerLintCommand',
  1641.             'console.command.debug_autowiring' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\DebugAutowiringCommand',
  1642.             'console.command.event_dispatcher_debug' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\EventDispatcherDebugCommand',
  1643.             'console.command.form_debug' => 'Symfony\\Component\\Form\\Command\\DebugCommand',
  1644.             'console.command.router_debug' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\RouterDebugCommand',
  1645.             'console.command.router_match' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\RouterMatchCommand',
  1646.             'console.command.secrets_decrypt_to_local' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\SecretsDecryptToLocalCommand',
  1647.             'console.command.secrets_encrypt_from_local' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\SecretsEncryptFromLocalCommand',
  1648.             'console.command.secrets_generate_key' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\SecretsGenerateKeysCommand',
  1649.             'console.command.secrets_list' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\SecretsListCommand',
  1650.             'console.command.secrets_remove' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\SecretsRemoveCommand',
  1651.             'console.command.secrets_set' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\SecretsSetCommand',
  1652.             'console.command.translation_debug' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\TranslationDebugCommand',
  1653.             'console.command.translation_update' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\TranslationUpdateCommand',
  1654.             'console.command.xliff_lint' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\XliffLintCommand',
  1655.             'console.command.yaml_lint' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\YamlLintCommand',
  1656.             'doctrine.cache_clear_metadata_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ClearMetadataCacheDoctrineCommand',
  1657.             'doctrine.cache_clear_query_cache_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ClearQueryCacheDoctrineCommand',
  1658.             'doctrine.cache_clear_result_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ClearResultCacheDoctrineCommand',
  1659.             'doctrine.cache_collection_region_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\CollectionRegionDoctrineCommand',
  1660.             'doctrine.clear_entity_region_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\EntityRegionCacheDoctrineCommand',
  1661.             'doctrine.clear_query_region_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\QueryRegionCacheDoctrineCommand',
  1662.             'doctrine.database_create_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\CreateDatabaseDoctrineCommand',
  1663.             'doctrine.database_drop_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\DropDatabaseDoctrineCommand',
  1664.             'doctrine.database_import_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ImportDoctrineCommand',
  1665.             'doctrine.ensure_production_settings_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\EnsureProductionSettingsDoctrineCommand',
  1666.             'doctrine.mapping_convert_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ConvertMappingDoctrineCommand',
  1667.             'doctrine.mapping_import_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\ImportMappingDoctrineCommand',
  1668.             'doctrine.mapping_info_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\InfoDoctrineCommand',
  1669.             'doctrine.query_dql_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\RunDqlDoctrineCommand',
  1670.             'doctrine.query_sql_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\RunSqlDoctrineCommand',
  1671.             'doctrine.schema_create_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\CreateSchemaDoctrineCommand',
  1672.             'doctrine.schema_drop_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\DropSchemaDoctrineCommand',
  1673.             'doctrine.schema_update_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\UpdateSchemaDoctrineCommand',
  1674.             'doctrine.schema_validate_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ValidateSchemaCommand',
  1675.             'doctrine_migrations.current_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\CurrentCommand',
  1676.             'doctrine_migrations.diff_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\DiffCommand',
  1677.             'doctrine_migrations.dump_schema_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\DumpSchemaCommand',
  1678.             'doctrine_migrations.execute_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\ExecuteCommand',
  1679.             'doctrine_migrations.generate_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\GenerateCommand',
  1680.             'doctrine_migrations.latest_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\LatestCommand',
  1681.             'doctrine_migrations.migrate_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\MigrateCommand',
  1682.             'doctrine_migrations.rollup_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\RollupCommand',
  1683.             'doctrine_migrations.status_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\StatusCommand',
  1684.             'doctrine_migrations.sync_metadata_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\SyncMetadataCommand',
  1685.             'doctrine_migrations.up_to_date_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\UpToDateCommand',
  1686.             'doctrine_migrations.version_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\VersionCommand',
  1687.             'doctrine_migrations.versions_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\ListCommand',
  1688.             'easyadmin.command.make_admin_migration' => 'EasyCorp\\Bundle\\EasyAdminBundle\\Command\\MakeAdminMigrationCommand',
  1689.             'fos_ck_editor.command.installer' => 'FOS\\CKEditorBundle\\Command\\CKEditorInstallerCommand',
  1690.             'fos_js_routing.dump_command' => 'FOS\\JsRoutingBundle\\Command\\DumpCommand',
  1691.             'fos_js_routing.router_debug_exposed_command' => 'FOS\\JsRoutingBundle\\Command\\RouterDebugExposedCommand',
  1692.             'fos_user.command.activate_user' => 'FOS\\UserBundle\\Command\\ActivateUserCommand',
  1693.             'fos_user.command.change_password' => 'FOS\\UserBundle\\Command\\ChangePasswordCommand',
  1694.             'fos_user.command.create_user' => 'FOS\\UserBundle\\Command\\CreateUserCommand',
  1695.             'fos_user.command.deactivate_user' => 'FOS\\UserBundle\\Command\\DeactivateUserCommand',
  1696.             'fos_user.command.demote_user' => 'FOS\\UserBundle\\Command\\DemoteUserCommand',
  1697.             'fos_user.command.promote_user' => 'FOS\\UserBundle\\Command\\PromoteUserCommand',
  1698.             'maker.auto_command.make_auth' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  1699.             'maker.auto_command.make_command' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  1700.             'maker.auto_command.make_controller' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  1701.             'maker.auto_command.make_crud' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  1702.             'maker.auto_command.make_docker_database' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  1703.             'maker.auto_command.make_entity' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  1704.             'maker.auto_command.make_fixtures' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  1705.             'maker.auto_command.make_form' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  1706.             'maker.auto_command.make_message' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  1707.             'maker.auto_command.make_messenger_middleware' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  1708.             'maker.auto_command.make_migration' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  1709.             'maker.auto_command.make_registration_form' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  1710.             'maker.auto_command.make_reset_password' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  1711.             'maker.auto_command.make_serializer_encoder' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  1712.             'maker.auto_command.make_serializer_normalizer' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  1713.             'maker.auto_command.make_subscriber' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  1714.             'maker.auto_command.make_test' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  1715.             'maker.auto_command.make_twig_extension' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  1716.             'maker.auto_command.make_user' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  1717.             'maker.auto_command.make_validator' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  1718.             'maker.auto_command.make_voter' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  1719.             'monolog.command.server_log' => 'Symfony\\Bridge\\Monolog\\Command\\ServerLogCommand',
  1720.             'security.command.user_password_encoder' => 'Symfony\\Bundle\\SecurityBundle\\Command\\UserPasswordEncoderCommand',
  1721.             'swiftmailer.command.debug' => 'Symfony\\Bundle\\SwiftmailerBundle\\Command\\DebugCommand',
  1722.             'swiftmailer.command.new_email' => 'Symfony\\Bundle\\SwiftmailerBundle\\Command\\NewEmailCommand',
  1723.             'swiftmailer.command.send_email' => 'Symfony\\Bundle\\SwiftmailerBundle\\Command\\SendEmailCommand',
  1724.             'twig.command.debug' => 'Symfony\\Bridge\\Twig\\Command\\DebugCommand',
  1725.             'twig.command.lint' => 'Symfony\\Bundle\\TwigBundle\\Command\\LintCommand',
  1726.             'var_dumper.command.server_dump' => 'Symfony\\Component\\VarDumper\\Command\\ServerDumpCommand',
  1727.             'vich_uploader.command.mapping_debug' => 'Vich\\UploaderBundle\\Command\\MappingDebugCommand',
  1728.             'vich_uploader.command.mapping_debug_class' => 'Vich\\UploaderBundle\\Command\\MappingDebugClassCommand',
  1729.             'vich_uploader.command.mapping_list_classes' => 'Vich\\UploaderBundle\\Command\\MappingListClassesCommand',
  1730.             'web_server.command.server_run' => 'Symfony\\Bundle\\WebServerBundle\\Command\\ServerRunCommand',
  1731.             'web_server.command.server_start' => 'Symfony\\Bundle\\WebServerBundle\\Command\\ServerStartCommand',
  1732.             'web_server.command.server_status' => 'Symfony\\Bundle\\WebServerBundle\\Command\\ServerStatusCommand',
  1733.             'web_server.command.server_stop' => 'Symfony\\Bundle\\WebServerBundle\\Command\\ServerStopCommand',
  1734.         ]), ['about' => 'console.command.about''assets:install' => 'console.command.assets_install''cache:clear' => 'console.command.cache_clear''cache:pool:clear' => 'console.command.cache_pool_clear''cache:pool:prune' => 'console.command.cache_pool_prune''cache:pool:delete' => 'console.command.cache_pool_delete''cache:pool:list' => 'console.command.cache_pool_list''cache:warmup' => 'console.command.cache_warmup''debug:config' => 'console.command.config_debug''config:dump-reference' => 'console.command.config_dump_reference''debug:container' => 'console.command.container_debug''lint:container' => 'console.command.container_lint''debug:autowiring' => 'console.command.debug_autowiring''debug:event-dispatcher' => 'console.command.event_dispatcher_debug''debug:router' => 'console.command.router_debug''router:match' => 'console.command.router_match''debug:translation' => 'console.command.translation_debug''translation:update' => 'console.command.translation_update''lint:xliff' => 'console.command.xliff_lint''lint:yaml' => 'console.command.yaml_lint''debug:form' => 'console.command.form_debug''secrets:set' => 'console.command.secrets_set''secrets:remove' => 'console.command.secrets_remove''secrets:generate-keys' => 'console.command.secrets_generate_key''secrets:list' => 'console.command.secrets_list''secrets:decrypt-to-local' => 'console.command.secrets_decrypt_to_local''secrets:encrypt-from-local' => 'console.command.secrets_encrypt_from_local''doctrine:database:create' => 'doctrine.database_create_command''doctrine:database:drop' => 'doctrine.database_drop_command''doctrine:query:sql' => 'doctrine.query_sql_command''dbal:run-sql' => 'Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand''doctrine:database:import' => 'doctrine.database_import_command''doctrine:cache:clear-metadata' => 'doctrine.cache_clear_metadata_command''doctrine:cache:clear-query' => 'doctrine.cache_clear_query_cache_command''doctrine:cache:clear-result' => 'doctrine.cache_clear_result_command''doctrine:cache:clear-collection-region' => 'doctrine.cache_collection_region_command''doctrine:mapping:convert' => 'doctrine.mapping_convert_command''doctrine:schema:create' => 'doctrine.schema_create_command''doctrine:schema:drop' => 'doctrine.schema_drop_command''doctrine:ensure-production-settings' => 'doctrine.ensure_production_settings_command''doctrine:cache:clear-entity-region' => 'doctrine.clear_entity_region_command''doctrine:mapping:info' => 'doctrine.mapping_info_command''doctrine:cache:clear-query-region' => 'doctrine.clear_query_region_command''doctrine:query:dql' => 'doctrine.query_dql_command''doctrine:schema:update' => 'doctrine.schema_update_command''doctrine:schema:validate' => 'doctrine.schema_validate_command''doctrine:mapping:import' => 'doctrine.mapping_import_command''doctrine:migrations:diff' => 'doctrine_migrations.diff_command''doctrine:migrations:sync-metadata-storage' => 'doctrine_migrations.sync_metadata_command''doctrine:migrations:list' => 'doctrine_migrations.versions_command''doctrine:migrations:current' => 'doctrine_migrations.current_command''doctrine:migrations:dump-schema' => 'doctrine_migrations.dump_schema_command''doctrine:migrations:execute' => 'doctrine_migrations.execute_command''doctrine:migrations:generate' => 'doctrine_migrations.generate_command''doctrine:migrations:latest' => 'doctrine_migrations.latest_command''doctrine:migrations:migrate' => 'doctrine_migrations.migrate_command''doctrine:migrations:rollup' => 'doctrine_migrations.rollup_command''doctrine:migrations:status' => 'doctrine_migrations.status_command''doctrine:migrations:up-to-date' => 'doctrine_migrations.up_to_date_command''doctrine:migrations:version' => 'doctrine_migrations.version_command''security:encode-password' => 'security.command.user_password_encoder''debug:swiftmailer' => 'swiftmailer.command.debug''swiftmailer:email:send' => 'swiftmailer.command.new_email''swiftmailer:spool:send' => 'swiftmailer.command.send_email''debug:twig' => 'twig.command.debug''lint:twig' => 'twig.command.lint''server:dump' => 'var_dumper.command.server_dump''server:log' => 'monolog.command.server_log''server:run' => 'web_server.command.server_run''server:start' => 'web_server.command.server_start''server:stop' => 'web_server.command.server_stop''server:status' => 'web_server.command.server_status''fos:user:activate' => 'fos_user.command.activate_user''fos:user:change-password' => 'fos_user.command.change_password''fos:user:create' => 'fos_user.command.create_user''fos:user:deactivate' => 'fos_user.command.deactivate_user''fos:user:demote' => 'fos_user.command.demote_user''fos:user:promote' => 'fos_user.command.promote_user''make:admin:migration' => 'easyadmin.command.make_admin_migration''vich:mapping:debug-class' => 'vich_uploader.command.mapping_debug_class''vich:mapping:debug' => 'vich_uploader.command.mapping_debug''vich:mapping:list-classes' => 'vich_uploader.command.mapping_list_classes''fos:js-routing:dump' => 'fos_js_routing.dump_command''fos:js-routing:debug' => 'fos_js_routing.router_debug_exposed_command''ckeditor:install' => 'fos_ck_editor.command.installer''debug:sonata:block' => 'Sonata\\BlockBundle\\Command\\DebugBlocksCommand''make:auth' => 'maker.auto_command.make_auth''make:command' => 'maker.auto_command.make_command''make:controller' => 'maker.auto_command.make_controller''make:crud' => 'maker.auto_command.make_crud''make:docker:database' => 'maker.auto_command.make_docker_database''make:entity' => 'maker.auto_command.make_entity''make:fixtures' => 'maker.auto_command.make_fixtures''make:form' => 'maker.auto_command.make_form''make:message' => 'maker.auto_command.make_message''make:messenger-middleware' => 'maker.auto_command.make_messenger_middleware''make:registration-form' => 'maker.auto_command.make_registration_form''make:reset-password' => 'maker.auto_command.make_reset_password''make:serializer:encoder' => 'maker.auto_command.make_serializer_encoder''make:serializer:normalizer' => 'maker.auto_command.make_serializer_normalizer''make:subscriber' => 'maker.auto_command.make_subscriber''make:twig-extension' => 'maker.auto_command.make_twig_extension''make:test' => 'maker.auto_command.make_test''make:unit-test' => 'maker.auto_command.make_test''make:functional-test' => 'maker.auto_command.make_test''make:validator' => 'maker.auto_command.make_validator''make:voter' => 'maker.auto_command.make_voter''make:user' => 'maker.auto_command.make_user''make:migration' => 'maker.auto_command.make_migration']);
  1735.     }
  1736.     /**
  1737.      * Gets the public 'container.env_var_processors_locator' shared service.
  1738.      *
  1739.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  1740.      */
  1741.     protected function getContainer_EnvVarProcessorsLocatorService()
  1742.     {
  1743.         return $this->services['container.env_var_processors_locator'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1744.             'base64' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1745.             'bool' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1746.             'const' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1747.             'csv' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1748.             'default' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1749.             'file' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1750.             'float' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1751.             'int' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1752.             'json' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1753.             'key' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1754.             'query_string' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1755.             'require' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1756.             'resolve' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1757.             'string' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1758.             'trim' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1759.             'url' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1760.         ], [
  1761.             'base64' => '?',
  1762.             'bool' => '?',
  1763.             'const' => '?',
  1764.             'csv' => '?',
  1765.             'default' => '?',
  1766.             'file' => '?',
  1767.             'float' => '?',
  1768.             'int' => '?',
  1769.             'json' => '?',
  1770.             'key' => '?',
  1771.             'query_string' => '?',
  1772.             'require' => '?',
  1773.             'resolve' => '?',
  1774.             'string' => '?',
  1775.             'trim' => '?',
  1776.             'url' => '?',
  1777.         ]);
  1778.     }
  1779.     /**
  1780.      * Gets the public 'data_collector.dump' shared service.
  1781.      *
  1782.      * @return \Symfony\Component\HttpKernel\DataCollector\DumpDataCollector
  1783.      */
  1784.     protected function getDataCollector_DumpService()
  1785.     {
  1786.         return $this->services['data_collector.dump'] = new \Symfony\Component\HttpKernel\DataCollector\DumpDataCollector(($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))), ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()), 'UTF-8', ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['var_dumper.server_connection'] ?? $this->getVarDumper_ServerConnectionService()));
  1787.     }
  1788.     /**
  1789.      * Gets the public 'doctrine' shared service.
  1790.      *
  1791.      * @return \Doctrine\Bundle\DoctrineBundle\Registry
  1792.      */
  1793.     protected function getDoctrineService()
  1794.     {
  1795.         return $this->services['doctrine'] = new \Doctrine\Bundle\DoctrineBundle\Registry($this$this->parameters['doctrine.connections'], $this->parameters['doctrine.entity_managers'], 'default''default');
  1796.     }
  1797.     /**
  1798.      * Gets the public 'doctrine.dbal.default_connection' shared service.
  1799.      *
  1800.      * @return \Doctrine\DBAL\Connection
  1801.      */
  1802.     protected function getDoctrine_Dbal_DefaultConnectionService()
  1803.     {
  1804.         $a = new \Doctrine\DBAL\Configuration();
  1805.         $b = new \Symfony\Bridge\Monolog\Logger('doctrine');
  1806.         $b->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1807.         $b->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1808.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($b);
  1809.         $a->setSQLLogger(new \Doctrine\DBAL\Logging\LoggerChain([=> new \Symfony\Bridge\Doctrine\Logger\DbalLogger($b, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))), => ($this->privates['doctrine.dbal.logger.profiling.default'] ?? ($this->privates['doctrine.dbal.logger.profiling.default'] = new \Doctrine\DBAL\Logging\DebugStack()))]));
  1810.         $c = new \Symfony\Bridge\Doctrine\ContainerAwareEventManager(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1811.             'doctrine.orm.default_listeners.attach_entity_listeners' => ['privates''doctrine.orm.default_listeners.attach_entity_listeners''getDoctrine_Orm_DefaultListeners_AttachEntityListenersService'false],
  1812.             'fos_user.user_listener' => ['privates''fos_user.user_listener''getFosUser_UserListenerService'false],
  1813.             'sonata.doctrine.mapper' => ['privates''sonata.doctrine.mapper''getSonata_Doctrine_MapperService'false],
  1814.             'vich_uploader.listener.clean.banners_images' => ['privates''vich_uploader.listener.clean.banners_images''getVichUploader_Listener_Clean_BannersImagesService'false],
  1815.             'vich_uploader.listener.clean.blog_images' => ['privates''vich_uploader.listener.clean.blog_images''getVichUploader_Listener_Clean_BlogImagesService'false],
  1816.             'vich_uploader.listener.clean.company_image' => ['privates''vich_uploader.listener.clean.company_image''getVichUploader_Listener_Clean_CompanyImageService'false],
  1817.             'vich_uploader.listener.clean.company_images' => ['privates''vich_uploader.listener.clean.company_images''getVichUploader_Listener_Clean_CompanyImagesService'false],
  1818.             'vich_uploader.listener.clean.image_store' => ['privates''vich_uploader.listener.clean.image_store''getVichUploader_Listener_Clean_ImageStoreService'false],
  1819.             'vich_uploader.listener.clean.user_cv' => ['privates''vich_uploader.listener.clean.user_cv''getVichUploader_Listener_Clean_UserCvService'false],
  1820.             'vich_uploader.listener.clean.user_images' => ['privates''vich_uploader.listener.clean.user_images''getVichUploader_Listener_Clean_UserImagesService'false],
  1821.             'vich_uploader.listener.remove.banners_images' => ['privates''vich_uploader.listener.remove.banners_images''getVichUploader_Listener_Remove_BannersImagesService'false],
  1822.             'vich_uploader.listener.remove.blog_images' => ['privates''vich_uploader.listener.remove.blog_images''getVichUploader_Listener_Remove_BlogImagesService'false],
  1823.             'vich_uploader.listener.remove.company_image' => ['privates''vich_uploader.listener.remove.company_image''getVichUploader_Listener_Remove_CompanyImageService'false],
  1824.             'vich_uploader.listener.remove.company_images' => ['privates''vich_uploader.listener.remove.company_images''getVichUploader_Listener_Remove_CompanyImagesService'false],
  1825.             'vich_uploader.listener.remove.image_store' => ['privates''vich_uploader.listener.remove.image_store''getVichUploader_Listener_Remove_ImageStoreService'false],
  1826.             'vich_uploader.listener.remove.user_cv' => ['privates''vich_uploader.listener.remove.user_cv''getVichUploader_Listener_Remove_UserCvService'false],
  1827.             'vich_uploader.listener.remove.user_images' => ['privates''vich_uploader.listener.remove.user_images''getVichUploader_Listener_Remove_UserImagesService'false],
  1828.             'vich_uploader.listener.upload.banners_images' => ['privates''vich_uploader.listener.upload.banners_images''getVichUploader_Listener_Upload_BannersImagesService'false],
  1829.             'vich_uploader.listener.upload.blog_images' => ['privates''vich_uploader.listener.upload.blog_images''getVichUploader_Listener_Upload_BlogImagesService'false],
  1830.             'vich_uploader.listener.upload.company_image' => ['privates''vich_uploader.listener.upload.company_image''getVichUploader_Listener_Upload_CompanyImageService'false],
  1831.             'vich_uploader.listener.upload.company_images' => ['privates''vich_uploader.listener.upload.company_images''getVichUploader_Listener_Upload_CompanyImagesService'false],
  1832.             'vich_uploader.listener.upload.image_store' => ['privates''vich_uploader.listener.upload.image_store''getVichUploader_Listener_Upload_ImageStoreService'false],
  1833.             'vich_uploader.listener.upload.user_cv' => ['privates''vich_uploader.listener.upload.user_cv''getVichUploader_Listener_Upload_UserCvService'false],
  1834.             'vich_uploader.listener.upload.user_images' => ['privates''vich_uploader.listener.upload.user_images''getVichUploader_Listener_Upload_UserImagesService'false],
  1835.         ], [
  1836.             'doctrine.orm.default_listeners.attach_entity_listeners' => '?',
  1837.             'fos_user.user_listener' => '?',
  1838.             'sonata.doctrine.mapper' => '?',
  1839.             'vich_uploader.listener.clean.banners_images' => '?',
  1840.             'vich_uploader.listener.clean.blog_images' => '?',
  1841.             'vich_uploader.listener.clean.company_image' => '?',
  1842.             'vich_uploader.listener.clean.company_images' => '?',
  1843.             'vich_uploader.listener.clean.image_store' => '?',
  1844.             'vich_uploader.listener.clean.user_cv' => '?',
  1845.             'vich_uploader.listener.clean.user_images' => '?',
  1846.             'vich_uploader.listener.remove.banners_images' => '?',
  1847.             'vich_uploader.listener.remove.blog_images' => '?',
  1848.             'vich_uploader.listener.remove.company_image' => '?',
  1849.             'vich_uploader.listener.remove.company_images' => '?',
  1850.             'vich_uploader.listener.remove.image_store' => '?',
  1851.             'vich_uploader.listener.remove.user_cv' => '?',
  1852.             'vich_uploader.listener.remove.user_images' => '?',
  1853.             'vich_uploader.listener.upload.banners_images' => '?',
  1854.             'vich_uploader.listener.upload.blog_images' => '?',
  1855.             'vich_uploader.listener.upload.company_image' => '?',
  1856.             'vich_uploader.listener.upload.company_images' => '?',
  1857.             'vich_uploader.listener.upload.image_store' => '?',
  1858.             'vich_uploader.listener.upload.user_cv' => '?',
  1859.             'vich_uploader.listener.upload.user_images' => '?',
  1860.         ]), [=> 'vich_uploader.listener.clean.blog_images'=> 'vich_uploader.listener.clean.user_images'=> 'vich_uploader.listener.clean.company_images'=> 'vich_uploader.listener.clean.user_cv'=> 'vich_uploader.listener.clean.image_store'=> 'vich_uploader.listener.clean.company_image'=> 'vich_uploader.listener.clean.banners_images'=> 'fos_user.user_listener'=> 'vich_uploader.listener.remove.blog_images'=> 'vich_uploader.listener.upload.blog_images'10 => 'vich_uploader.listener.remove.user_images'11 => 'vich_uploader.listener.upload.user_images'12 => 'vich_uploader.listener.remove.company_images'13 => 'vich_uploader.listener.upload.company_images'14 => 'vich_uploader.listener.remove.user_cv'15 => 'vich_uploader.listener.upload.user_cv'16 => 'vich_uploader.listener.remove.image_store'17 => 'vich_uploader.listener.upload.image_store'18 => 'vich_uploader.listener.remove.company_image'19 => 'vich_uploader.listener.upload.company_image'20 => 'vich_uploader.listener.remove.banners_images'21 => 'vich_uploader.listener.upload.banners_images'22 => 'sonata.doctrine.mapper']);
  1861.         $c->addEventListener([=> 'loadClassMetadata'], 'doctrine.orm.default_listeners.attach_entity_listeners');
  1862.         return $this->services['doctrine.dbal.default_connection'] = (new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory($this->parameters['doctrine.dbal.connection_factory.types']))->createConnection(['connection_override_options' => [], 'url' => $this->getEnv('resolve:DATABASE_URL'), 'charset' => 'utf8mb4''driver' => 'pdo_mysql''host' => 'localhost''port' => NULL'user' => 'root''password' => NULL'driverOptions' => [], 'defaultTableOptions' => ['collate' => 'utf8mb4_unicode_ci']], $a$c, []);
  1863.     }
  1864.     /**
  1865.      * Gets the public 'doctrine.orm.default_entity_manager' shared service.
  1866.      *
  1867.      * @return \Doctrine\ORM\EntityManager
  1868.      */
  1869.     protected function getDoctrine_Orm_DefaultEntityManagerService($lazyLoad true)
  1870.     {
  1871.         $a = new \Doctrine\ORM\Configuration();
  1872.         $b = new \Doctrine\Persistence\Mapping\Driver\MappingDriverChain();
  1873.         $c = ($this->privates['doctrine.orm.default_annotation_metadata_driver'] ?? $this->getDoctrine_Orm_DefaultAnnotationMetadataDriverService());
  1874.         $b->addDriver($c'App\\Entity');
  1875.         $b->addDriver($c'Vich\\UploaderBundle\\Entity');
  1876.         $b->addDriver($c'Beelab\\PaypalBundle\\Entity');
  1877.         $b->addDriver(new \Doctrine\ORM\Mapping\Driver\XmlDriver(new \Doctrine\Persistence\Mapping\Driver\SymfonyFileLocator([(\dirname(__DIR__6).'/shared/vendor/friendsofsymfony/user-bundle/Resources/config/doctrine-mapping') => 'FOS\\UserBundle\\Model'], '.orm.xml')), 'FOS\\UserBundle\\Model');
  1878.         $a->setEntityNamespaces(['App' => 'App\\Entity''VichUploaderBundle' => 'Vich\\UploaderBundle\\Entity''BeelabPaypalBundle' => 'Beelab\\PaypalBundle\\Entity']);
  1879.         $a->setMetadataCacheImpl(new \Symfony\Component\Cache\DoctrineProvider(($this->privates['cache.doctrine.orm.default.metadata'] ?? $this->getCache_Doctrine_Orm_Default_MetadataService())));
  1880.         $a->setQueryCacheImpl(new \Symfony\Component\Cache\DoctrineProvider(($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService())));
  1881.         $a->setResultCacheImpl(new \Symfony\Component\Cache\DoctrineProvider(($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService())));
  1882.         $a->setMetadataDriverImpl($b);
  1883.         $a->setProxyDir(($this->targetDir.''.'/doctrine/orm/Proxies'));
  1884.         $a->setProxyNamespace('Proxies');
  1885.         $a->setAutoGenerateProxyClasses(true);
  1886.         $a->setClassMetadataFactoryName('Doctrine\\ORM\\Mapping\\ClassMetadataFactory');
  1887.         $a->setDefaultRepositoryClassName('Doctrine\\ORM\\EntityRepository');
  1888.         $a->setNamingStrategy(new \Doctrine\ORM\Mapping\UnderscoreNamingStrategy());
  1889.         $a->setQuoteStrategy(new \Doctrine\ORM\Mapping\DefaultQuoteStrategy());
  1890.         $a->setEntityListenerResolver(new \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver($this));
  1891.         $a->setRepositoryFactory(new \Doctrine\Bundle\DoctrineBundle\Repository\ContainerRepositoryFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1892.             'App\\Repository\\AlertRepository' => ['privates''App\\Repository\\AlertRepository''getAlertRepositoryService'false],
  1893.             'App\\Repository\\AnouncementRepository' => ['privates''App\\Repository\\AnouncementRepository''getAnouncementRepositoryService'false],
  1894.             'App\\Repository\\BlogRepository' => ['privates''App\\Repository\\BlogRepository''getBlogRepositoryService'false],
  1895.             'App\\Repository\\CalificationRepository' => ['privates''App\\Repository\\CalificationRepository''getCalificationRepositoryService'false],
  1896.             'App\\Repository\\CategoryRepository' => ['privates''App\\Repository\\CategoryRepository''getCategoryRepositoryService'false],
  1897.             'App\\Repository\\CommentRepository' => ['privates''App\\Repository\\CommentRepository''getCommentRepositoryService'false],
  1898.             'App\\Repository\\CompanyRepository' => ['privates''App\\Repository\\CompanyRepository''getCompanyRepositoryService'false],
  1899.             'App\\Repository\\ConsultaRepository' => ['privates''App\\Repository\\ConsultaRepository''getConsultaRepositoryService'false],
  1900.             'App\\Repository\\ContactMessageRepository' => ['privates''App\\Repository\\ContactMessageRepository''getContactMessageRepositoryService'false],
  1901.             'App\\Repository\\CountryRepository' => ['privates''App\\Repository\\CountryRepository''getCountryRepositoryService'false],
  1902.             'App\\Repository\\EducationRepository' => ['privates''App\\Repository\\EducationRepository''getEducationRepositoryService'false],
  1903.             'App\\Repository\\FeedUrlRepository' => ['privates''App\\Repository\\FeedUrlRepository''getFeedUrlRepositoryService'false],
  1904.             'App\\Repository\\ImageRepository' => ['privates''App\\Repository\\ImageRepository''getImageRepositoryService'false],
  1905.             'App\\Repository\\JobRepository' => ['privates''App\\Repository\\JobRepository''getJobRepositoryService'false],
  1906.             'App\\Repository\\MetadataRepository' => ['privates''App\\Repository\\MetadataRepository''getMetadataRepositoryService'false],
  1907.             'App\\Repository\\NotificationRepository' => ['privates''App\\Repository\\NotificationRepository''getNotificationRepositoryService'false],
  1908.             'App\\Repository\\OcupationRepository' => ['privates''App\\Repository\\OcupationRepository''getOcupationRepositoryService'false],
  1909.             'App\\Repository\\PaymentForJobsMetadataRepository' => ['privates''App\\Repository\\PaymentForJobsMetadataRepository''getPaymentForJobsMetadataRepositoryService'false],
  1910.             'App\\Repository\\PaymentForJobsRepository' => ['privates''App\\Repository\\PaymentForJobsRepository''getPaymentForJobsRepositoryService'false],
  1911.             'App\\Repository\\PaymentForServicesMetadataRepository' => ['privates''App\\Repository\\PaymentForServicesMetadataRepository''getPaymentForServicesMetadataRepositoryService'false],
  1912.             'App\\Repository\\PaymentForServicesRepository' => ['privates''App\\Repository\\PaymentForServicesRepository''getPaymentForServicesRepositoryService'false],
  1913.             'App\\Repository\\PaymentRepository' => ['privates''App\\Repository\\PaymentRepository''getPaymentRepositoryService'false],
  1914.             'App\\Repository\\PolicyRepository' => ['privates''App\\Repository\\PolicyRepository''getPolicyRepositoryService'false],
  1915.             'App\\Repository\\ProfessionRepository' => ['privates''App\\Repository\\ProfessionRepository''getProfessionRepositoryService'false],
  1916.             'App\\Repository\\ProfessionalSkillRepository' => ['privates''App\\Repository\\ProfessionalSkillRepository''getProfessionalSkillRepositoryService'false],
  1917.             'App\\Repository\\RespuestaConsultaRepository' => ['privates''App\\Repository\\RespuestaConsultaRepository''getRespuestaConsultaRepositoryService'false],
  1918.             'App\\Repository\\ResumeMetadataRepository' => ['privates''App\\Repository\\ResumeMetadataRepository''getResumeMetadataRepositoryService'false],
  1919.             'App\\Repository\\ResumeRepository' => ['privates''App\\Repository\\ResumeRepository''getResumeRepositoryService'false],
  1920.             'App\\Repository\\ServiceJobRepository' => ['privates''App\\Repository\\ServiceJobRepository''getServiceJobRepositoryService'false],
  1921.             'App\\Repository\\SlideRepository' => ['privates''App\\Repository\\SlideRepository''getSlideRepositoryService'false],
  1922.             'App\\Repository\\StateRepository' => ['privates''App\\Repository\\StateRepository''getStateRepositoryService'false],
  1923.             'App\\Repository\\StaticPageRepository' => ['privates''App\\Repository\\StaticPageRepository''getStaticPageRepositoryService'false],
  1924.             'App\\Repository\\TitleRepository' => ['privates''App\\Repository\\TitleRepository''getTitleRepositoryService'false],
  1925.             'App\\Repository\\UserJobMetaRepository' => ['privates''App\\Repository\\UserJobMetaRepository''getUserJobMetaRepositoryService'false],
  1926.             'App\\Repository\\UserRepository' => ['privates''App\\Repository\\UserRepository''getUserRepositoryService'false],
  1927.         ], [
  1928.             'App\\Repository\\AlertRepository' => '?',
  1929.             'App\\Repository\\AnouncementRepository' => '?',
  1930.             'App\\Repository\\BlogRepository' => '?',
  1931.             'App\\Repository\\CalificationRepository' => '?',
  1932.             'App\\Repository\\CategoryRepository' => '?',
  1933.             'App\\Repository\\CommentRepository' => '?',
  1934.             'App\\Repository\\CompanyRepository' => '?',
  1935.             'App\\Repository\\ConsultaRepository' => '?',
  1936.             'App\\Repository\\ContactMessageRepository' => '?',
  1937.             'App\\Repository\\CountryRepository' => '?',
  1938.             'App\\Repository\\EducationRepository' => '?',
  1939.             'App\\Repository\\FeedUrlRepository' => '?',
  1940.             'App\\Repository\\ImageRepository' => '?',
  1941.             'App\\Repository\\JobRepository' => '?',
  1942.             'App\\Repository\\MetadataRepository' => '?',
  1943.             'App\\Repository\\NotificationRepository' => '?',
  1944.             'App\\Repository\\OcupationRepository' => '?',
  1945.             'App\\Repository\\PaymentForJobsMetadataRepository' => '?',
  1946.             'App\\Repository\\PaymentForJobsRepository' => '?',
  1947.             'App\\Repository\\PaymentForServicesMetadataRepository' => '?',
  1948.             'App\\Repository\\PaymentForServicesRepository' => '?',
  1949.             'App\\Repository\\PaymentRepository' => '?',
  1950.             'App\\Repository\\PolicyRepository' => '?',
  1951.             'App\\Repository\\ProfessionRepository' => '?',
  1952.             'App\\Repository\\ProfessionalSkillRepository' => '?',
  1953.             'App\\Repository\\RespuestaConsultaRepository' => '?',
  1954.             'App\\Repository\\ResumeMetadataRepository' => '?',
  1955.             'App\\Repository\\ResumeRepository' => '?',
  1956.             'App\\Repository\\ServiceJobRepository' => '?',
  1957.             'App\\Repository\\SlideRepository' => '?',
  1958.             'App\\Repository\\StateRepository' => '?',
  1959.             'App\\Repository\\StaticPageRepository' => '?',
  1960.             'App\\Repository\\TitleRepository' => '?',
  1961.             'App\\Repository\\UserJobMetaRepository' => '?',
  1962.             'App\\Repository\\UserRepository' => '?',
  1963.         ])));
  1964.         $a->addCustomStringFunction('DATE''DoctrineExtensions\\Query\\Mysql\\Date');
  1965.         $a->addCustomStringFunction('MONTH''DoctrineExtensions\\Query\\Mysql\\Month');
  1966.         $a->addCustomStringFunction('MONTHNAME''DoctrineExtensions\\Query\\Mysql\\MonthName');
  1967.         $a->addCustomStringFunction('YEAR''DoctrineExtensions\\Query\\Mysql\\Year');
  1968.         $a->addCustomStringFunction('DAY''DoctrineExtensions\\Query\\Mysql\\Day');
  1969.         $a->addCustomStringFunction('IF''DoctrineExtensions\\Query\\Mysql\\IfElse');
  1970.         $a->addCustomStringFunction('TIMESTAMPDIFF''DoctrineExtensions\\Query\\Mysql\\TimestampDiff');
  1971.         $a->addCustomStringFunction('GROUP_CONCAT''DoctrineExtensions\\Query\\Mysql\\GroupConcat');
  1972.         $this->services['doctrine.orm.default_entity_manager'] = $instance = \Doctrine\ORM\EntityManager::create(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()), $a);
  1973.         (new \Doctrine\Bundle\DoctrineBundle\ManagerConfigurator([], []))->configure($instance);
  1974.         return $instance;
  1975.     }
  1976.     /**
  1977.      * Gets the public 'easyadmin.autocomplete' shared service.
  1978.      *
  1979.      * @return \EasyCorp\Bundle\EasyAdminBundle\Search\Autocomplete
  1980.      */
  1981.     protected function getEasyadmin_AutocompleteService()
  1982.     {
  1983.         include_once \dirname(__DIR__6).'/shared/vendor/easycorp/easyadmin-bundle/src/Search/Autocomplete.php';
  1984.         include_once \dirname(__DIR__6).'/shared/vendor/easycorp/easyadmin-bundle/src/Search/Finder.php';
  1985.         include_once \dirname(__DIR__6).'/shared/vendor/easycorp/easyadmin-bundle/src/Search/Paginator.php';
  1986.         return $this->services['easyadmin.autocomplete'] = new \EasyCorp\Bundle\EasyAdminBundle\Search\Autocomplete(($this->services['easyadmin.config.manager'] ?? $this->getEasyadmin_Config_ManagerService()), new \EasyCorp\Bundle\EasyAdminBundle\Search\Finder(($this->services['easyadmin.query_builder'] ?? $this->getEasyadmin_QueryBuilderService()), ($this->services['easyadmin.paginator'] ?? ($this->services['easyadmin.paginator'] = new \EasyCorp\Bundle\EasyAdminBundle\Search\Paginator()))), ($this->services['easyadmin.property_accessor'] ?? $this->getEasyadmin_PropertyAccessorService()));
  1987.     }
  1988.     /**
  1989.      * Gets the public 'easyadmin.command.make_admin_migration' shared service.
  1990.      *
  1991.      * @return \EasyCorp\Bundle\EasyAdminBundle\Command\MakeAdminMigrationCommand
  1992.      */
  1993.     protected function getEasyadmin_Command_MakeAdminMigrationService()
  1994.     {
  1995.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/console/Command/Command.php';
  1996.         include_once \dirname(__DIR__6).'/shared/vendor/easycorp/easyadmin-bundle/src/Command/MakeAdminMigrationCommand.php';
  1997.         $this->services['easyadmin.command.make_admin_migration'] = $instance = new \EasyCorp\Bundle\EasyAdminBundle\Command\MakeAdminMigrationCommand(($this->services['easyadmin.config.manager'] ?? $this->getEasyadmin_Config_ManagerService()), \dirname(__DIR__4));
  1998.         $instance->setName('make:admin:migration');
  1999.         return $instance;
  2000.     }
  2001.     /**
  2002.      * Gets the public 'easyadmin.config.manager' shared service.
  2003.      *
  2004.      * @return \EasyCorp\Bundle\EasyAdminBundle\Configuration\ConfigManager
  2005.      */
  2006.     protected function getEasyadmin_Config_ManagerService()
  2007.     {
  2008.         $this->services['easyadmin.config.manager'] = $instance = new \EasyCorp\Bundle\EasyAdminBundle\Configuration\ConfigManager($this->parameters['easyadmin.config'], true, ($this->services['easyadmin.property_accessor'] ?? $this->getEasyadmin_PropertyAccessorService()), ($this->privates['cache.easyadmin'] ?? $this->getCache_EasyadminService()));
  2009.         $a = ($this->services['easyadmin.filter.registry'] ?? $this->getEasyadmin_Filter_RegistryService());
  2010.         $instance->addConfigPass(new \EasyCorp\Bundle\EasyAdminBundle\Configuration\NormalizerConfigPass($this$a));
  2011.         $instance->addConfigPass(new \EasyCorp\Bundle\EasyAdminBundle\Configuration\DesignConfigPass('en'));
  2012.         $instance->addConfigPass(new \EasyCorp\Bundle\EasyAdminBundle\Configuration\MenuConfigPass());
  2013.         $instance->addConfigPass(new \EasyCorp\Bundle\EasyAdminBundle\Configuration\ActionConfigPass());
  2014.         $instance->addConfigPass(new \EasyCorp\Bundle\EasyAdminBundle\Configuration\MetadataConfigPass(($this->services['doctrine'] ?? $this->getDoctrineService())));
  2015.         $instance->addConfigPass(new \EasyCorp\Bundle\EasyAdminBundle\Configuration\PropertyConfigPass(($this->privates['form.registry'] ?? $this->getForm_RegistryService()), $a));
  2016.         $instance->addConfigPass(new \EasyCorp\Bundle\EasyAdminBundle\Configuration\ViewConfigPass());
  2017.         $instance->addConfigPass(new \EasyCorp\Bundle\EasyAdminBundle\Configuration\TemplateConfigPass(($this->privates['twig.loader.filesystem'] ?? $this->getTwig_Loader_FilesystemService())));
  2018.         $instance->addConfigPass(new \EasyCorp\Bundle\EasyAdminBundle\Configuration\DefaultConfigPass());
  2019.         return $instance;
  2020.     }
  2021.     /**
  2022.      * Gets the public 'easyadmin.filter.registry' shared service.
  2023.      *
  2024.      * @return \EasyCorp\Bundle\EasyAdminBundle\Form\Filter\FilterRegistry
  2025.      */
  2026.     protected function getEasyadmin_Filter_RegistryService()
  2027.     {
  2028.         return $this->services['easyadmin.filter.registry'] = new \EasyCorp\Bundle\EasyAdminBundle\Form\Filter\FilterRegistry(['array' => 'easyadmin.filter.type.array''boolean' => 'easyadmin.filter.type.boolean''comparison' => 'easyadmin.filter.type.comparison''date' => 'easyadmin.filter.type.date''dateinterval' => 'easyadmin.filter.type.dateinterval''datetime' => 'easyadmin.filter.type.datetime''decimal' => 'easyadmin.filter.type.decimal''choice' => 'easyadmin.filter.type.choice''entity' => 'easyadmin.filter.type.entity''float' => 'easyadmin.filter.type.float''integer' => 'easyadmin.filter.type.integer''text' => 'easyadmin.filter.type.text''textarea' => 'easyadmin.filter.type.textarea''time' => 'easyadmin.filter.type.time'], new RewindableGenerator(function () {
  2029.             yield => ($this->privates['easyadmin.filter.type_guesser.doctrine'] ?? $this->getEasyadmin_Filter_TypeGuesser_DoctrineService());
  2030.         }, 1));
  2031.     }
  2032.     /**
  2033.      * Gets the public 'easyadmin.form.guesser.missing_doctrine_orm_type_guesser' shared service.
  2034.      *
  2035.      * @return \EasyCorp\Bundle\EasyAdminBundle\Form\Guesser\MissingDoctrineOrmTypeGuesser
  2036.      */
  2037.     protected function getEasyadmin_Form_Guesser_MissingDoctrineOrmTypeGuesserService()
  2038.     {
  2039.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/form/FormTypeGuesserInterface.php';
  2040.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/doctrine-bridge/Form/DoctrineOrmTypeGuesser.php';
  2041.         include_once \dirname(__DIR__6).'/shared/vendor/easycorp/easyadmin-bundle/src/Form/Guesser/MissingDoctrineOrmTypeGuesser.php';
  2042.         return $this->services['easyadmin.form.guesser.missing_doctrine_orm_type_guesser'] = new \EasyCorp\Bundle\EasyAdminBundle\Form\Guesser\MissingDoctrineOrmTypeGuesser(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2043.     }
  2044.     /**
  2045.      * Gets the public 'easyadmin.listener.controller' shared service.
  2046.      *
  2047.      * @return \EasyCorp\Bundle\EasyAdminBundle\EventListener\ControllerListener
  2048.      */
  2049.     protected function getEasyadmin_Listener_ControllerService()
  2050.     {
  2051.         return $this->services['easyadmin.listener.controller'] = new \EasyCorp\Bundle\EasyAdminBundle\EventListener\ControllerListener(($this->services['easyadmin.config.manager'] ?? $this->getEasyadmin_Config_ManagerService()), ($this->privates['debug.controller_resolver'] ?? $this->getDebug_ControllerResolverService()));
  2052.     }
  2053.     /**
  2054.      * Gets the public 'easyadmin.listener.request_post_initialize' shared service.
  2055.      *
  2056.      * @return \EasyCorp\Bundle\EasyAdminBundle\EventListener\RequestPostInitializeListener
  2057.      */
  2058.     protected function getEasyadmin_Listener_RequestPostInitializeService()
  2059.     {
  2060.         include_once \dirname(__DIR__6).'/shared/vendor/easycorp/easyadmin-bundle/src/EventListener/RequestPostInitializeListener.php';
  2061.         return $this->services['easyadmin.listener.request_post_initialize'] = new \EasyCorp\Bundle\EasyAdminBundle\EventListener\RequestPostInitializeListener(($this->services['doctrine'] ?? $this->getDoctrineService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  2062.     }
  2063.     /**
  2064.      * Gets the public 'easyadmin.paginator' shared service.
  2065.      *
  2066.      * @return \EasyCorp\Bundle\EasyAdminBundle\Search\Paginator
  2067.      */
  2068.     protected function getEasyadmin_PaginatorService()
  2069.     {
  2070.         include_once \dirname(__DIR__6).'/shared/vendor/easycorp/easyadmin-bundle/src/Search/Paginator.php';
  2071.         return $this->services['easyadmin.paginator'] = new \EasyCorp\Bundle\EasyAdminBundle\Search\Paginator();
  2072.     }
  2073.     /**
  2074.      * Gets the public 'easyadmin.property_accessor' shared service.
  2075.      *
  2076.      * @return \Symfony\Component\PropertyAccess\PropertyAccessor
  2077.      */
  2078.     protected function getEasyadmin_PropertyAccessorService()
  2079.     {
  2080.         return $this->services['easyadmin.property_accessor'] = new \Symfony\Component\PropertyAccess\PropertyAccessor(falsefalse, new \Symfony\Component\Cache\Adapter\ArrayAdapter(0false), true);
  2081.     }
  2082.     /**
  2083.      * Gets the public 'easyadmin.query_builder' shared service.
  2084.      *
  2085.      * @return \EasyCorp\Bundle\EasyAdminBundle\Search\QueryBuilder
  2086.      */
  2087.     protected function getEasyadmin_QueryBuilderService()
  2088.     {
  2089.         include_once \dirname(__DIR__6).'/shared/vendor/easycorp/easyadmin-bundle/src/Search/QueryBuilder.php';
  2090.         return $this->services['easyadmin.query_builder'] = new \EasyCorp\Bundle\EasyAdminBundle\Search\QueryBuilder(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2091.     }
  2092.     /**
  2093.      * Gets the public 'easyadmin.router' shared service.
  2094.      *
  2095.      * @return \EasyCorp\Bundle\EasyAdminBundle\Router\EasyAdminRouter
  2096.      */
  2097.     protected function getEasyadmin_RouterService()
  2098.     {
  2099.         return $this->services['easyadmin.router'] = new \EasyCorp\Bundle\EasyAdminBundle\Router\EasyAdminRouter(($this->services['easyadmin.config.manager'] ?? $this->getEasyadmin_Config_ManagerService()), ($this->services['router'] ?? $this->getRouterService()), ($this->services['easyadmin.property_accessor'] ?? $this->getEasyadmin_PropertyAccessorService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  2100.     }
  2101.     /**
  2102.      * Gets the public 'easyadmin.security.authorization_checker' shared service.
  2103.      *
  2104.      * @return \EasyCorp\Bundle\EasyAdminBundle\Security\AuthorizationChecker
  2105.      */
  2106.     protected function getEasyadmin_Security_AuthorizationCheckerService()
  2107.     {
  2108.         return $this->services['easyadmin.security.authorization_checker'] = new \EasyCorp\Bundle\EasyAdminBundle\Security\AuthorizationChecker(($this->services['security.authorization_checker'] ?? $this->getSecurity_AuthorizationCheckerService()));
  2109.     }
  2110.     /**
  2111.      * Gets the public 'error_controller' shared service.
  2112.      *
  2113.      * @return \Symfony\Component\HttpKernel\Controller\ErrorController
  2114.      */
  2115.     protected function getErrorControllerService()
  2116.     {
  2117.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/http-kernel/Controller/ErrorController.php';
  2118.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/error-handler/ErrorRenderer/ErrorRendererInterface.php';
  2119.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/error-handler/ErrorRenderer/SerializerErrorRenderer.php';
  2120.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/twig-bridge/ErrorRenderer/TwigErrorRenderer.php';
  2121.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/error-handler/ErrorRenderer/HtmlErrorRenderer.php';
  2122.         $a = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  2123.         return $this->services['error_controller'] = new \Symfony\Component\HttpKernel\Controller\ErrorController(($this->services['http_kernel'] ?? $this->getHttpKernelService()), 'error_controller', new \Symfony\Component\ErrorHandler\ErrorRenderer\SerializerErrorRenderer(($this->services['serializer'] ?? $this->getSerializerService()), \Symfony\Component\ErrorHandler\ErrorRenderer\SerializerErrorRenderer::getPreferredFormat($a), new \Symfony\Bridge\Twig\ErrorRenderer\TwigErrorRenderer(($this->services['twig'] ?? $this->getTwigService()), ($this->privates['error_handler.error_renderer.html'] ?? $this->getErrorHandler_ErrorRenderer_HtmlService()), \Symfony\Bridge\Twig\ErrorRenderer\TwigErrorRenderer::isDebug($atrue)), \Symfony\Component\ErrorHandler\ErrorRenderer\HtmlErrorRenderer::isDebug($atrue)));
  2124.     }
  2125.     /**
  2126.      * Gets the public 'event_dispatcher' shared service.
  2127.      *
  2128.      * @return \Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher
  2129.      */
  2130.     protected function getEventDispatcherService()
  2131.     {
  2132.         $a = new \Symfony\Bridge\Monolog\Logger('event');
  2133.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2134.         $a->pushHandler(new \Monolog\Handler\NullHandler());
  2135.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  2136.         $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())));
  2137.         $instance->addListener('kernel.controller', [=> function () {
  2138.             return ($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector()));
  2139.         }, => 'onKernelController'], 0);
  2140.         $instance->addListener('kernel.controller', [=> function () {
  2141.             return ($this->services['easyadmin.listener.controller'] ?? $this->getEasyadmin_Listener_ControllerService());
  2142.         }, => 'onKernelController'], 0);
  2143.         $instance->addListener('easy_admin.post_initialize', [=> function () {
  2144.             return ($this->services['easyadmin.listener.request_post_initialize'] ?? $this->getEasyadmin_Listener_RequestPostInitializeService());
  2145.         }, => 'initializeRequest'], 0);
  2146.         $instance->addListener('kernel.request', [=> function () {
  2147.             return ($this->privates['knp_paginator.subscriber.sliding_pagination'] ?? $this->getKnpPaginator_Subscriber_SlidingPaginationService());
  2148.         }, => 'onKernelRequest'], 0);
  2149.         $instance->addListener('kernel.exception', [=> function () {
  2150.             return ($this->privates['webpack_encore.exception_listener'] ?? $this->getWebpackEncore_ExceptionListenerService());
  2151.         }, => 'onKernelException'], 0);
  2152.         $instance->addListener('kernel.response', [=> function () {
  2153.             return ($this->privates['sonata.block.cache.handler.default'] ?? ($this->privates['sonata.block.cache.handler.default'] = new \Sonata\BlockBundle\Cache\HttpCacheHandler()));
  2154.         }, => 'onKernelResponse'], 0);
  2155.         $instance->addListener('sonata.block.event.breadcrumb', [=> function () {
  2156.             return ($this->privates['sonata.seo.event.breadcrumb'] ?? ($this->privates['sonata.seo.event.breadcrumb'] = new \Sonata\SeoBundle\Event\BreadcrumbListener()));
  2157.         }, => 'onBlock'], 0);
  2158.         $instance->addListener('GENERATE_ALERT', [=> function () {
  2159.             return ($this->privates['App\\EventListener\\AlertListener'] ?? $this->getAlertListenerService());
  2160.         }, => 'onGenerateAlert'], 0);
  2161.         $instance->addListener('kernel.response', [=> function () {
  2162.             return ($this->privates['response_listener'] ?? ($this->privates['response_listener'] = new \Symfony\Component\HttpKernel\EventListener\ResponseListener('UTF-8')));
  2163.         }, => 'onKernelResponse'], 0);
  2164.         $instance->addListener('kernel.response', [=> function () {
  2165.             return ($this->privates['streamed_response_listener'] ?? ($this->privates['streamed_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\StreamedResponseListener()));
  2166.         }, => 'onKernelResponse'], -1024);
  2167.         $instance->addListener('kernel.request', [=> function () {
  2168.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  2169.         }, => 'setDefaultLocale'], 100);
  2170.         $instance->addListener('kernel.request', [=> function () {
  2171.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  2172.         }, => 'onKernelRequest'], 16);
  2173.         $instance->addListener('kernel.finish_request', [=> function () {
  2174.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  2175.         }, => 'onKernelFinishRequest'], 0);
  2176.         $instance->addListener('kernel.request', [=> function () {
  2177.             return ($this->privates['validate_request_listener'] ?? ($this->privates['validate_request_listener'] = new \Symfony\Component\HttpKernel\EventListener\ValidateRequestListener()));
  2178.         }, => 'onKernelRequest'], 256);
  2179.         $instance->addListener('kernel.request', [=> function () {
  2180.             return ($this->privates['.legacy_resolve_controller_name_subscriber'] ?? $this->get_LegacyResolveControllerNameSubscriberService());
  2181.         }, => 'resolveControllerName'], 24);
  2182.         $instance->addListener('kernel.response', [=> function () {
  2183.             return ($this->privates['disallow_search_engine_index_response_listener'] ?? ($this->privates['disallow_search_engine_index_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener()));
  2184.         }, => 'onResponse'], -255);
  2185.         $instance->addListener('kernel.request', [=> function () {
  2186.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  2187.         }, => 'onKernelRequest'], 15);
  2188.         $instance->addListener('kernel.finish_request', [=> function () {
  2189.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  2190.         }, => 'onKernelFinishRequest'], -15);
  2191.         $instance->addListener('console.error', [=> function () {
  2192.             return ($this->privates['console.error_listener'] ?? $this->getConsole_ErrorListenerService());
  2193.         }, => 'onConsoleError'], -128);
  2194.         $instance->addListener('console.terminate', [=> function () {
  2195.             return ($this->privates['console.error_listener'] ?? $this->getConsole_ErrorListenerService());
  2196.         }, => 'onConsoleTerminate'], -128);
  2197.         $instance->addListener('console.error', [=> function () {
  2198.             return ($this->privates['console.suggest_missing_package_subscriber'] ?? ($this->privates['console.suggest_missing_package_subscriber'] = new \Symfony\Bundle\FrameworkBundle\EventListener\SuggestMissingPackageSubscriber()));
  2199.         }, => 'onConsoleError'], 0);
  2200.         $instance->addListener('kernel.request', [=> function () {
  2201.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  2202.         }, => 'onKernelRequest'], 128);
  2203.         $instance->addListener('kernel.response', [=> function () {
  2204.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  2205.         }, => 'onKernelResponse'], -1000);
  2206.         $instance->addListener('kernel.finish_request', [=> function () {
  2207.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  2208.         }, => 'onFinishRequest'], 0);
  2209.         $instance->addListener('kernel.response', [=> function () {
  2210.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  2211.         }, => 'onKernelResponse'], -100);
  2212.         $instance->addListener('kernel.exception', [=> function () {
  2213.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  2214.         }, => 'onKernelException'], 0);
  2215.         $instance->addListener('kernel.terminate', [=> function () {
  2216.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  2217.         }, => 'onKernelTerminate'], -1024);
  2218.         $instance->addListener('kernel.controller', [=> function () {
  2219.             return ($this->privates['data_collector.request'] ?? ($this->privates['data_collector.request'] = new \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector()));
  2220.         }, => 'onKernelController'], 0);
  2221.         $instance->addListener('kernel.response', [=> function () {
  2222.             return ($this->privates['data_collector.request'] ?? ($this->privates['data_collector.request'] = new \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector()));
  2223.         }, => 'onKernelResponse'], 0);
  2224.         $instance->addListener('kernel.request', [=> function () {
  2225.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  2226.         }, => 'configure'], 2048);
  2227.         $instance->addListener('console.command', [=> function () {
  2228.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  2229.         }, => 'configure'], 2048);
  2230.         $instance->addListener('kernel.request', [=> function () {
  2231.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  2232.         }, => 'onKernelRequest'], 32);
  2233.         $instance->addListener('kernel.finish_request', [=> function () {
  2234.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  2235.         }, => 'onKernelFinishRequest'], 0);
  2236.         $instance->addListener('kernel.exception', [=> function () {
  2237.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  2238.         }, => 'onKernelException'], -64);
  2239.         $instance->addListener('kernel.response', [=> function () {
  2240.             return ($this->privates['web_link.add_link_header_listener'] ?? ($this->privates['web_link.add_link_header_listener'] = new \Symfony\Component\WebLink\EventListener\AddLinkHeaderListener()));
  2241.         }, => 'onKernelResponse'], 0);
  2242.         $instance->addListener('kernel.controller', [=> function () {
  2243.             return ($this->privates['sensio_framework_extra.controller.listener'] ?? $this->getSensioFrameworkExtra_Controller_ListenerService());
  2244.         }, => 'onKernelController'], 0);
  2245.         $instance->addListener('kernel.controller', [=> function () {
  2246.             return ($this->privates['sensio_framework_extra.converter.listener'] ?? $this->getSensioFrameworkExtra_Converter_ListenerService());
  2247.         }, => 'onKernelController'], 0);
  2248.         $instance->addListener('kernel.controller', [=> function () {
  2249.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  2250.         }, => 'onKernelController'], -128);
  2251.         $instance->addListener('kernel.view', [=> function () {
  2252.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  2253.         }, => 'onKernelView'], 0);
  2254.         $instance->addListener('kernel.controller', [=> function () {
  2255.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  2256.         }, => 'onKernelController'], 0);
  2257.         $instance->addListener('kernel.response', [=> function () {
  2258.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  2259.         }, => 'onKernelResponse'], 0);
  2260.         $instance->addListener('kernel.controller_arguments', [=> function () {
  2261.             return ($this->privates['sensio_framework_extra.security.listener'] ?? $this->getSensioFrameworkExtra_Security_ListenerService());
  2262.         }, => 'onKernelControllerArguments'], 0);
  2263.         $instance->addListener('kernel.controller_arguments', [=> function () {
  2264.             return ($this->privates['framework_extra_bundle.event.is_granted'] ?? $this->getFrameworkExtraBundle_Event_IsGrantedService());
  2265.         }, => 'onKernelControllerArguments'], 0);
  2266.         $instance->addListener('kernel.response', [=> function () {
  2267.             return ($this->privates['security.rememberme.response_listener'] ?? ($this->privates['security.rememberme.response_listener'] = new \Symfony\Component\Security\Http\RememberMe\ResponseListener()));
  2268.         }, => 'onKernelResponse'], 0);
  2269.         $instance->addListener('debug.security.authorization.vote', [=> function () {
  2270.             return ($this->privates['debug.security.voter.vote_listener'] ?? $this->getDebug_Security_Voter_VoteListenerService());
  2271.         }, => 'onVoterVote'], 0);
  2272.         $instance->addListener('kernel.request', [=> function () {
  2273.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  2274.         }, => 'configureLogoutUrlGenerator'], 8);
  2275.         $instance->addListener('kernel.request', [=> function () {
  2276.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  2277.         }, => 'onKernelRequest'], 8);
  2278.         $instance->addListener('kernel.finish_request', [=> function () {
  2279.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  2280.         }, => 'onKernelFinishRequest'], 0);
  2281.         $instance->addListener('kernel.exception', [=> function () {
  2282.             return ($this->privates['swiftmailer.email_sender.listener'] ?? $this->getSwiftmailer_EmailSender_ListenerService());
  2283.         }, => 'onException'], 0);
  2284.         $instance->addListener('kernel.terminate', [=> function () {
  2285.             return ($this->privates['swiftmailer.email_sender.listener'] ?? $this->getSwiftmailer_EmailSender_ListenerService());
  2286.         }, => 'onTerminate'], 0);
  2287.         $instance->addListener('console.error', [=> function () {
  2288.             return ($this->privates['swiftmailer.email_sender.listener'] ?? $this->getSwiftmailer_EmailSender_ListenerService());
  2289.         }, => 'onException'], 0);
  2290.         $instance->addListener('console.terminate', [=> function () {
  2291.             return ($this->privates['swiftmailer.email_sender.listener'] ?? $this->getSwiftmailer_EmailSender_ListenerService());
  2292.         }, => 'onTerminate'], 0);
  2293.         $instance->addListener('kernel.exception', [=> function () {
  2294.             return ($this->privates['twig.exception_listener'] ?? $this->getTwig_ExceptionListenerService());
  2295.         }, => 'logKernelException'], 0);
  2296.         $instance->addListener('kernel.exception', [=> function () {
  2297.             return ($this->privates['twig.exception_listener'] ?? $this->getTwig_ExceptionListenerService());
  2298.         }, => 'onKernelException'], -128);
  2299.         $instance->addListener('kernel.response', [=> function () {
  2300.             return ($this->privates['web_profiler.debug_toolbar'] ?? $this->getWebProfiler_DebugToolbarService());
  2301.         }, => 'onKernelResponse'], -128);
  2302.         $instance->addListener('console.command', [=> function () {
  2303.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  2304.         }, => 'onCommand'], 255);
  2305.         $instance->addListener('console.terminate', [=> function () {
  2306.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  2307.         }, => 'onTerminate'], -255);
  2308.         $instance->addListener('console.command', [=> function () {
  2309.             return ($this->privates['debug.dump_listener'] ?? $this->getDebug_DumpListenerService());
  2310.         }, => 'configure'], 1024);
  2311.         $instance->addListener('console.error', [=> function () {
  2312.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  2313.         }, => 'onConsoleError'], 0);
  2314.         $instance->addListener('console.terminate', [=> function () {
  2315.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  2316.         }, => 'onConsoleTerminate'], 0);
  2317.         $instance->addListener('fos_user.security.implicit_login', [=> function () {
  2318.             return ($this->privates['fos_user.security.interactive_login_listener'] ?? $this->getFosUser_Security_InteractiveLoginListenerService());
  2319.         }, => 'onImplicitLogin'], 0);
  2320.         $instance->addListener('security.interactive_login', [=> function () {
  2321.             return ($this->privates['fos_user.security.interactive_login_listener'] ?? $this->getFosUser_Security_InteractiveLoginListenerService());
  2322.         }, => 'onSecurityInteractiveLogin'], 0);
  2323.         $instance->addListener('fos_user.registration.completed', [=> function () {
  2324.             return ($this->privates['fos_user.listener.authentication'] ?? $this->getFosUser_Listener_AuthenticationService());
  2325.         }, => 'authenticate'], 0);
  2326.         $instance->addListener('fos_user.registration.confirmed', [=> function () {
  2327.             return ($this->privates['fos_user.listener.authentication'] ?? $this->getFosUser_Listener_AuthenticationService());
  2328.         }, => 'authenticate'], 0);
  2329.         $instance->addListener('fos_user.resetting.reset.completed', [=> function () {
  2330.             return ($this->privates['fos_user.listener.authentication'] ?? $this->getFosUser_Listener_AuthenticationService());
  2331.         }, => 'authenticate'], 0);
  2332.         $instance->addListener('fos_user.change_password.edit.completed', [=> function () {
  2333.             return ($this->privates['fos_user.listener.flash'] ?? $this->getFosUser_Listener_FlashService());
  2334.         }, => 'addSuccessFlash'], 0);
  2335.         $instance->addListener('fos_user.group.create.completed', [=> function () {
  2336.             return ($this->privates['fos_user.listener.flash'] ?? $this->getFosUser_Listener_FlashService());
  2337.         }, => 'addSuccessFlash'], 0);
  2338.         $instance->addListener('fos_user.group.delete.completed', [=> function () {
  2339.             return ($this->privates['fos_user.listener.flash'] ?? $this->getFosUser_Listener_FlashService());
  2340.         }, => 'addSuccessFlash'], 0);
  2341.         $instance->addListener('fos_user.group.edit.completed', [=> function () {
  2342.             return ($this->privates['fos_user.listener.flash'] ?? $this->getFosUser_Listener_FlashService());
  2343.         }, => 'addSuccessFlash'], 0);
  2344.         $instance->addListener('fos_user.profile.edit.completed', [=> function () {
  2345.             return ($this->privates['fos_user.listener.flash'] ?? $this->getFosUser_Listener_FlashService());
  2346.         }, => 'addSuccessFlash'], 0);
  2347.         $instance->addListener('fos_user.registration.completed', [=> function () {
  2348.             return ($this->privates['fos_user.listener.flash'] ?? $this->getFosUser_Listener_FlashService());
  2349.         }, => 'addSuccessFlash'], 0);
  2350.         $instance->addListener('fos_user.resetting.reset.completed', [=> function () {
  2351.             return ($this->privates['fos_user.listener.flash'] ?? $this->getFosUser_Listener_FlashService());
  2352.         }, => 'addSuccessFlash'], 0);
  2353.         $instance->addListener('fos_user.registration.success', [=> function () {
  2354.             return ($this->privates['fos_user.listener.email_confirmation'] ?? $this->getFosUser_Listener_EmailConfirmationService());
  2355.         }, => 'onRegistrationSuccess'], 0);
  2356.         $instance->addListener('fos_user.resetting.reset.initialize', [=> function () {
  2357.             return ($this->privates['fos_user.listener.resetting'] ?? $this->getFosUser_Listener_ResettingService());
  2358.         }, => 'onResettingResetInitialize'], 0);
  2359.         $instance->addListener('fos_user.resetting.reset.success', [=> function () {
  2360.             return ($this->privates['fos_user.listener.resetting'] ?? $this->getFosUser_Listener_ResettingService());
  2361.         }, => 'onResettingResetSuccess'], 0);
  2362.         $instance->addListener('fos_user.resetting.reset.request', [=> function () {
  2363.             return ($this->privates['fos_user.listener.resetting'] ?? $this->getFosUser_Listener_ResettingService());
  2364.         }, => 'onResettingResetRequest'], 0);
  2365.         $instance->addListener('knp_pager.before', [=> function () {
  2366.             return ($this->privates['knp_paginator.subscriber.paginate'] ?? ($this->privates['knp_paginator.subscriber.paginate'] = new \Knp\Component\Pager\Event\Subscriber\Paginate\PaginationSubscriber()));
  2367.         }, => 'before'], 0);
  2368.         $instance->addListener('knp_pager.pagination', [=> function () {
  2369.             return ($this->privates['knp_paginator.subscriber.paginate'] ?? ($this->privates['knp_paginator.subscriber.paginate'] = new \Knp\Component\Pager\Event\Subscriber\Paginate\PaginationSubscriber()));
  2370.         }, => 'pagination'], 0);
  2371.         $instance->addListener('knp_pager.before', [=> function () {
  2372.             return ($this->privates['knp_paginator.subscriber.sortable'] ?? ($this->privates['knp_paginator.subscriber.sortable'] = new \Knp\Component\Pager\Event\Subscriber\Sortable\SortableSubscriber()));
  2373.         }, => 'before'], 1);
  2374.         $instance->addListener('knp_pager.before', [=> function () {
  2375.             return ($this->privates['knp_paginator.subscriber.filtration'] ?? ($this->privates['knp_paginator.subscriber.filtration'] = new \Knp\Component\Pager\Event\Subscriber\Filtration\FiltrationSubscriber()));
  2376.         }, => 'before'], 1);
  2377.         $instance->addListener('knp_pager.pagination', [=> function () {
  2378.             return ($this->privates['knp_paginator.subscriber.sliding_pagination'] ?? $this->getKnpPaginator_Subscriber_SlidingPaginationService());
  2379.         }, => 'pagination'], 1);
  2380.         return $instance;
  2381.     }
  2382.     /**
  2383.      * Gets the public 'feedio' shared autowired service.
  2384.      *
  2385.      * @return \FeedIo\FeedIo
  2386.      */
  2387.     protected function getFeedioService()
  2388.     {
  2389.         include_once \dirname(__DIR__6).'/shared/vendor/debril/feed-io/src/FeedIo/FeedIo.php';
  2390.         include_once \dirname(__DIR__6).'/shared/vendor/debril/feed-io/src/FeedIo/Adapter/ClientInterface.php';
  2391.         include_once \dirname(__DIR__6).'/shared/vendor/debril/feed-io/src/FeedIo/Adapter/Guzzle/Client.php';
  2392.         include_once \dirname(__DIR__6).'/shared/vendor/guzzlehttp/guzzle/src/ClientInterface.php';
  2393.         include_once \dirname(__DIR__6).'/shared/vendor/guzzlehttp/guzzle/src/Client.php';
  2394.         $this->services['feedio'] = $instance = new \FeedIo\FeedIo(new \FeedIo\Adapter\Guzzle\Client(new \GuzzleHttp\Client()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  2395.         $instance->addDateFormats($this->parameters['debril_rss_atom.date_formats']);
  2396.         return $instance;
  2397.     }
  2398.     /**
  2399.      * Gets the public 'filesystem' shared service.
  2400.      *
  2401.      * @return \Symfony\Component\Filesystem\Filesystem
  2402.      */
  2403.     protected function getFilesystemService()
  2404.     {
  2405.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/filesystem/Filesystem.php';
  2406.         return $this->services['filesystem'] = new \Symfony\Component\Filesystem\Filesystem();
  2407.     }
  2408.     /**
  2409.      * Gets the public 'form.factory' shared service.
  2410.      *
  2411.      * @return \Symfony\Component\Form\FormFactory
  2412.      */
  2413.     protected function getForm_FactoryService()
  2414.     {
  2415.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/form/FormFactoryInterface.php';
  2416.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/form/FormFactory.php';
  2417.         return $this->services['form.factory'] = new \Symfony\Component\Form\FormFactory(($this->privates['form.registry'] ?? $this->getForm_RegistryService()));
  2418.     }
  2419.     /**
  2420.      * Gets the public 'form.type.file' shared service.
  2421.      *
  2422.      * @return \Symfony\Component\Form\Extension\Core\Type\FileType
  2423.      */
  2424.     protected function getForm_Type_FileService()
  2425.     {
  2426.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/form/FormTypeInterface.php';
  2427.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/form/AbstractType.php';
  2428.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/form/Extension/Core/Type/FileType.php';
  2429.         return $this->services['form.type.file'] = new \Symfony\Component\Form\Extension\Core\Type\FileType(($this->services['translator'] ?? $this->getTranslatorService()));
  2430.     }
  2431.     /**
  2432.      * Gets the public 'fos_js_routing.controller' shared service.
  2433.      *
  2434.      * @return \FOS\JsRoutingBundle\Controller\Controller
  2435.      */
  2436.     protected function getFosJsRouting_ControllerService()
  2437.     {
  2438.         include_once \dirname(__DIR__6).'/shared/vendor/friendsofsymfony/jsrouting-bundle/Controller/Controller.php';
  2439.         return $this->services['fos_js_routing.controller'] = new \FOS\JsRoutingBundle\Controller\Controller(($this->services['fos_js_routing.serializer'] ?? $this->getFosJsRouting_SerializerService()), ($this->services['fos_js_routing.extractor'] ?? $this->getFosJsRouting_ExtractorService()), $this->parameters['fos_js_routing.cache_control'], true);
  2440.     }
  2441.     /**
  2442.      * Gets the public 'fos_js_routing.extractor' shared service.
  2443.      *
  2444.      * @return \FOS\JsRoutingBundle\Extractor\ExposedRoutesExtractor
  2445.      */
  2446.     protected function getFosJsRouting_ExtractorService()
  2447.     {
  2448.         include_once \dirname(__DIR__6).'/shared/vendor/friendsofsymfony/jsrouting-bundle/Extractor/ExposedRoutesExtractorInterface.php';
  2449.         include_once \dirname(__DIR__6).'/shared/vendor/friendsofsymfony/jsrouting-bundle/Extractor/ExposedRoutesExtractor.php';
  2450.         return $this->services['fos_js_routing.extractor'] = new \FOS\JsRoutingBundle\Extractor\ExposedRoutesExtractor(($this->services['router'] ?? $this->getRouterService()), [], $this->targetDir.''$this->parameters['kernel.bundles']);
  2451.     }
  2452.     /**
  2453.      * Gets the public 'fos_js_routing.serializer' shared service.
  2454.      *
  2455.      * @return \Symfony\Component\Serializer\Serializer
  2456.      */
  2457.     protected function getFosJsRouting_SerializerService()
  2458.     {
  2459.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/serializer/SerializerInterface.php';
  2460.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/serializer/Normalizer/NormalizerInterface.php';
  2461.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/serializer/Normalizer/ContextAwareNormalizerInterface.php';
  2462.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/serializer/Normalizer/DenormalizerInterface.php';
  2463.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/serializer/Normalizer/ContextAwareDenormalizerInterface.php';
  2464.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/serializer/Encoder/EncoderInterface.php';
  2465.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/serializer/Encoder/ContextAwareEncoderInterface.php';
  2466.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/serializer/Encoder/DecoderInterface.php';
  2467.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/serializer/Encoder/ContextAwareDecoderInterface.php';
  2468.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/serializer/Serializer.php';
  2469.         include_once \dirname(__DIR__6).'/shared/vendor/friendsofsymfony/jsrouting-bundle/Serializer/Normalizer/RouteCollectionNormalizer.php';
  2470.         include_once \dirname(__DIR__6).'/shared/vendor/friendsofsymfony/jsrouting-bundle/Serializer/Normalizer/RoutesResponseNormalizer.php';
  2471.         include_once \dirname(__DIR__6).'/shared/vendor/friendsofsymfony/jsrouting-bundle/Serializer/Denormalizer/RouteCollectionDenormalizer.php';
  2472.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/serializer/Encoder/JsonEncoder.php';
  2473.         return $this->services['fos_js_routing.serializer'] = new \Symfony\Component\Serializer\Serializer([=> new \FOS\JsRoutingBundle\Serializer\Normalizer\RouteCollectionNormalizer(), => new \FOS\JsRoutingBundle\Serializer\Normalizer\RoutesResponseNormalizer(), => new \FOS\JsRoutingBundle\Serializer\Denormalizer\RouteCollectionDenormalizer()], ['json' => new \Symfony\Component\Serializer\Encoder\JsonEncoder()]);
  2474.     }
  2475.     /**
  2476.      * Gets the public 'fos_user.change_password.controller' shared service.
  2477.      *
  2478.      * @return \FOS\UserBundle\Controller\ChangePasswordController
  2479.      */
  2480.     protected function getFosUser_ChangePassword_ControllerService()
  2481.     {
  2482.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  2483.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  2484.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  2485.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/framework-bundle/Controller/Controller.php';
  2486.         include_once \dirname(__DIR__6).'/shared/vendor/friendsofsymfony/user-bundle/Controller/ChangePasswordController.php';
  2487.         include_once \dirname(__DIR__6).'/shared/vendor/friendsofsymfony/user-bundle/Form/Factory/FactoryInterface.php';
  2488.         include_once \dirname(__DIR__6).'/shared/vendor/friendsofsymfony/user-bundle/Form/Factory/FormFactory.php';
  2489.         $this->services['fos_user.change_password.controller'] = $instance = new \FOS\UserBundle\Controller\ChangePasswordController(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), new \FOS\UserBundle\Form\Factory\FormFactory(($this->services['form.factory'] ?? $this->getForm_FactoryService()), 'fos_user_change_password_form''FOS\\UserBundle\\Form\\Type\\ChangePasswordFormType'$this->parameters['fos_user.change_password.form.validation_groups']), ($this->services['fos_user.user_manager'] ?? $this->getFosUser_UserManagerService()));
  2490.         $instance->setContainer($this);
  2491.         return $instance;
  2492.     }
  2493.     /**
  2494.      * Gets the public 'fos_user.profile.controller' shared service.
  2495.      *
  2496.      * @return \FOS\UserBundle\Controller\ProfileController
  2497.      */
  2498.     protected function getFosUser_Profile_ControllerService()
  2499.     {
  2500.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  2501.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  2502.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  2503.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/framework-bundle/Controller/Controller.php';
  2504.         include_once \dirname(__DIR__6).'/shared/vendor/friendsofsymfony/user-bundle/Controller/ProfileController.php';
  2505.         include_once \dirname(__DIR__6).'/shared/vendor/friendsofsymfony/user-bundle/Form/Factory/FactoryInterface.php';
  2506.         include_once \dirname(__DIR__6).'/shared/vendor/friendsofsymfony/user-bundle/Form/Factory/FormFactory.php';
  2507.         $this->services['fos_user.profile.controller'] = $instance = new \FOS\UserBundle\Controller\ProfileController(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), new \FOS\UserBundle\Form\Factory\FormFactory(($this->services['form.factory'] ?? $this->getForm_FactoryService()), 'fos_user_profile_form''FOS\\UserBundle\\Form\\Type\\ProfileFormType'$this->parameters['fos_user.profile.form.validation_groups']), ($this->services['fos_user.user_manager'] ?? $this->getFosUser_UserManagerService()));
  2508.         $instance->setContainer($this);
  2509.         return $instance;
  2510.     }
  2511.     /**
  2512.      * Gets the public 'fos_user.registration.controller' shared service.
  2513.      *
  2514.      * @return \FOS\UserBundle\Controller\RegistrationController
  2515.      */
  2516.     protected function getFosUser_Registration_ControllerService()
  2517.     {
  2518.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  2519.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  2520.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  2521.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/framework-bundle/Controller/Controller.php';
  2522.         include_once \dirname(__DIR__6).'/shared/vendor/friendsofsymfony/user-bundle/Controller/RegistrationController.php';
  2523.         include_once \dirname(__DIR__6).'/shared/vendor/friendsofsymfony/user-bundle/Form/Factory/FactoryInterface.php';
  2524.         include_once \dirname(__DIR__6).'/shared/vendor/friendsofsymfony/user-bundle/Form/Factory/FormFactory.php';
  2525.         $this->services['fos_user.registration.controller'] = $instance = new \FOS\UserBundle\Controller\RegistrationController(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), new \FOS\UserBundle\Form\Factory\FormFactory(($this->services['form.factory'] ?? $this->getForm_FactoryService()), 'fos_user_registration_form''FOS\\UserBundle\\Form\\Type\\RegistrationFormType'$this->parameters['fos_user.registration.form.validation_groups']), ($this->services['fos_user.user_manager'] ?? $this->getFosUser_UserManagerService()), ($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()));
  2526.         $instance->setContainer($this);
  2527.         return $instance;
  2528.     }
  2529.     /**
  2530.      * Gets the public 'fos_user.resetting.controller' shared service.
  2531.      *
  2532.      * @return \FOS\UserBundle\Controller\ResettingController
  2533.      */
  2534.     protected function getFosUser_Resetting_ControllerService()
  2535.     {
  2536.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  2537.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  2538.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  2539.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/framework-bundle/Controller/Controller.php';
  2540.         include_once \dirname(__DIR__6).'/shared/vendor/friendsofsymfony/user-bundle/Controller/ResettingController.php';
  2541.         include_once \dirname(__DIR__6).'/shared/vendor/friendsofsymfony/user-bundle/Form/Factory/FactoryInterface.php';
  2542.         include_once \dirname(__DIR__6).'/shared/vendor/friendsofsymfony/user-bundle/Form/Factory/FormFactory.php';
  2543.         include_once \dirname(__DIR__6).'/shared/vendor/friendsofsymfony/user-bundle/Util/TokenGeneratorInterface.php';
  2544.         include_once \dirname(__DIR__6).'/shared/vendor/friendsofsymfony/user-bundle/Util/TokenGenerator.php';
  2545.         $this->services['fos_user.resetting.controller'] = $instance = new \FOS\UserBundle\Controller\ResettingController(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), new \FOS\UserBundle\Form\Factory\FormFactory(($this->services['form.factory'] ?? $this->getForm_FactoryService()), 'fos_user_resetting_form''FOS\\UserBundle\\Form\\Type\\ResettingFormType'$this->parameters['fos_user.resetting.form.validation_groups']), ($this->services['fos_user.user_manager'] ?? $this->getFosUser_UserManagerService()), ($this->privates['fos_user.util.token_generator.default'] ?? ($this->privates['fos_user.util.token_generator.default'] = new \FOS\UserBundle\Util\TokenGenerator())), ($this->privates['fos_user.mailer.default'] ?? $this->getFosUser_Mailer_DefaultService()), 7200);
  2546.         $instance->setContainer($this);
  2547.         return $instance;
  2548.     }
  2549.     /**
  2550.      * Gets the public 'fos_user.security.controller' shared service.
  2551.      *
  2552.      * @return \FOS\UserBundle\Controller\SecurityController
  2553.      */
  2554.     protected function getFosUser_Security_ControllerService()
  2555.     {
  2556.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  2557.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  2558.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  2559.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/framework-bundle/Controller/Controller.php';
  2560.         include_once \dirname(__DIR__6).'/shared/vendor/friendsofsymfony/user-bundle/Controller/SecurityController.php';
  2561.         $this->services['fos_user.security.controller'] = $instance = new \FOS\UserBundle\Controller\SecurityController(($this->services['security.csrf.token_manager'] ?? $this->getSecurity_Csrf_TokenManagerService()));
  2562.         $instance->setContainer($this);
  2563.         return $instance;
  2564.     }
  2565.     /**
  2566.      * Gets the public 'fos_user.user_manager' shared service.
  2567.      *
  2568.      * @return \FOS\UserBundle\Doctrine\UserManager
  2569.      */
  2570.     protected function getFosUser_UserManagerService()
  2571.     {
  2572.         include_once \dirname(__DIR__6).'/shared/vendor/friendsofsymfony/user-bundle/Model/UserManagerInterface.php';
  2573.         include_once \dirname(__DIR__6).'/shared/vendor/friendsofsymfony/user-bundle/Model/UserManager.php';
  2574.         include_once \dirname(__DIR__6).'/shared/vendor/friendsofsymfony/user-bundle/Doctrine/UserManager.php';
  2575.         return $this->services['fos_user.user_manager'] = new \FOS\UserBundle\Doctrine\UserManager(($this->privates['fos_user.util.password_updater'] ?? $this->getFosUser_Util_PasswordUpdaterService()), ($this->privates['fos_user.util.canonical_fields_updater'] ?? $this->getFosUser_Util_CanonicalFieldsUpdaterService()), ($this->services['doctrine'] ?? $this->getDoctrineService())->getManager(NULL), 'App\\Entity\\User');
  2576.     }
  2577.     /**
  2578.      * Gets the public 'gregwar_captcha.captcha_builder' shared service.
  2579.      *
  2580.      * @return \Gregwar\Captcha\CaptchaBuilder
  2581.      */
  2582.     protected function getGregwarCaptcha_CaptchaBuilderService()
  2583.     {
  2584.         include_once \dirname(__DIR__6).'/shared/vendor/gregwar/captcha/src/Gregwar/Captcha/CaptchaBuilderInterface.php';
  2585.         include_once \dirname(__DIR__6).'/shared/vendor/gregwar/captcha/src/Gregwar/Captcha/CaptchaBuilder.php';
  2586.         return $this->services['gregwar_captcha.captcha_builder'] = new \Gregwar\Captcha\CaptchaBuilder();
  2587.     }
  2588.     /**
  2589.      * Gets the public 'gregwar_captcha.controller' shared autowired service.
  2590.      *
  2591.      * @return \Gregwar\CaptchaBundle\Controller\CaptchaController
  2592.      */
  2593.     protected function getGregwarCaptcha_ControllerService()
  2594.     {
  2595.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  2596.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2597.         include_once \dirname(__DIR__6).'/shared/vendor/gregwar/captcha-bundle/Controller/CaptchaController.php';
  2598.         $this->services['gregwar_captcha.controller'] = $instance = new \Gregwar\CaptchaBundle\Controller\CaptchaController(($this->services['gregwar_captcha.generator'] ?? $this->getGregwarCaptcha_GeneratorService()), $this->parameters['gregwar_captcha.config']);
  2599.         $instance->setContainer($this);
  2600.         return $instance;
  2601.     }
  2602.     /**
  2603.      * Gets the public 'gregwar_captcha.generator' shared service.
  2604.      *
  2605.      * @return \Gregwar\CaptchaBundle\Generator\CaptchaGenerator
  2606.      */
  2607.     protected function getGregwarCaptcha_GeneratorService()
  2608.     {
  2609.         include_once \dirname(__DIR__6).'/shared/vendor/gregwar/captcha-bundle/Generator/CaptchaGenerator.php';
  2610.         include_once \dirname(__DIR__6).'/shared/vendor/gregwar/captcha/src/Gregwar/Captcha/CaptchaBuilderInterface.php';
  2611.         include_once \dirname(__DIR__6).'/shared/vendor/gregwar/captcha/src/Gregwar/Captcha/CaptchaBuilder.php';
  2612.         include_once \dirname(__DIR__6).'/shared/vendor/gregwar/captcha/src/Gregwar/Captcha/PhraseBuilderInterface.php';
  2613.         include_once \dirname(__DIR__6).'/shared/vendor/gregwar/captcha/src/Gregwar/Captcha/PhraseBuilder.php';
  2614.         return $this->services['gregwar_captcha.generator'] = new \Gregwar\CaptchaBundle\Generator\CaptchaGenerator(($this->services['router'] ?? $this->getRouterService()), ($this->services['gregwar_captcha.captcha_builder'] ?? ($this->services['gregwar_captcha.captcha_builder'] = new \Gregwar\Captcha\CaptchaBuilder())), ($this->services['gregwar_captcha.phrase_builder'] ?? ($this->services['gregwar_captcha.phrase_builder'] = new \Gregwar\Captcha\PhraseBuilder())), ($this->services['gregwar_captcha.image_file_handler'] ?? $this->getGregwarCaptcha_ImageFileHandlerService()));
  2615.     }
  2616.     /**
  2617.      * Gets the public 'gregwar_captcha.image_file_handler' shared service.
  2618.      *
  2619.      * @return \Gregwar\CaptchaBundle\Generator\ImageFileHandler
  2620.      */
  2621.     protected function getGregwarCaptcha_ImageFileHandlerService()
  2622.     {
  2623.         include_once \dirname(__DIR__6).'/shared/vendor/gregwar/captcha-bundle/Generator/ImageFileHandler.php';
  2624.         return $this->services['gregwar_captcha.image_file_handler'] = new \Gregwar\CaptchaBundle\Generator\ImageFileHandler('captcha', (\dirname(__DIR__4).'/public'), 10060);
  2625.     }
  2626.     /**
  2627.      * Gets the public 'gregwar_captcha.phrase_builder' shared service.
  2628.      *
  2629.      * @return \Gregwar\Captcha\PhraseBuilder
  2630.      */
  2631.     protected function getGregwarCaptcha_PhraseBuilderService()
  2632.     {
  2633.         include_once \dirname(__DIR__6).'/shared/vendor/gregwar/captcha/src/Gregwar/Captcha/PhraseBuilderInterface.php';
  2634.         include_once \dirname(__DIR__6).'/shared/vendor/gregwar/captcha/src/Gregwar/Captcha/PhraseBuilder.php';
  2635.         return $this->services['gregwar_captcha.phrase_builder'] = new \Gregwar\Captcha\PhraseBuilder();
  2636.     }
  2637.     /**
  2638.      * Gets the public 'gregwar_captcha.type' shared service.
  2639.      *
  2640.      * @return \Gregwar\CaptchaBundle\Type\CaptchaType
  2641.      */
  2642.     protected function getGregwarCaptcha_TypeService()
  2643.     {
  2644.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/form/FormTypeInterface.php';
  2645.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/form/AbstractType.php';
  2646.         include_once \dirname(__DIR__6).'/shared/vendor/gregwar/captcha-bundle/Type/CaptchaType.php';
  2647.         return $this->services['gregwar_captcha.type'] = new \Gregwar\CaptchaBundle\Type\CaptchaType(($this->services['session'] ?? $this->getSessionService()), ($this->services['gregwar_captcha.generator'] ?? $this->getGregwarCaptcha_GeneratorService()), ($this->services['translator'] ?? $this->getTranslatorService()), $this->parameters['gregwar_captcha.config']);
  2648.     }
  2649.     /**
  2650.      * Gets the public 'http_kernel' shared service.
  2651.      *
  2652.      * @return \Symfony\Component\HttpKernel\HttpKernel
  2653.      */
  2654.     protected function getHttpKernelService()
  2655.     {
  2656.         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(($this->privates['argument_metadata_factory'] ?? ($this->privates['argument_metadata_factory'] = new \Symfony\Component\HttpKernel\ControllerMetadata\ArgumentMetadataFactory())), new RewindableGenerator(function () {
  2657.             yield => ($this->privates['debug.argument_resolver.request_attribute'] ?? $this->getDebug_ArgumentResolver_RequestAttributeService());
  2658.             yield => ($this->privates['debug.argument_resolver.request'] ?? $this->getDebug_ArgumentResolver_RequestService());
  2659.             yield => ($this->privates['debug.argument_resolver.session'] ?? $this->getDebug_ArgumentResolver_SessionService());
  2660.             yield => ($this->privates['debug.security.user_value_resolver'] ?? $this->getDebug_Security_UserValueResolverService());
  2661.             yield => ($this->privates['debug.argument_resolver.service'] ?? $this->getDebug_ArgumentResolver_ServiceService());
  2662.             yield => ($this->privates['debug.argument_resolver.default'] ?? $this->getDebug_ArgumentResolver_DefaultService());
  2663.             yield => ($this->privates['debug.argument_resolver.variadic'] ?? $this->getDebug_ArgumentResolver_VariadicService());
  2664.             yield => ($this->privates['debug.argument_resolver.not_tagged_controller'] ?? $this->getDebug_ArgumentResolver_NotTaggedControllerService());
  2665.         }, 8)), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))));
  2666.     }
  2667.     /**
  2668.      * Gets the public 'knp_paginator' shared service.
  2669.      *
  2670.      * @return \Knp\Component\Pager\Paginator
  2671.      */
  2672.     protected function getKnpPaginatorService($lazyLoad true)
  2673.     {
  2674.         include_once \dirname(__DIR__6).'/shared/vendor/knplabs/knp-components/src/Knp/Component/Pager/PaginatorInterface.php';
  2675.         include_once \dirname(__DIR__6).'/shared/vendor/knplabs/knp-components/src/Knp/Component/Pager/Paginator.php';
  2676.         $this->services['knp_paginator'] = $instance = new \Knp\Component\Pager\Paginator(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  2677.         $instance->setDefaultPaginatorOptions(['pageParameterName' => 'page''sortFieldParameterName' => 'sort''sortDirectionParameterName' => 'direction''filterFieldParameterName' => 'filterField''filterValueParameterName' => 'filterValue''distinct' => true]);
  2678.         return $instance;
  2679.     }
  2680.     /**
  2681.      * Gets the public 'profiler' shared service.
  2682.      *
  2683.      * @return \Symfony\Component\HttpKernel\Profiler\Profiler
  2684.      */
  2685.     protected function getProfilerService()
  2686.     {
  2687.         $a = new \Symfony\Bridge\Monolog\Logger('profiler');
  2688.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2689.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2690.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2691.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  2692.         $this->services['profiler'] = $instance = new \Symfony\Component\HttpKernel\Profiler\Profiler(new \Symfony\Component\HttpKernel\Profiler\FileProfilerStorage(('file:'.$this->targetDir.''.'/profiler')), $atrue);
  2693.         $b = ($this->services['kernel'] ?? $this->get('kernel'));
  2694.         $c = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  2695.         $d = new \Symfony\Component\Cache\DataCollector\CacheDataCollector();
  2696.         $d->addInstance('cache.app', ($this->services['cache.app'] ?? $this->getCache_AppService()));
  2697.         $d->addInstance('cache.system', ($this->services['cache.system'] ?? $this->getCache_SystemService()));
  2698.         $d->addInstance('cache.validator', ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService()));
  2699.         $d->addInstance('cache.serializer', ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService()));
  2700.         $d->addInstance('cache.annotations', ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  2701.         $d->addInstance('cache.property_info', ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService()));
  2702.         $d->addInstance('cache.doctrine.orm.default.metadata', ($this->privates['cache.doctrine.orm.default.metadata'] ?? $this->getCache_Doctrine_Orm_Default_MetadataService()));
  2703.         $d->addInstance('cache.doctrine.orm.default.result', ($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()));
  2704.         $d->addInstance('cache.doctrine.orm.default.query', ($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()));
  2705.         $d->addInstance('cache.security_expression_language', ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService()));
  2706.         $d->addInstance('cache.easyadmin', ($this->privates['cache.easyadmin'] ?? $this->getCache_EasyadminService()));
  2707.         $d->addInstance('cache.webpack_encore', ($this->privates['cache.webpack_encore'] ?? $this->getCache_WebpackEncoreService()));
  2708.         $e = new \Doctrine\Bundle\DoctrineBundle\DataCollector\DoctrineDataCollector(($this->services['doctrine'] ?? $this->getDoctrineService()), true);
  2709.         $e->addLogger('default', ($this->privates['doctrine.dbal.logger.profiling.default'] ?? ($this->privates['doctrine.dbal.logger.profiling.default'] = new \Doctrine\DBAL\Logging\DebugStack())));
  2710.         $f = new \Symfony\Component\HttpKernel\DataCollector\ConfigDataCollector();
  2711.         if ($this->has('kernel')) {
  2712.             $f->setKernel($b);
  2713.         }
  2714.         $instance->add(($this->privates['data_collector.request'] ?? ($this->privates['data_collector.request'] = new \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector())));
  2715.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\TimeDataCollector($b, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))));
  2716.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector());
  2717.         $instance->add(new \Symfony\Component\Validator\DataCollector\ValidatorDataCollector(($this->services['validator'] ?? $this->getValidatorService())));
  2718.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\AjaxDataCollector());
  2719.         $instance->add(($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService()));
  2720.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\ExceptionDataCollector());
  2721.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\LoggerDataCollector($a, ($this->targetDir.''.'/srcApp_KernelDevDebugContainer'), $c));
  2722.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\EventDataCollector(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), $c));
  2723.         $instance->add(($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector())));
  2724.         $instance->add($d);
  2725.         $instance->add(new \Symfony\Component\Translation\DataCollector\TranslationDataCollector(($this->services['translator'] ?? $this->getTranslatorService())));
  2726.         $instance->add(new \Symfony\Bundle\SecurityBundle\DataCollector\SecurityDataCollector(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), ($this->privates['security.role_hierarchy'] ?? $this->getSecurity_RoleHierarchyService()), ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()), ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService()), ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService()), ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService())));
  2727.         $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())));
  2728.         $instance->add($e);
  2729.         $instance->add(new \Symfony\Bundle\SwiftmailerBundle\DataCollector\MessageDataCollector($this));
  2730.         $instance->add(($this->services['data_collector.dump'] ?? $this->getDataCollector_DumpService()));
  2731.         $instance->add(new \EasyCorp\Bundle\EasyAdminBundle\DataCollector\EasyAdminDataCollector(($this->services['easyadmin.config.manager'] ?? $this->getEasyadmin_Config_ManagerService())));
  2732.         $instance->add(new \Vich\UploaderBundle\DataCollector\MappingCollector(($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService())));
  2733.         $instance->add(new \Sonata\BlockBundle\Profiler\DataCollector\BlockDataCollector(($this->privates['sonata.block.templating.helper'] ?? $this->getSonata_Block_Templating_HelperService()), $this->parameters['sonata.block.container.types']));
  2734.         $instance->add($f);
  2735.         return $instance;
  2736.     }
  2737.     /**
  2738.      * Gets the public 'request_stack' shared service.
  2739.      *
  2740.      * @return \Symfony\Component\HttpFoundation\RequestStack
  2741.      */
  2742.     protected function getRequestStackService()
  2743.     {
  2744.         return $this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack();
  2745.     }
  2746.     /**
  2747.      * Gets the public 'router' shared service.
  2748.      *
  2749.      * @return \Symfony\Bundle\FrameworkBundle\Routing\Router
  2750.      */
  2751.     protected function getRouterService()
  2752.     {
  2753.         $a = new \Symfony\Bridge\Monolog\Logger('router');
  2754.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2755.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2756.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2757.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  2758.         $this->services['router'] = $instance = new \Symfony\Bundle\FrameworkBundle\Routing\Router((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2759.             'routing.loader' => ['services''routing.loader''getRouting_LoaderService'false],
  2760.         ], [
  2761.             'routing.loader' => 'Symfony\\Component\\Config\\Loader\\LoaderInterface',
  2762.         ]))->withContext('router.default'$this), 'kernel::loadRoutes', ['cache_dir' => $this->targetDir.'''debug' => true'generator_class' => 'Symfony\\Component\\Routing\\Generator\\CompiledUrlGenerator''generator_dumper_class' => 'Symfony\\Component\\Routing\\Generator\\Dumper\\CompiledUrlGeneratorDumper''matcher_class' => 'Symfony\\Bundle\\FrameworkBundle\\Routing\\RedirectableCompiledUrlMatcher''matcher_dumper_class' => 'Symfony\\Component\\Routing\\Matcher\\Dumper\\CompiledUrlMatcherDumper''strict_requirements' => true'resource_type' => 'service'], ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService()), ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), $a'en');
  2763.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  2764.         return $instance;
  2765.     }
  2766.     /**
  2767.      * Gets the public 'routing.loader' shared service.
  2768.      *
  2769.      * @return \Symfony\Bundle\FrameworkBundle\Routing\DelegatingLoader
  2770.      */
  2771.     protected function getRouting_LoaderService()
  2772.     {
  2773.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/config/Loader/LoaderInterface.php';
  2774.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/config/Loader/Loader.php';
  2775.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/config/Loader/DelegatingLoader.php';
  2776.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/framework-bundle/Routing/DelegatingLoader.php';
  2777.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/config/Loader/LoaderResolverInterface.php';
  2778.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/config/Loader/LoaderResolver.php';
  2779.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/config/Loader/FileLoader.php';
  2780.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/routing/Loader/XmlFileLoader.php';
  2781.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/routing/Loader/YamlFileLoader.php';
  2782.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/routing/Loader/PhpFileLoader.php';
  2783.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/routing/Loader/GlobFileLoader.php';
  2784.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/routing/Loader/DirectoryLoader.php';
  2785.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/routing/Loader/ObjectLoader.php';
  2786.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/routing/Loader/ContainerLoader.php';
  2787.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/framework-bundle/Routing/LegacyRouteLoaderContainer.php';
  2788.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/routing/Loader/AnnotationClassLoader.php';
  2789.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/framework-bundle/Routing/AnnotatedRouteControllerLoader.php';
  2790.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/routing/Loader/AnnotationFileLoader.php';
  2791.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/routing/Loader/AnnotationDirectoryLoader.php';
  2792.         $a = new \Symfony\Component\Config\Loader\LoaderResolver();
  2793.         $b = ($this->privates['file_locator'] ?? $this->getFileLocatorService());
  2794.         $c = new \Symfony\Bundle\FrameworkBundle\Routing\AnnotatedRouteControllerLoader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  2795.         $a->addLoader(new \Symfony\Component\Routing\Loader\XmlFileLoader($b));
  2796.         $a->addLoader(new \Symfony\Component\Routing\Loader\YamlFileLoader($b));
  2797.         $a->addLoader(new \Symfony\Component\Routing\Loader\PhpFileLoader($b));
  2798.         $a->addLoader(new \Symfony\Component\Routing\Loader\GlobFileLoader($b));
  2799.         $a->addLoader(new \Symfony\Component\Routing\Loader\DirectoryLoader($b));
  2800.         $a->addLoader(new \Symfony\Component\Routing\Loader\ContainerLoader(new \Symfony\Bundle\FrameworkBundle\Routing\LegacyRouteLoaderContainer($this, new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2801.             'kernel' => ['services''kernel''getKernelService'false],
  2802.         ], [
  2803.             'kernel' => 'App\\Kernel',
  2804.         ]))));
  2805.         $a->addLoader($c);
  2806.         $a->addLoader(new \Symfony\Component\Routing\Loader\AnnotationDirectoryLoader($b$c));
  2807.         $a->addLoader(new \Symfony\Component\Routing\Loader\AnnotationFileLoader($b$c));
  2808.         return $this->services['routing.loader'] = new \Symfony\Bundle\FrameworkBundle\Routing\DelegatingLoader($a, [], ['utf8' => true]);
  2809.     }
  2810.     /**
  2811.      * Gets the public 'security.authentication_utils' shared service.
  2812.      *
  2813.      * @return \Symfony\Component\Security\Http\Authentication\AuthenticationUtils
  2814.      */
  2815.     protected function getSecurity_AuthenticationUtilsService()
  2816.     {
  2817.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/security-http/Authentication/AuthenticationUtils.php';
  2818.         return $this->services['security.authentication_utils'] = new \Symfony\Component\Security\Http\Authentication\AuthenticationUtils(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  2819.     }
  2820.     /**
  2821.      * Gets the public 'security.authorization_checker' shared service.
  2822.      *
  2823.      * @return \Symfony\Component\Security\Core\Authorization\AuthorizationChecker
  2824.      */
  2825.     protected function getSecurity_AuthorizationCheckerService()
  2826.     {
  2827.         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);
  2828.     }
  2829.     /**
  2830.      * Gets the public 'security.csrf.token_manager' shared service.
  2831.      *
  2832.      * @return \Symfony\Component\Security\Csrf\CsrfTokenManager
  2833.      */
  2834.     protected function getSecurity_Csrf_TokenManagerService()
  2835.     {
  2836.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/security-csrf/CsrfTokenManagerInterface.php';
  2837.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/security-csrf/CsrfTokenManager.php';
  2838.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/security-csrf/TokenGenerator/TokenGeneratorInterface.php';
  2839.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/security-csrf/TokenGenerator/UriSafeTokenGenerator.php';
  2840.         return $this->services['security.csrf.token_manager'] = new \Symfony\Component\Security\Csrf\CsrfTokenManager(new \Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator(), ($this->privates['security.csrf.token_storage'] ?? $this->getSecurity_Csrf_TokenStorageService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  2841.     }
  2842.     /**
  2843.      * Gets the public 'security.password_encoder' shared service.
  2844.      *
  2845.      * @return \Symfony\Component\Security\Core\Encoder\UserPasswordEncoder
  2846.      */
  2847.     protected function getSecurity_PasswordEncoderService()
  2848.     {
  2849.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/security-core/Encoder/UserPasswordEncoderInterface.php';
  2850.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/security-core/Encoder/UserPasswordEncoder.php';
  2851.         return $this->services['security.password_encoder'] = new \Symfony\Component\Security\Core\Encoder\UserPasswordEncoder(($this->privates['security.encoder_factory.generic'] ?? $this->getSecurity_EncoderFactory_GenericService()));
  2852.     }
  2853.     /**
  2854.      * Gets the public 'security.token_storage' shared service.
  2855.      *
  2856.      * @return \Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage
  2857.      */
  2858.     protected function getSecurity_TokenStorageService()
  2859.     {
  2860.         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, [
  2861.             'session' => ['services''session''getSessionService'false],
  2862.         ], [
  2863.             'session' => '?',
  2864.         ]));
  2865.     }
  2866.     /**
  2867.      * Gets the public 'serializer' shared service.
  2868.      *
  2869.      * @return \Symfony\Component\Serializer\Serializer
  2870.      */
  2871.     protected function getSerializerService()
  2872.     {
  2873.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/serializer/SerializerInterface.php';
  2874.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/serializer/Normalizer/NormalizerInterface.php';
  2875.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/serializer/Normalizer/ContextAwareNormalizerInterface.php';
  2876.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/serializer/Normalizer/DenormalizerInterface.php';
  2877.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/serializer/Normalizer/ContextAwareDenormalizerInterface.php';
  2878.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/serializer/Encoder/EncoderInterface.php';
  2879.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/serializer/Encoder/ContextAwareEncoderInterface.php';
  2880.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/serializer/Encoder/DecoderInterface.php';
  2881.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/serializer/Encoder/ContextAwareDecoderInterface.php';
  2882.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/serializer/Serializer.php';
  2883.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/serializer/Normalizer/CacheableSupportsMethodInterface.php';
  2884.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/serializer/Normalizer/ProblemNormalizer.php';
  2885.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/serializer/SerializerAwareInterface.php';
  2886.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/serializer/Normalizer/ObjectToPopulateTrait.php';
  2887.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/serializer/SerializerAwareTrait.php';
  2888.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/serializer/Normalizer/AbstractNormalizer.php';
  2889.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/serializer/Normalizer/JsonSerializableNormalizer.php';
  2890.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/serializer/Normalizer/DateTimeNormalizer.php';
  2891.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/serializer/Normalizer/ConstraintViolationListNormalizer.php';
  2892.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/serializer/NameConverter/NameConverterInterface.php';
  2893.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/serializer/NameConverter/AdvancedNameConverterInterface.php';
  2894.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/serializer/NameConverter/MetadataAwareNameConverter.php';
  2895.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/serializer/Normalizer/DateTimeZoneNormalizer.php';
  2896.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/serializer/Normalizer/DateIntervalNormalizer.php';
  2897.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/serializer/Normalizer/DataUriNormalizer.php';
  2898.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/serializer/Normalizer/ArrayDenormalizer.php';
  2899.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/serializer/Normalizer/AbstractObjectNormalizer.php';
  2900.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/serializer/Normalizer/ObjectNormalizer.php';
  2901.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/serializer/Mapping/ClassDiscriminatorResolverInterface.php';
  2902.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/serializer/Mapping/ClassDiscriminatorFromClassMetadata.php';
  2903.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/serializer/Encoder/NormalizationAwareInterface.php';
  2904.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/serializer/Encoder/XmlEncoder.php';
  2905.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/serializer/Encoder/JsonEncoder.php';
  2906.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/serializer/Encoder/YamlEncoder.php';
  2907.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/serializer/Encoder/CsvEncoder.php';
  2908.         $a = ($this->privates['serializer.mapping.class_metadata_factory'] ?? $this->getSerializer_Mapping_ClassMetadataFactoryService());
  2909.         $b = new \Symfony\Component\Serializer\NameConverter\MetadataAwareNameConverter($a);
  2910.         return $this->services['serializer'] = new \Symfony\Component\Serializer\Serializer([=> new \Symfony\Component\Serializer\Normalizer\ProblemNormalizer(true), => new \Symfony\Component\Serializer\Normalizer\JsonSerializableNormalizer(), => new \Symfony\Component\Serializer\Normalizer\DateTimeNormalizer(), => new \Symfony\Component\Serializer\Normalizer\ConstraintViolationListNormalizer([], $b), => new \Symfony\Component\Serializer\Normalizer\DateTimeZoneNormalizer(), => new \Symfony\Component\Serializer\Normalizer\DateIntervalNormalizer(), => new \Symfony\Component\Serializer\Normalizer\DataUriNormalizer(($this->privates['mime_types'] ?? $this->getMimeTypesService())), => new \Symfony\Component\Serializer\Normalizer\ArrayDenormalizer(), => new \Symfony\Component\Serializer\Normalizer\ObjectNormalizer($a$b, ($this->services['easyadmin.property_accessor'] ?? $this->getEasyadmin_PropertyAccessorService()), ($this->privates['property_info'] ?? $this->getPropertyInfoService()), new \Symfony\Component\Serializer\Mapping\ClassDiscriminatorFromClassMetadata($a), NULL, [])], [=> new \Symfony\Component\Serializer\Encoder\XmlEncoder(), => new \Symfony\Component\Serializer\Encoder\JsonEncoder(), => new \Symfony\Component\Serializer\Encoder\YamlEncoder(), => new \Symfony\Component\Serializer\Encoder\CsvEncoder()]);
  2911.     }
  2912.     /**
  2913.      * Gets the public 'services_resetter' shared service.
  2914.      *
  2915.      * @return \Symfony\Component\HttpKernel\DependencyInjection\ServicesResetter
  2916.      */
  2917.     protected function getServicesResetterService()
  2918.     {
  2919.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/http-kernel/DependencyInjection/ServicesResetter.php';
  2920.         return $this->services['services_resetter'] = new \Symfony\Component\HttpKernel\DependencyInjection\ServicesResetter(new RewindableGenerator(function () {
  2921.             if (isset($this->services['cache.app'])) {
  2922.                 yield 'cache.app' => ($this->services['cache.app'] ?? null);
  2923.             }
  2924.             if (isset($this->services['cache.system'])) {
  2925.                 yield 'cache.system' => ($this->services['cache.system'] ?? null);
  2926.             }
  2927.             if (isset($this->privates['cache.validator'])) {
  2928.                 yield 'cache.validator' => ($this->privates['cache.validator'] ?? null);
  2929.             }
  2930.             if (isset($this->privates['cache.serializer'])) {
  2931.                 yield 'cache.serializer' => ($this->privates['cache.serializer'] ?? null);
  2932.             }
  2933.             if (isset($this->privates['cache.annotations'])) {
  2934.                 yield 'cache.annotations' => ($this->privates['cache.annotations'] ?? null);
  2935.             }
  2936.             if (isset($this->privates['cache.property_info'])) {
  2937.                 yield 'cache.property_info' => ($this->privates['cache.property_info'] ?? null);
  2938.             }
  2939.             if (isset($this->privates['form.choice_list_factory.cached'])) {
  2940.                 yield 'form.choice_list_factory.cached' => ($this->privates['form.choice_list_factory.cached'] ?? null);
  2941.             }
  2942.             if (isset($this->services['profiler'])) {
  2943.                 yield 'profiler' => ($this->services['profiler'] ?? null);
  2944.             }
  2945.             if (isset($this->services['validator'])) {
  2946.                 yield 'debug.validator' => ($this->services['validator'] ?? null);
  2947.             }
  2948.             if (isset($this->privates['debug.stopwatch'])) {
  2949.                 yield 'debug.stopwatch' => ($this->privates['debug.stopwatch'] ?? null);
  2950.             }
  2951.             if (isset($this->services['event_dispatcher'])) {
  2952.                 yield 'debug.event_dispatcher' => ($this->services['event_dispatcher'] ?? null);
  2953.             }
  2954.             if (isset($this->services['doctrine'])) {
  2955.                 yield 'doctrine' => ($this->services['doctrine'] ?? null);
  2956.             }
  2957.             if (isset($this->privates['form.type.entity'])) {
  2958.                 yield 'form.type.entity' => ($this->privates['form.type.entity'] ?? null);
  2959.             }
  2960.             if (isset($this->services['security.token_storage'])) {
  2961.                 yield 'security.token_storage' => ($this->services['security.token_storage'] ?? null);
  2962.             }
  2963.             if (isset($this->privates['cache.security_expression_language'])) {
  2964.                 yield 'cache.security_expression_language' => ($this->privates['cache.security_expression_language'] ?? null);
  2965.             }
  2966.             if (isset($this->privates['swiftmailer.email_sender.listener'])) {
  2967.                 yield 'swiftmailer.email_sender.listener' => ($this->privates['swiftmailer.email_sender.listener'] ?? null);
  2968.             }
  2969.             if (isset($this->privates['monolog.handler.main'])) {
  2970.                 yield 'monolog.handler.main' => ($this->privates['monolog.handler.main'] ?? null);
  2971.             }
  2972.             if (isset($this->privates['monolog.handler.console'])) {
  2973.                 yield 'monolog.handler.console' => ($this->privates['monolog.handler.console'] ?? null);
  2974.             }
  2975.             if (isset($this->privates['cache.easyadmin'])) {
  2976.                 yield 'cache.easyadmin' => ($this->privates['cache.easyadmin'] ?? null);
  2977.             }
  2978.             if (isset($this->privates['webpack_encore.tag_renderer'])) {
  2979.                 yield 'webpack_encore.tag_renderer' => ($this->privates['webpack_encore.tag_renderer'] ?? null);
  2980.             }
  2981.             if (isset($this->privates['cache.webpack_encore'])) {
  2982.                 yield 'cache.webpack_encore' => ($this->privates['cache.webpack_encore'] ?? null);
  2983.             }
  2984.             if (isset($this->privates['webpack_encore.entrypoint_lookup[_default]'])) {
  2985.                 yield 'webpack_encore.entrypoint_lookup[_default]' => ($this->privates['webpack_encore.entrypoint_lookup[_default]'] ?? null);
  2986.             }
  2987.         }, function () {
  2988.             return + (int) (isset($this->services['cache.app'])) + (int) (isset($this->services['cache.system'])) + (int) (isset($this->privates['cache.validator'])) + (int) (isset($this->privates['cache.serializer'])) + (int) (isset($this->privates['cache.annotations'])) + (int) (isset($this->privates['cache.property_info'])) + (int) (isset($this->privates['form.choice_list_factory.cached'])) + (int) (isset($this->services['profiler'])) + (int) (isset($this->services['validator'])) + (int) (isset($this->privates['debug.stopwatch'])) + (int) (isset($this->services['event_dispatcher'])) + (int) (isset($this->services['doctrine'])) + (int) (isset($this->privates['form.type.entity'])) + (int) (isset($this->services['security.token_storage'])) + (int) (isset($this->privates['cache.security_expression_language'])) + (int) (isset($this->privates['swiftmailer.email_sender.listener'])) + (int) (isset($this->privates['monolog.handler.main'])) + (int) (isset($this->privates['monolog.handler.console'])) + (int) (isset($this->privates['cache.easyadmin'])) + (int) (isset($this->privates['webpack_encore.tag_renderer'])) + (int) (isset($this->privates['cache.webpack_encore'])) + (int) (isset($this->privates['webpack_encore.entrypoint_lookup[_default]']));
  2989.         }), ['cache.app' => [=> 'reset'], 'cache.system' => [=> 'reset'], 'cache.validator' => [=> 'reset'], 'cache.serializer' => [=> 'reset'], 'cache.annotations' => [=> 'reset'], 'cache.property_info' => [=> 'reset'], 'form.choice_list_factory.cached' => [=> 'reset'], 'profiler' => [=> 'reset'], 'debug.validator' => [=> 'reset'], 'debug.stopwatch' => [=> 'reset'], 'debug.event_dispatcher' => [=> 'reset'], 'doctrine' => [=> 'reset'], 'form.type.entity' => [=> 'reset'], 'security.token_storage' => [=> 'disableUsageTracking'=> 'setToken'], 'cache.security_expression_language' => [=> 'reset'], 'swiftmailer.email_sender.listener' => [=> 'reset'], 'monolog.handler.main' => [=> 'reset'], 'monolog.handler.console' => [=> 'reset'], 'cache.easyadmin' => [=> 'reset'], 'webpack_encore.tag_renderer' => [=> 'reset'], 'cache.webpack_encore' => [=> 'reset'], 'webpack_encore.entrypoint_lookup[_default]' => [=> 'reset']]);
  2990.     }
  2991.     /**
  2992.      * Gets the public 'session' shared service.
  2993.      *
  2994.      * @return \Symfony\Component\HttpFoundation\Session\Session
  2995.      */
  2996.     protected function getSessionService()
  2997.     {
  2998.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/http-foundation/Session/SessionInterface.php';
  2999.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/http-foundation/Session/Session.php';
  3000.         return $this->services['session'] = new \Symfony\Component\HttpFoundation\Session\Session(($this->privates['session.storage.native'] ?? $this->getSession_Storage_NativeService()));
  3001.     }
  3002.     /**
  3003.      * Gets the public 'sg_datatables.factory' shared service.
  3004.      *
  3005.      * @return \Sg\DatatablesBundle\Datatable\DatatableFactory
  3006.      */
  3007.     protected function getSgDatatables_FactoryService()
  3008.     {
  3009.         include_once \dirname(__DIR__6).'/shared/vendor/sg/datatablesbundle/Datatable/DatatableFactory.php';
  3010.         return $this->services['sg_datatables.factory'] = new \Sg\DatatablesBundle\Datatable\DatatableFactory(($this->services['security.authorization_checker'] ?? $this->getSecurity_AuthorizationCheckerService()), ($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->services['translator'] ?? $this->getTranslatorService()), ($this->services['router'] ?? $this->getRouterService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['twig'] ?? $this->getTwigService()));
  3011.     }
  3012.     /**
  3013.      * Gets the public 'sg_datatables.response' shared service.
  3014.      *
  3015.      * @return \Sg\DatatablesBundle\Response\DatatableResponse
  3016.      */
  3017.     protected function getSgDatatables_ResponseService()
  3018.     {
  3019.         include_once \dirname(__DIR__6).'/shared/vendor/sg/datatablesbundle/Response/DatatableResponse.php';
  3020.         return $this->services['sg_datatables.response'] = new \Sg\DatatablesBundle\Response\DatatableResponse(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  3021.     }
  3022.     /**
  3023.      * Gets the public 'sonata.block.context_manager.default' shared service.
  3024.      *
  3025.      * @return \Sonata\BlockBundle\Block\BlockContextManager
  3026.      */
  3027.     protected function getSonata_Block_ContextManager_DefaultService()
  3028.     {
  3029.         return $this->services['sonata.block.context_manager.default'] = new \Sonata\BlockBundle\Block\BlockContextManager(new \Sonata\BlockBundle\Block\BlockLoaderChain([=> new \Sonata\BlockBundle\Block\Loader\ServiceLoader($this->parameters['sonata_blocks.block_types'])]), ($this->services['sonata.block.manager'] ?? $this->getSonata_Block_ManagerService()), [], ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  3030.     }
  3031.     /**
  3032.      * Gets the public 'sonata.block.exception.filter.debug_only' shared service.
  3033.      *
  3034.      * @return \Sonata\BlockBundle\Exception\Filter\DebugOnlyFilter
  3035.      */
  3036.     protected function getSonata_Block_Exception_Filter_DebugOnlyService()
  3037.     {
  3038.         include_once \dirname(__DIR__6).'/shared/vendor/sonata-project/block-bundle/src/Exception/Filter/FilterInterface.php';
  3039.         include_once \dirname(__DIR__6).'/shared/vendor/sonata-project/block-bundle/src/Exception/Filter/DebugOnlyFilter.php';
  3040.         return $this->services['sonata.block.exception.filter.debug_only'] = new \Sonata\BlockBundle\Exception\Filter\DebugOnlyFilter(true);
  3041.     }
  3042.     /**
  3043.      * Gets the public 'sonata.block.exception.filter.ignore_block_exception' shared service.
  3044.      *
  3045.      * @return \Sonata\BlockBundle\Exception\Filter\IgnoreClassFilter
  3046.      */
  3047.     protected function getSonata_Block_Exception_Filter_IgnoreBlockExceptionService()
  3048.     {
  3049.         include_once \dirname(__DIR__6).'/shared/vendor/sonata-project/block-bundle/src/Exception/Filter/FilterInterface.php';
  3050.         include_once \dirname(__DIR__6).'/shared/vendor/sonata-project/block-bundle/src/Exception/Filter/IgnoreClassFilter.php';
  3051.         return $this->services['sonata.block.exception.filter.ignore_block_exception'] = new \Sonata\BlockBundle\Exception\Filter\IgnoreClassFilter('Sonata\\BlockBundle\\Exception\\BlockExceptionInterface');
  3052.     }
  3053.     /**
  3054.      * Gets the public 'sonata.block.exception.filter.keep_all' shared service.
  3055.      *
  3056.      * @return \Sonata\BlockBundle\Exception\Filter\KeepAllFilter
  3057.      */
  3058.     protected function getSonata_Block_Exception_Filter_KeepAllService()
  3059.     {
  3060.         include_once \dirname(__DIR__6).'/shared/vendor/sonata-project/block-bundle/src/Exception/Filter/FilterInterface.php';
  3061.         include_once \dirname(__DIR__6).'/shared/vendor/sonata-project/block-bundle/src/Exception/Filter/KeepAllFilter.php';
  3062.         return $this->services['sonata.block.exception.filter.keep_all'] = new \Sonata\BlockBundle\Exception\Filter\KeepAllFilter();
  3063.     }
  3064.     /**
  3065.      * Gets the public 'sonata.block.exception.filter.keep_none' shared service.
  3066.      *
  3067.      * @return \Sonata\BlockBundle\Exception\Filter\KeepNoneFilter
  3068.      */
  3069.     protected function getSonata_Block_Exception_Filter_KeepNoneService()
  3070.     {
  3071.         include_once \dirname(__DIR__6).'/shared/vendor/sonata-project/block-bundle/src/Exception/Filter/FilterInterface.php';
  3072.         include_once \dirname(__DIR__6).'/shared/vendor/sonata-project/block-bundle/src/Exception/Filter/KeepNoneFilter.php';
  3073.         return $this->services['sonata.block.exception.filter.keep_none'] = new \Sonata\BlockBundle\Exception\Filter\KeepNoneFilter();
  3074.     }
  3075.     /**
  3076.      * Gets the public 'sonata.block.exception.renderer.inline' shared service.
  3077.      *
  3078.      * @return \Sonata\BlockBundle\Exception\Renderer\InlineRenderer
  3079.      */
  3080.     protected function getSonata_Block_Exception_Renderer_InlineService()
  3081.     {
  3082.         include_once \dirname(__DIR__6).'/shared/vendor/sonata-project/block-bundle/src/Exception/Renderer/RendererInterface.php';
  3083.         include_once \dirname(__DIR__6).'/shared/vendor/sonata-project/block-bundle/src/Exception/Renderer/InlineRenderer.php';
  3084.         return $this->services['sonata.block.exception.renderer.inline'] = new \Sonata\BlockBundle\Exception\Renderer\InlineRenderer(($this->services['twig'] ?? $this->getTwigService()), '@SonataBlock/Block/block_exception.html.twig');
  3085.     }
  3086.     /**
  3087.      * Gets the public 'sonata.block.exception.renderer.inline_debug' shared service.
  3088.      *
  3089.      * @return \Sonata\BlockBundle\Exception\Renderer\InlineDebugRenderer
  3090.      */
  3091.     protected function getSonata_Block_Exception_Renderer_InlineDebugService()
  3092.     {
  3093.         include_once \dirname(__DIR__6).'/shared/vendor/sonata-project/block-bundle/src/Exception/Renderer/RendererInterface.php';
  3094.         include_once \dirname(__DIR__6).'/shared/vendor/sonata-project/block-bundle/src/Exception/Renderer/InlineDebugRenderer.php';
  3095.         return $this->services['sonata.block.exception.renderer.inline_debug'] = new \Sonata\BlockBundle\Exception\Renderer\InlineDebugRenderer(($this->services['twig'] ?? $this->getTwigService()), '@SonataBlock/Block/block_exception_debug.html.twig'truetrue);
  3096.     }
  3097.     /**
  3098.      * Gets the public 'sonata.block.exception.renderer.throw' shared service.
  3099.      *
  3100.      * @return \Sonata\BlockBundle\Exception\Renderer\MonkeyThrowRenderer
  3101.      */
  3102.     protected function getSonata_Block_Exception_Renderer_ThrowService()
  3103.     {
  3104.         include_once \dirname(__DIR__6).'/shared/vendor/sonata-project/block-bundle/src/Exception/Renderer/RendererInterface.php';
  3105.         include_once \dirname(__DIR__6).'/shared/vendor/sonata-project/block-bundle/src/Exception/Renderer/MonkeyThrowRenderer.php';
  3106.         return $this->services['sonata.block.exception.renderer.throw'] = new \Sonata\BlockBundle\Exception\Renderer\MonkeyThrowRenderer();
  3107.     }
  3108.     /**
  3109.      * Gets the public 'sonata.block.manager' shared service.
  3110.      *
  3111.      * @return \Sonata\BlockBundle\Block\BlockServiceManager
  3112.      */
  3113.     protected function getSonata_Block_ManagerService()
  3114.     {
  3115.         $this->services['sonata.block.manager'] = $instance = new \Sonata\BlockBundle\Block\BlockServiceManager($thistrue, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  3116.         $instance->add('sonata.block.service.container''sonata.block.service.container', []);
  3117.         $instance->add('sonata.block.service.empty''sonata.block.service.empty', []);
  3118.         $instance->add('sonata.block.service.text''sonata.block.service.text', []);
  3119.         $instance->add('sonata.block.service.rss''sonata.block.service.rss', []);
  3120.         $instance->add('sonata.block.service.template''sonata.block.service.template', []);
  3121.         return $instance;
  3122.     }
  3123.     /**
  3124.      * Gets the public 'sonata.block.menu.registry' shared service.
  3125.      *
  3126.      * @return \Sonata\BlockBundle\Menu\MenuRegistry
  3127.      */
  3128.     protected function getSonata_Block_Menu_RegistryService()
  3129.     {
  3130.         include_once \dirname(__DIR__6).'/shared/vendor/sonata-project/block-bundle/src/Menu/MenuRegistryInterface.php';
  3131.         include_once \dirname(__DIR__6).'/shared/vendor/sonata-project/block-bundle/src/Menu/MenuRegistry.php';
  3132.         return $this->services['sonata.block.menu.registry'] = new \Sonata\BlockBundle\Menu\MenuRegistry('');
  3133.     }
  3134.     /**
  3135.      * Gets the public 'sonata.block.renderer.default' shared service.
  3136.      *
  3137.      * @return \Sonata\BlockBundle\Block\BlockRenderer
  3138.      */
  3139.     protected function getSonata_Block_Renderer_DefaultService()
  3140.     {
  3141.         $a = new \Sonata\BlockBundle\Exception\Strategy\StrategyManager($this, ['debug_only' => 'sonata.block.exception.filter.debug_only''ignore_block_exception' => 'sonata.block.exception.filter.ignore_block_exception''keep_all' => 'sonata.block.exception.filter.keep_all''keep_none' => 'sonata.block.exception.filter.keep_none'], ['inline' => 'sonata.block.exception.renderer.inline''inline_debug' => 'sonata.block.exception.renderer.inline_debug''throw' => 'sonata.block.exception.renderer.throw'], [], []);
  3142.         $a->setDefaultFilter('debug_only');
  3143.         $a->setDefaultRenderer('throw');
  3144.         return $this->services['sonata.block.renderer.default'] = new \Sonata\BlockBundle\Block\BlockRenderer(($this->services['sonata.block.manager'] ?? $this->getSonata_Block_ManagerService()), $a, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  3145.     }
  3146.     /**
  3147.      * Gets the public 'sonata.block.service.container' shared service.
  3148.      *
  3149.      * @return \Sonata\BlockBundle\Block\Service\ContainerBlockService
  3150.      */
  3151.     protected function getSonata_Block_Service_ContainerService()
  3152.     {
  3153.         include_once \dirname(__DIR__6).'/shared/vendor/sonata-project/block-bundle/src/Block/Service/BlockServiceInterface.php';
  3154.         include_once \dirname(__DIR__6).'/shared/vendor/sonata-project/block-bundle/src/Block/Service/AbstractBlockService.php';
  3155.         include_once \dirname(__DIR__6).'/shared/vendor/sonata-project/block-bundle/src/Block/Service/EditableBlockService.php';
  3156.         include_once \dirname(__DIR__6).'/shared/vendor/sonata-project/block-bundle/src/Block/Service/ContainerBlockService.php';
  3157.         return $this->services['sonata.block.service.container'] = new \Sonata\BlockBundle\Block\Service\ContainerBlockService(($this->services['twig'] ?? $this->getTwigService()));
  3158.     }
  3159.     /**
  3160.      * Gets the public 'sonata.block.service.empty' shared service.
  3161.      *
  3162.      * @return \Sonata\BlockBundle\Block\Service\EmptyBlockService
  3163.      */
  3164.     protected function getSonata_Block_Service_EmptyService()
  3165.     {
  3166.         include_once \dirname(__DIR__6).'/shared/vendor/sonata-project/block-bundle/src/Block/Service/BlockServiceInterface.php';
  3167.         include_once \dirname(__DIR__6).'/shared/vendor/sonata-project/block-bundle/src/Block/Service/AbstractBlockService.php';
  3168.         include_once \dirname(__DIR__6).'/shared/vendor/sonata-project/block-bundle/src/Block/Service/EmptyBlockService.php';
  3169.         return $this->services['sonata.block.service.empty'] = new \Sonata\BlockBundle\Block\Service\EmptyBlockService(($this->services['twig'] ?? $this->getTwigService()));
  3170.     }
  3171.     /**
  3172.      * Gets the public 'sonata.block.service.rss' shared service.
  3173.      *
  3174.      * @return \Sonata\BlockBundle\Block\Service\RssBlockService
  3175.      */
  3176.     protected function getSonata_Block_Service_RssService()
  3177.     {
  3178.         include_once \dirname(__DIR__6).'/shared/vendor/sonata-project/block-bundle/src/Block/Service/BlockServiceInterface.php';
  3179.         include_once \dirname(__DIR__6).'/shared/vendor/sonata-project/block-bundle/src/Block/Service/AbstractBlockService.php';
  3180.         include_once \dirname(__DIR__6).'/shared/vendor/sonata-project/block-bundle/src/Block/Service/EditableBlockService.php';
  3181.         include_once \dirname(__DIR__6).'/shared/vendor/sonata-project/block-bundle/src/Block/Service/RssBlockService.php';
  3182.         return $this->services['sonata.block.service.rss'] = new \Sonata\BlockBundle\Block\Service\RssBlockService(($this->services['twig'] ?? $this->getTwigService()));
  3183.     }
  3184.     /**
  3185.      * Gets the public 'sonata.block.service.template' shared service.
  3186.      *
  3187.      * @return \Sonata\BlockBundle\Block\Service\TemplateBlockService
  3188.      */
  3189.     protected function getSonata_Block_Service_TemplateService()
  3190.     {
  3191.         include_once \dirname(__DIR__6).'/shared/vendor/sonata-project/block-bundle/src/Block/Service/BlockServiceInterface.php';
  3192.         include_once \dirname(__DIR__6).'/shared/vendor/sonata-project/block-bundle/src/Block/Service/AbstractBlockService.php';
  3193.         include_once \dirname(__DIR__6).'/shared/vendor/sonata-project/block-bundle/src/Block/Service/EditableBlockService.php';
  3194.         include_once \dirname(__DIR__6).'/shared/vendor/sonata-project/block-bundle/src/Block/Service/TemplateBlockService.php';
  3195.         return $this->services['sonata.block.service.template'] = new \Sonata\BlockBundle\Block\Service\TemplateBlockService(($this->services['twig'] ?? $this->getTwigService()));
  3196.     }
  3197.     /**
  3198.      * Gets the public 'sonata.block.service.text' shared service.
  3199.      *
  3200.      * @return \Sonata\BlockBundle\Block\Service\TextBlockService
  3201.      */
  3202.     protected function getSonata_Block_Service_TextService()
  3203.     {
  3204.         include_once \dirname(__DIR__6).'/shared/vendor/sonata-project/block-bundle/src/Block/Service/BlockServiceInterface.php';
  3205.         include_once \dirname(__DIR__6).'/shared/vendor/sonata-project/block-bundle/src/Block/Service/AbstractBlockService.php';
  3206.         include_once \dirname(__DIR__6).'/shared/vendor/sonata-project/block-bundle/src/Block/Service/EditableBlockService.php';
  3207.         include_once \dirname(__DIR__6).'/shared/vendor/sonata-project/block-bundle/src/Block/Service/TextBlockService.php';
  3208.         return $this->services['sonata.block.service.text'] = new \Sonata\BlockBundle\Block\Service\TextBlockService(($this->services['twig'] ?? $this->getTwigService()));
  3209.     }
  3210.     /**
  3211.      * Gets the public 'sonata.doctrine.model.adapter.chain' shared service.
  3212.      *
  3213.      * @return \Sonata\Doctrine\Adapter\AdapterChain
  3214.      */
  3215.     protected function getSonata_Doctrine_Model_Adapter_ChainService()
  3216.     {
  3217.         $this->services['sonata.doctrine.model.adapter.chain'] = $instance = new \Sonata\Doctrine\Adapter\AdapterChain();
  3218.         $instance->addAdapter(new \Sonata\Doctrine\Adapter\ORM\DoctrineORMAdapter(($this->services['doctrine'] ?? $this->getDoctrineService())));
  3219.         return $instance;
  3220.     }
  3221.     /**
  3222.      * Gets the public 'sonata.exporter.exporter' shared service.
  3223.      *
  3224.      * @return \Sonata\Exporter\Exporter
  3225.      */
  3226.     protected function getSonata_Exporter_ExporterService()
  3227.     {
  3228.         include_once \dirname(__DIR__6).'/shared/vendor/sonata-project/exporter/src/Exporter.php';
  3229.         include_once \dirname(__DIR__6).'/shared/vendor/sonata-project/exporter/src/Writer/WriterInterface.php';
  3230.         include_once \dirname(__DIR__6).'/shared/vendor/sonata-project/exporter/src/Writer/TypedWriterInterface.php';
  3231.         include_once \dirname(__DIR__6).'/shared/vendor/sonata-project/exporter/src/Writer/CsvWriter.php';
  3232.         include_once \dirname(__DIR__6).'/shared/vendor/sonata-project/exporter/src/Writer/JsonWriter.php';
  3233.         include_once \dirname(__DIR__6).'/shared/vendor/sonata-project/exporter/src/Writer/XlsWriter.php';
  3234.         include_once \dirname(__DIR__6).'/shared/vendor/sonata-project/exporter/src/Writer/XmlWriter.php';
  3235.         $this->services['sonata.exporter.exporter'] = $instance = new \Sonata\Exporter\Exporter();
  3236.         $instance->addWriter(new \Sonata\Exporter\Writer\CsvWriter('php://output'',''"''\\'truefalse));
  3237.         $instance->addWriter(new \Sonata\Exporter\Writer\JsonWriter('php://output'));
  3238.         $instance->addWriter(new \Sonata\Exporter\Writer\XlsWriter('php://output'true));
  3239.         $instance->addWriter(new \Sonata\Exporter\Writer\XmlWriter('php://output''datas''data'));
  3240.         return $instance;
  3241.     }
  3242.     /**
  3243.      * Gets the public 'sonata.seo.page.default' shared service.
  3244.      *
  3245.      * @return \Sonata\SeoBundle\Seo\SeoPage
  3246.      */
  3247.     protected function getSonata_Seo_Page_DefaultService()
  3248.     {
  3249.         $this->services['sonata.seo.page.default'] = $instance = new \Sonata\SeoBundle\Seo\SeoPage();
  3250.         $instance->setTitle('Bendito Trabajo Ecuador');
  3251.         $instance->addTitlePrefix('Bendito Trabajo |');
  3252.         $instance->setMetas(['name' => ['keywords' => 'empleo trabajo oferta servicios ecuador laboral personal currículun vitae hoja de vida''description' => 'Estamos enfocados en el proceso de socialización de las ofertas de empleo en Ecuador''robots' => 'index, follow'], 'property' => ['og:site_name' => 'Bendito Trabajo Ecuador''og:description' => 'Estamos enfocados en el proceso de socialización de las ofertas de empleo en Ecuador'], 'http-equiv' => ['Content-Type' => 'text/html; charset=utf-8'], 'charset' => ['UTF-8' => '']]);
  3253.         $instance->setHtmlAttributes(['xmlns' => 'http://www.w3.org/1999/xhtml''xmlns:og' => 'http://opengraphprotocol.org/schema/']);
  3254.         $instance->setSeparator(' - ');
  3255.         return $instance;
  3256.     }
  3257.     /**
  3258.      * Gets the public 'sonata.twig.flashmessage.manager' shared service.
  3259.      *
  3260.      * @return \Sonata\Twig\FlashMessage\FlashManager
  3261.      */
  3262.     protected function getSonata_Twig_Flashmessage_ManagerService()
  3263.     {
  3264.         include_once \dirname(__DIR__6).'/shared/vendor/sonata-project/twig-extensions/src/FlashMessage/FlashManagerInterface.php';
  3265.         include_once \dirname(__DIR__6).'/shared/vendor/sonata-project/twig-extensions/src/Status/StatusClassRendererInterface.php';
  3266.         include_once \dirname(__DIR__6).'/shared/vendor/sonata-project/twig-extensions/src/FlashMessage/FlashManager.php';
  3267.         return $this->services['sonata.twig.flashmessage.manager'] = new \Sonata\Twig\FlashMessage\FlashManager(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ['success' => ['success' => [], 'sonata_flash_success' => [], 'sonata_user_success' => [], 'fos_user_success' => []], 'warning' => ['warning' => [], 'sonata_flash_info' => []], 'danger' => ['error' => [], 'sonata_flash_error' => [], 'sonata_user_error' => []]], ['success' => 'success''warning' => 'warning''danger' => 'danger']);
  3268.     }
  3269.     /**
  3270.      * Gets the public 'sonata.twig.flashmessage.twig.extension' shared service.
  3271.      *
  3272.      * @return \Sonata\Twig\Extension\FlashMessageExtension
  3273.      */
  3274.     protected function getSonata_Twig_Flashmessage_Twig_ExtensionService()
  3275.     {
  3276.         return $this->services['sonata.twig.flashmessage.twig.extension'] = new \Sonata\Twig\Extension\FlashMessageExtension();
  3277.     }
  3278.     /**
  3279.      * Gets the public 'swiftmailer.mailer.default' shared service.
  3280.      *
  3281.      * @return \Swift_Mailer
  3282.      */
  3283.     protected function getSwiftmailer_Mailer_DefaultService()
  3284.     {
  3285.         include_once \dirname(__DIR__6).'/shared/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Mailer.php';
  3286.         return $this->services['swiftmailer.mailer.default'] = new \Swift_Mailer(($this->services['swiftmailer.transport'] ?? $this->getSwiftmailer_TransportService()));
  3287.     }
  3288.     /**
  3289.      * Gets the public 'swiftmailer.mailer.default.plugin.messagelogger' shared service.
  3290.      *
  3291.      * @return \Swift_Plugins_MessageLogger
  3292.      */
  3293.     protected function getSwiftmailer_Mailer_Default_Plugin_MessageloggerService()
  3294.     {
  3295.         include_once \dirname(__DIR__6).'/shared/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Events/EventListener.php';
  3296.         include_once \dirname(__DIR__6).'/shared/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Events/SendListener.php';
  3297.         include_once \dirname(__DIR__6).'/shared/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Plugins/MessageLogger.php';
  3298.         return $this->services['swiftmailer.mailer.default.plugin.messagelogger'] = new \Swift_Plugins_MessageLogger();
  3299.     }
  3300.     /**
  3301.      * Gets the public 'swiftmailer.mailer.default.transport.real' shared service.
  3302.      *
  3303.      * @return \Swift_Transport
  3304.      */
  3305.     protected function getSwiftmailer_Mailer_Default_Transport_RealService()
  3306.     {
  3307.         include_once \dirname(__DIR__6).'/shared/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport.php';
  3308.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/swiftmailer-bundle/DependencyInjection/SwiftmailerTransportFactory.php';
  3309.         include_once \dirname(__DIR__6).'/shared/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Events/EventDispatcher.php';
  3310.         include_once \dirname(__DIR__6).'/shared/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Events/SimpleEventDispatcher.php';
  3311.         return $this->services['swiftmailer.mailer.default.transport.real'] = \Symfony\Bundle\SwiftmailerBundle\DependencyInjection\SwiftmailerTransportFactory::createTransport(['transport' => 'smtp''url' => $this->getEnv('MAILER_URL'), 'username' => NULL'password' => NULL'host' => 'localhost''port' => NULL'timeout' => 30'source_ip' => NULL'local_domain' => NULL'encryption' => NULL'auth_mode' => NULL'command' => '/usr/sbin/sendmail -t -i''stream_options' => []], ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService()), ($this->privates['swiftmailer.mailer.default.transport.eventdispatcher'] ?? ($this->privates['swiftmailer.mailer.default.transport.eventdispatcher'] = new \Swift_Events_SimpleEventDispatcher())));
  3312.     }
  3313.     /**
  3314.      * Gets the public 'swiftmailer.transport' shared service.
  3315.      *
  3316.      * @return \Swift_Transport_SpoolTransport
  3317.      */
  3318.     protected function getSwiftmailer_TransportService()
  3319.     {
  3320.         include_once \dirname(__DIR__6).'/shared/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport.php';
  3321.         include_once \dirname(__DIR__6).'/shared/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport/SpoolTransport.php';
  3322.         include_once \dirname(__DIR__6).'/shared/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Spool.php';
  3323.         include_once \dirname(__DIR__6).'/shared/vendor/swiftmailer/swiftmailer/lib/classes/Swift/MemorySpool.php';
  3324.         include_once \dirname(__DIR__6).'/shared/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Events/EventDispatcher.php';
  3325.         include_once \dirname(__DIR__6).'/shared/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Events/SimpleEventDispatcher.php';
  3326.         include_once \dirname(__DIR__6).'/shared/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Events/EventListener.php';
  3327.         include_once \dirname(__DIR__6).'/shared/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Events/SendListener.php';
  3328.         include_once \dirname(__DIR__6).'/shared/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Plugins/MessageLogger.php';
  3329.         $this->services['swiftmailer.transport'] = $instance = new \Swift_Transport_SpoolTransport(($this->privates['swiftmailer.mailer.default.transport.eventdispatcher'] ?? ($this->privates['swiftmailer.mailer.default.transport.eventdispatcher'] = new \Swift_Events_SimpleEventDispatcher())), new \Swift_MemorySpool());
  3330.         $instance->registerPlugin(($this->services['swiftmailer.mailer.default.plugin.messagelogger'] ?? ($this->services['swiftmailer.mailer.default.plugin.messagelogger'] = new \Swift_Plugins_MessageLogger())));
  3331.         return $instance;
  3332.     }
  3333.     /**
  3334.      * Gets the public 'templating' shared service.
  3335.      *
  3336.      * @return \Symfony\Bundle\TwigBundle\TwigEngine
  3337.      *
  3338.      * @deprecated The "templating" service is deprecated since Symfony 4.4 and will be removed in 5.0.
  3339.      */
  3340.     protected function getTemplatingService()
  3341.     {
  3342.         @trigger_error('The "templating" service is deprecated since Symfony 4.4 and will be removed in 5.0.'E_USER_DEPRECATED);
  3343.         return $this->services['templating'] = new \Symfony\Bundle\TwigBundle\TwigEngine(($this->services['twig'] ?? $this->getTwigService()), ($this->privates['templating.name_parser'] ?? $this->getTemplating_NameParserService()), ($this->privates['templating.locator'] ?? $this->getTemplating_LocatorService()));
  3344.     }
  3345.     /**
  3346.      * Gets the public 'templating.loader' shared service.
  3347.      *
  3348.      * @return \Symfony\Bundle\FrameworkBundle\Templating\Loader\FilesystemLoader
  3349.      *
  3350.      * @deprecated The "templating.loader" service is deprecated since Symfony 4.3 and will be removed in 5.0.
  3351.      */
  3352.     protected function getTemplating_LoaderService()
  3353.     {
  3354.         @trigger_error('The "templating.loader" service is deprecated since Symfony 4.3 and will be removed in 5.0.'E_USER_DEPRECATED);
  3355.         return $this->services['templating.loader'] = new \Symfony\Bundle\FrameworkBundle\Templating\Loader\FilesystemLoader(($this->privates['templating.locator'] ?? $this->getTemplating_LocatorService()));
  3356.     }
  3357.     /**
  3358.      * Gets the public 'translator' shared service.
  3359.      *
  3360.      * @return \Symfony\Component\Translation\DataCollectorTranslator
  3361.      */
  3362.     protected function getTranslatorService()
  3363.     {
  3364.         return $this->services['translator'] = new \Symfony\Component\Translation\DataCollectorTranslator(($this->privates['translator.default'] ?? $this->getTranslator_DefaultService()));
  3365.     }
  3366.     /**
  3367.      * Gets the public 'twig' shared service.
  3368.      *
  3369.      * @return \Twig\Environment
  3370.      */
  3371.     protected function getTwigService()
  3372.     {
  3373.         $this->services['twig'] = $instance = new \Twig\Environment(($this->privates['twig.loader.filesystem'] ?? $this->getTwig_Loader_FilesystemService()), ['debug' => true'strict_variables' => true'autoescape' => 'name''cache' => ($this->targetDir.''.'/twig'), 'charset' => 'UTF-8']);
  3374.         $a = ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService());
  3375.         $b = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  3376.         $c = ($this->services['translator'] ?? $this->getTranslatorService());
  3377.         $d = ($this->privates['assets.packages'] ?? $this->getAssets_PackagesService());
  3378.         $e = ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService());
  3379.         $f = ($this->services['router'] ?? $this->getRouterService());
  3380.         $g = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  3381.         $h = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'1);
  3382.         $h->setDisplayOptions(['maxStringLength' => 4096'fileLinkFormat' => $e]);
  3383.         $i = ($this->services['easyadmin.property_accessor'] ?? $this->getEasyadmin_PropertyAccessorService());
  3384.         $j = new \Symfony\Bridge\Twig\AppVariable();
  3385.         $j->setEnvironment('dev');
  3386.         $j->setDebug(true);
  3387.         if ($this->has('security.token_storage')) {
  3388.             $j->setTokenStorage(($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()));
  3389.         }
  3390.         if ($this->has('request_stack')) {
  3391.             $j->setRequestStack($g);
  3392.         }
  3393.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CsrfExtension());
  3394.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\LogoutUrlExtension($a));
  3395.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\SecurityExtension(($this->services['security.authorization_checker'] ?? $this->getSecurity_AuthorizationCheckerService())));
  3396.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ProfilerExtension(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), $b));
  3397.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\TranslationExtension($c));
  3398.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\AssetExtension($d));
  3399.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CodeExtension($e, \dirname(__DIR__4), 'UTF-8'));
  3400.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\RoutingExtension($f));
  3401.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\YamlExtension());
  3402.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\StopwatchExtension($btrue));
  3403.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ExpressionExtension());
  3404.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpKernelExtension());
  3405.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpFoundationExtension(new \Symfony\Component\HttpFoundation\UrlHelper($g, ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService()))));
  3406.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\WebLinkExtension($g));
  3407.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\FormExtension());
  3408.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\DumpExtension(($this->services['var_dumper.cloner'] ?? $this->getVarDumper_ClonerService()), ($this->privates['var_dumper.html_dumper'] ?? $this->getVarDumper_HtmlDumperService())));
  3409.         $instance->addExtension(new \App\Twig\JobTwigExtension(($this->privates['App\\Repository\\UserJobMetaRepository'] ?? $this->getUserJobMetaRepositoryService())));
  3410.         $instance->addExtension(new \Twig_Extensions_Extension_Intl());
  3411.         $instance->addExtension(new \Twig_Extensions_Extension_Date($c));
  3412.         $instance->addExtension(new \Doctrine\Bundle\DoctrineBundle\Twig\DoctrineExtension());
  3413.         $instance->addExtension(new \Symfony\Bundle\WebProfilerBundle\Twig\WebProfilerExtension($h));
  3414.         $instance->addExtension(new \EasyCorp\Bundle\EasyAdminBundle\Twig\EasyAdminTwigExtension(($this->services['easyadmin.config.manager'] ?? $this->getEasyadmin_Config_ManagerService()), $i, ($this->services['easyadmin.router'] ?? $this->getEasyadmin_RouterService()), true$a$c, ($this->services['easyadmin.security.authorization_checker'] ?? $this->getEasyadmin_Security_AuthorizationCheckerService())));
  3415.         $instance->addExtension(new \Vich\UploaderBundle\Twig\Extension\UploaderExtension(($this->privates['Vich\\UploaderBundle\\Templating\\Helper\\UploaderHelper'] ?? $this->getUploaderHelperService())));
  3416.         $instance->addExtension(new \Knp\Bundle\TimeBundle\Twig\Extension\TimeExtension(new \Knp\Bundle\TimeBundle\DateTimeFormatter($c)));
  3417.         $instance->addExtension(new \Knp\Bundle\PaginatorBundle\Twig\Extension\PaginationExtension(new \Knp\Bundle\PaginatorBundle\Helper\Processor($f$c)));
  3418.         $instance->addExtension(new \Hampe\Bundle\ZurbInkBundle\Twig\InlineCssExtension(new \Hampe\Bundle\ZurbInkBundle\Service\InlineCss(), ($this->privates['file_locator'] ?? $this->getFileLocatorService())));
  3419.         $instance->addExtension(new \Hampe\Bundle\ZurbInkBundle\Twig\InkyExtension(new \Hampe\Inky\Inky(12, [])));
  3420.         $instance->addExtension(new \Symfony\WebpackEncoreBundle\Twig\EntryFilesTwigExtension(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3421.             'webpack_encore.entrypoint_lookup_collection' => ['privates''webpack_encore.entrypoint_lookup_collection''getWebpackEncore_EntrypointLookupCollectionService'false],
  3422.             'webpack_encore.tag_renderer' => ['privates''webpack_encore.tag_renderer''getWebpackEncore_TagRendererService'false],
  3423.         ], [
  3424.             'webpack_encore.entrypoint_lookup_collection' => '?',
  3425.             'webpack_encore.tag_renderer' => '?',
  3426.         ])));
  3427.         $instance->addExtension(new \Symfony\WebpackEncoreBundle\Twig\StimulusTwigExtension());
  3428.         $instance->addExtension(new \Sg\DatatablesBundle\Twig\DatatableTwigExtension());
  3429.         $instance->addExtension(new \FOS\CKEditorBundle\Twig\CKEditorExtension(new \FOS\CKEditorBundle\Renderer\CKEditorRenderer(new \FOS\CKEditorBundle\Builder\JsonBuilder($i), $f$d$g$instance, (($this->hasParameter("locale")) ? ($this->getParameter("locale")) : (null)))));
  3430.         $instance->addExtension(($this->services['sonata.twig.flashmessage.twig.extension'] ?? ($this->services['sonata.twig.flashmessage.twig.extension'] = new \Sonata\Twig\Extension\FlashMessageExtension())));
  3431.         $instance->addExtension(new \Sonata\Twig\Extension\FormTypeExtension('standard'));
  3432.         $instance->addExtension(new \Sonata\Twig\Extension\StatusExtension());
  3433.         $instance->addExtension(new \Sonata\Twig\Extension\DeprecatedTemplateExtension());
  3434.         $instance->addExtension(new \Sonata\Twig\Extension\TemplateExtension(true, ($this->services['sonata.doctrine.model.adapter.chain'] ?? $this->getSonata_Doctrine_Model_Adapter_ChainService())));
  3435.         $instance->addExtension(new \Sonata\BlockBundle\Twig\Extension\BlockExtension(($this->privates['sonata.block.templating.helper'] ?? $this->getSonata_Block_Templating_HelperService())));
  3436.         $instance->addExtension(new \Sonata\SeoBundle\Twig\Extension\SeoExtension(($this->services['sonata.seo.page.default'] ?? $this->getSonata_Seo_Page_DefaultService()), 'UTF-8'));
  3437.         $instance->addGlobal('app'$j);
  3438.         $instance->addRuntimeLoader(new \Twig\RuntimeLoader\ContainerRuntimeLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3439.             'Sonata\\BlockBundle\\Templating\\Helper\\BlockHelper' => ['privates''sonata.block.templating.helper''getSonata_Block_Templating_HelperService'false],
  3440.             'Sonata\\Twig\\Extension\\FlashMessageRuntime' => ['privates''sonata.twig.flashmessage.twig.runtime''getSonata_Twig_Flashmessage_Twig_RuntimeService'false],
  3441.             'Sonata\\Twig\\Extension\\StatusRuntime' => ['privates''sonata.twig.status_runtime''getSonata_Twig_StatusRuntimeService'false],
  3442.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => ['privates''twig.runtime.security_csrf''getTwig_Runtime_SecurityCsrfService'false],
  3443.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => ['privates''twig.runtime.httpkernel''getTwig_Runtime_HttpkernelService'false],
  3444.             'Symfony\\Component\\Form\\FormRenderer' => ['privates''twig.form.renderer''getTwig_Form_RendererService'false],
  3445.         ], [
  3446.             'Sonata\\BlockBundle\\Templating\\Helper\\BlockHelper' => '?',
  3447.             'Sonata\\Twig\\Extension\\FlashMessageRuntime' => '?',
  3448.             'Sonata\\Twig\\Extension\\StatusRuntime' => '?',
  3449.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => '?',
  3450.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => '?',
  3451.             'Symfony\\Component\\Form\\FormRenderer' => '?',
  3452.         ])));
  3453.         $instance->addGlobal('sonata_block', new \Sonata\BlockBundle\Twig\GlobalVariables(['block_base' => '@SonataBlock/Block/block_base.html.twig''block_container' => '@SonataBlock/Block/block_container.html.twig']));
  3454.         (new \Symfony\Bundle\TwigBundle\DependencyInjection\Configurator\EnvironmentConfigurator('F j, Y H:i''%d days'NULL0'.'','))->configure($instance);
  3455.         return $instance;
  3456.     }
  3457.     /**
  3458.      * Gets the public 'twig.controller.exception' shared service.
  3459.      *
  3460.      * @return \Symfony\Bundle\TwigBundle\Controller\ExceptionController
  3461.      *
  3462.      * @deprecated The "twig.controller.exception" service is deprecated since Symfony 4.4.
  3463.      */
  3464.     protected function getTwig_Controller_ExceptionService()
  3465.     {
  3466.         @trigger_error('The "twig.controller.exception" service is deprecated since Symfony 4.4.'E_USER_DEPRECATED);
  3467.         return $this->services['twig.controller.exception'] = new \Symfony\Bundle\TwigBundle\Controller\ExceptionController(($this->services['twig'] ?? $this->getTwigService()), true);
  3468.     }
  3469.     /**
  3470.      * Gets the public 'twig.controller.preview_error' shared service.
  3471.      *
  3472.      * @return \Symfony\Bundle\TwigBundle\Controller\PreviewErrorController
  3473.      *
  3474.      * @deprecated The "twig.controller.preview_error" service is deprecated since Symfony 4.4.
  3475.      */
  3476.     protected function getTwig_Controller_PreviewErrorService()
  3477.     {
  3478.         @trigger_error('The "twig.controller.preview_error" service is deprecated since Symfony 4.4.'E_USER_DEPRECATED);
  3479.         return $this->services['twig.controller.preview_error'] = new \Symfony\Bundle\TwigBundle\Controller\PreviewErrorController(($this->services['http_kernel'] ?? $this->getHttpKernelService()), 'twig.controller.exception::showAction');
  3480.     }
  3481.     /**
  3482.      * Gets the public 'validator' shared service.
  3483.      *
  3484.      * @return \Symfony\Component\Validator\Validator\TraceableValidator
  3485.      */
  3486.     protected function getValidatorService()
  3487.     {
  3488.         return $this->services['validator'] = new \Symfony\Component\Validator\Validator\TraceableValidator(($this->privates['validator.builder'] ?? $this->getValidator_BuilderService())->getValidator());
  3489.     }
  3490.     /**
  3491.      * Gets the public 'var_dumper.cloner' shared service.
  3492.      *
  3493.      * @return \Symfony\Component\VarDumper\Cloner\VarCloner
  3494.      */
  3495.     protected function getVarDumper_ClonerService()
  3496.     {
  3497.         $this->services['var_dumper.cloner'] = $instance = new \Symfony\Component\VarDumper\Cloner\VarCloner();
  3498.         $instance->setMaxItems(2500);
  3499.         $instance->setMinDepth(1);
  3500.         $instance->setMaxString(-1);
  3501.         $instance->addCasters(['Closure' => 'Symfony\\Component\\VarDumper\\Caster\\ReflectionCaster::unsetClosureFileInfo']);
  3502.         return $instance;
  3503.     }
  3504.     /**
  3505.      * Gets the public 'vich_uploader.download_handler' shared service.
  3506.      *
  3507.      * @return \Vich\UploaderBundle\Handler\DownloadHandler
  3508.      */
  3509.     protected function getVichUploader_DownloadHandlerService()
  3510.     {
  3511.         include_once \dirname(__DIR__6).'/shared/vendor/vich/uploader-bundle/src/Handler/AbstractHandler.php';
  3512.         include_once \dirname(__DIR__6).'/shared/vendor/vich/uploader-bundle/src/Handler/DownloadHandler.php';
  3513.         return $this->services['vich_uploader.download_handler'] = new \Vich\UploaderBundle\Handler\DownloadHandler(($this->privates['vich_uploader.property_mapping_factory'] ?? $this->getVichUploader_PropertyMappingFactoryService()), ($this->privates['vich_uploader.storage.file_system'] ?? $this->getVichUploader_Storage_FileSystemService()));
  3514.     }
  3515.     /**
  3516.      * Gets the public 'vich_uploader.form.type.file' shared service.
  3517.      *
  3518.      * @return \Vich\UploaderBundle\Form\Type\VichFileType
  3519.      */
  3520.     protected function getVichUploader_Form_Type_FileService()
  3521.     {
  3522.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/form/FormTypeInterface.php';
  3523.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/form/AbstractType.php';
  3524.         include_once \dirname(__DIR__6).'/shared/vendor/vich/uploader-bundle/src/Form/Type/VichFileType.php';
  3525.         return $this->services['vich_uploader.form.type.file'] = new \Vich\UploaderBundle\Form\Type\VichFileType(($this->privates['vich_uploader.storage.file_system'] ?? $this->getVichUploader_Storage_FileSystemService()), ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService()), ($this->privates['vich_uploader.property_mapping_factory'] ?? $this->getVichUploader_PropertyMappingFactoryService()), ($this->services['easyadmin.property_accessor'] ?? $this->getEasyadmin_PropertyAccessorService()));
  3526.     }
  3527.     /**
  3528.      * Gets the public 'vich_uploader.form.type.image' shared service.
  3529.      *
  3530.      * @return \Vich\UploaderBundle\Form\Type\VichImageType
  3531.      */
  3532.     protected function getVichUploader_Form_Type_ImageService()
  3533.     {
  3534.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/form/FormTypeInterface.php';
  3535.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/form/AbstractType.php';
  3536.         include_once \dirname(__DIR__6).'/shared/vendor/vich/uploader-bundle/src/Form/Type/VichFileType.php';
  3537.         include_once \dirname(__DIR__6).'/shared/vendor/vich/uploader-bundle/src/Form/Type/VichImageType.php';
  3538.         return $this->services['vich_uploader.form.type.image'] = new \Vich\UploaderBundle\Form\Type\VichImageType(($this->privates['vich_uploader.storage.file_system'] ?? $this->getVichUploader_Storage_FileSystemService()), ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService()), ($this->privates['vich_uploader.property_mapping_factory'] ?? $this->getVichUploader_PropertyMappingFactoryService()), ($this->services['easyadmin.property_accessor'] ?? $this->getEasyadmin_PropertyAccessorService()), NULL);
  3539.     }
  3540.     /**
  3541.      * Gets the public 'vich_uploader.namer_hash.banners_images' shared service.
  3542.      *
  3543.      * @return \Vich\UploaderBundle\Naming\HashNamer
  3544.      */
  3545.     protected function getVichUploader_NamerHash_BannersImagesService()
  3546.     {
  3547.         include_once \dirname(__DIR__6).'/shared/vendor/vich/uploader-bundle/src/Naming/NamerInterface.php';
  3548.         include_once \dirname(__DIR__6).'/shared/vendor/vich/uploader-bundle/src/Naming/ConfigurableInterface.php';
  3549.         include_once \dirname(__DIR__6).'/shared/vendor/vich/uploader-bundle/src/Naming/Polyfill/FileExtensionTrait.php';
  3550.         include_once \dirname(__DIR__6).'/shared/vendor/vich/uploader-bundle/src/Naming/HashNamer.php';
  3551.         return $this->services['vich_uploader.namer_hash.banners_images'] = new \Vich\UploaderBundle\Naming\HashNamer();
  3552.     }
  3553.     /**
  3554.      * Gets the public 'vich_uploader.namer_hash.company_image' shared service.
  3555.      *
  3556.      * @return \Vich\UploaderBundle\Naming\HashNamer
  3557.      */
  3558.     protected function getVichUploader_NamerHash_CompanyImageService()
  3559.     {
  3560.         include_once \dirname(__DIR__6).'/shared/vendor/vich/uploader-bundle/src/Naming/NamerInterface.php';
  3561.         include_once \dirname(__DIR__6).'/shared/vendor/vich/uploader-bundle/src/Naming/ConfigurableInterface.php';
  3562.         include_once \dirname(__DIR__6).'/shared/vendor/vich/uploader-bundle/src/Naming/Polyfill/FileExtensionTrait.php';
  3563.         include_once \dirname(__DIR__6).'/shared/vendor/vich/uploader-bundle/src/Naming/HashNamer.php';
  3564.         return $this->services['vich_uploader.namer_hash.company_image'] = new \Vich\UploaderBundle\Naming\HashNamer();
  3565.     }
  3566.     /**
  3567.      * Gets the public 'vich_uploader.upload_handler' shared service.
  3568.      *
  3569.      * @return \Vich\UploaderBundle\Handler\UploadHandler
  3570.      */
  3571.     protected function getVichUploader_UploadHandlerService()
  3572.     {
  3573.         include_once \dirname(__DIR__6).'/shared/vendor/vich/uploader-bundle/src/Handler/AbstractHandler.php';
  3574.         include_once \dirname(__DIR__6).'/shared/vendor/vich/uploader-bundle/src/Handler/UploadHandler.php';
  3575.         include_once \dirname(__DIR__6).'/shared/vendor/vich/uploader-bundle/src/Injector/FileInjectorInterface.php';
  3576.         include_once \dirname(__DIR__6).'/shared/vendor/vich/uploader-bundle/src/Injector/FileInjector.php';
  3577.         $a = ($this->privates['vich_uploader.storage.file_system'] ?? $this->getVichUploader_Storage_FileSystemService());
  3578.         return $this->services['vich_uploader.upload_handler'] = new \Vich\UploaderBundle\Handler\UploadHandler(($this->privates['vich_uploader.property_mapping_factory'] ?? $this->getVichUploader_PropertyMappingFactoryService()), $a, new \Vich\UploaderBundle\Injector\FileInjector($a), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  3579.     }
  3580.     /**
  3581.      * Gets the public 'web_profiler.controller.exception' shared service.
  3582.      *
  3583.      * @return \Symfony\Bundle\WebProfilerBundle\Controller\ExceptionController
  3584.      *
  3585.      * @deprecated The "web_profiler.controller.exception" service is deprecated since Symfony 4.4, use the "web_profiler.controller.exception_panel" service instead.
  3586.      */
  3587.     protected function getWebProfiler_Controller_ExceptionService()
  3588.     {
  3589.         @trigger_error('The "web_profiler.controller.exception" service is deprecated since Symfony 4.4, use the "web_profiler.controller.exception_panel" service instead.'E_USER_DEPRECATED);
  3590.         return $this->services['web_profiler.controller.exception'] = new \Symfony\Bundle\WebProfilerBundle\Controller\ExceptionController(($this->services['profiler'] ?? $this->getProfilerService()), ($this->services['twig'] ?? $this->getTwigService()), true, ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()), ($this->privates['error_handler.error_renderer.html'] ?? $this->getErrorHandler_ErrorRenderer_HtmlService()));
  3591.     }
  3592.     /**
  3593.      * Gets the public 'web_profiler.controller.exception_panel' shared service.
  3594.      *
  3595.      * @return \Symfony\Bundle\WebProfilerBundle\Controller\ExceptionPanelController
  3596.      */
  3597.     protected function getWebProfiler_Controller_ExceptionPanelService()
  3598.     {
  3599.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/web-profiler-bundle/Controller/ExceptionPanelController.php';
  3600.         return $this->services['web_profiler.controller.exception_panel'] = new \Symfony\Bundle\WebProfilerBundle\Controller\ExceptionPanelController(($this->privates['error_handler.error_renderer.html'] ?? $this->getErrorHandler_ErrorRenderer_HtmlService()), ($this->services['profiler'] ?? $this->getProfilerService()));
  3601.     }
  3602.     /**
  3603.      * Gets the public 'web_profiler.controller.profiler' shared service.
  3604.      *
  3605.      * @return \Symfony\Bundle\WebProfilerBundle\Controller\ProfilerController
  3606.      */
  3607.     protected function getWebProfiler_Controller_ProfilerService()
  3608.     {
  3609.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/web-profiler-bundle/Controller/ProfilerController.php';
  3610.         return $this->services['web_profiler.controller.profiler'] = new \Symfony\Bundle\WebProfilerBundle\Controller\ProfilerController(($this->services['router'] ?? $this->getRouterService()), ($this->services['profiler'] ?? $this->getProfilerService()), ($this->services['twig'] ?? $this->getTwigService()), $this->parameters['data_collector.templates'], ($this->privates['web_profiler.csp.handler'] ?? $this->getWebProfiler_Csp_HandlerService()), \dirname(__DIR__4));
  3611.     }
  3612.     /**
  3613.      * Gets the public 'web_profiler.controller.router' shared service.
  3614.      *
  3615.      * @return \Symfony\Bundle\WebProfilerBundle\Controller\RouterController
  3616.      */
  3617.     protected function getWebProfiler_Controller_RouterService()
  3618.     {
  3619.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/web-profiler-bundle/Controller/RouterController.php';
  3620.         return $this->services['web_profiler.controller.router'] = new \Symfony\Bundle\WebProfilerBundle\Controller\RouterController(($this->services['profiler'] ?? $this->getProfilerService()), ($this->services['twig'] ?? $this->getTwigService()), ($this->services['router'] ?? $this->getRouterService()), NULL, new RewindableGenerator(function () {
  3621.             return new \EmptyIterator();
  3622.         }, 0));
  3623.     }
  3624.     /**
  3625.      * Gets the private '.errored..service_locator.1Lp348O.App\Entity\Consulta' shared service.
  3626.      *
  3627.      * @return \App\Entity\Consulta
  3628.      */
  3629.     protected function getConsultaService()
  3630.     {
  3631.         $this->throw('Cannot autowire service ".service_locator.1Lp348O": it references class "App\\Entity\\Consulta" but no such service exists.');
  3632.     }
  3633.     /**
  3634.      * Gets the private '.errored..service_locator.2TCd9DO.App\Entity\Alert' shared service.
  3635.      *
  3636.      * @return \App\Entity\Alert
  3637.      */
  3638.     protected function getAlertService()
  3639.     {
  3640.         $this->throw('Cannot autowire service ".service_locator.2TCd9DO": it references class "App\\Entity\\Alert" but no such service exists.');
  3641.     }
  3642.     /**
  3643.      * Gets the private '.errored..service_locator.4HngEUc.Vich\UploaderBundle\Mapping\PropertyMapping' shared service.
  3644.      *
  3645.      * @return \Vich\UploaderBundle\Mapping\PropertyMapping
  3646.      */
  3647.     protected function getPropertyMappingService()
  3648.     {
  3649.         $this->throw('Cannot autowire service ".service_locator.4HngEUc": it references class "Vich\\UploaderBundle\\Mapping\\PropertyMapping" but no such service exists.');
  3650.     }
  3651.     /**
  3652.      * Gets the private '.errored..service_locator.5sxHaqS.App\Entity\PaymentForJobs' shared service.
  3653.      *
  3654.      * @return \App\Entity\PaymentForJobs
  3655.      */
  3656.     protected function getPaymentForJobsService()
  3657.     {
  3658.         $this->throw('Cannot autowire service ".service_locator.5sxHaqS": it references class "App\\Entity\\PaymentForJobs" but no such service exists.');
  3659.     }
  3660.     /**
  3661.      * Gets the private '.errored..service_locator.6kBXpMI.App\Entity\PaymentForJobs' shared service.
  3662.      *
  3663.      * @return \App\Entity\PaymentForJobs
  3664.      */
  3665.     protected function getPaymentForJobs2Service()
  3666.     {
  3667.         $this->throw('Cannot autowire service ".service_locator.6kBXpMI": it references class "App\\Entity\\PaymentForJobs" but no such service exists.');
  3668.     }
  3669.     /**
  3670.      * Gets the private '.errored..service_locator.B4N0dFe.App\Entity\Job' shared service.
  3671.      *
  3672.      * @return \App\Entity\Job
  3673.      */
  3674.     protected function getJobService()
  3675.     {
  3676.         $this->throw('Cannot autowire service ".service_locator.B4N0dFe": it references class "App\\Entity\\Job" but no such service exists.');
  3677.     }
  3678.     /**
  3679.      * Gets the private '.errored..service_locator.BljtxGn.App\Entity\Category' shared service.
  3680.      *
  3681.      * @return \App\Entity\Category
  3682.      */
  3683.     protected function getCategoryService()
  3684.     {
  3685.         $this->throw('Cannot autowire service ".service_locator.BljtxGn": it references class "App\\Entity\\Category" but no such service exists.');
  3686.     }
  3687.     /**
  3688.      * Gets the private '.errored..service_locator.IyQzdq4.App\Entity\Policy' shared service.
  3689.      *
  3690.      * @return \App\Entity\Policy
  3691.      */
  3692.     protected function getPolicyService()
  3693.     {
  3694.         $this->throw('Cannot autowire service ".service_locator.IyQzdq4": it references class "App\\Entity\\Policy" but no such service exists.');
  3695.     }
  3696.     /**
  3697.      * Gets the private '.errored..service_locator.LHNMU_f.App\Entity\PaymentForServices' shared service.
  3698.      *
  3699.      * @return \App\Entity\PaymentForServices
  3700.      */
  3701.     protected function getPaymentForServicesService()
  3702.     {
  3703.         $this->throw('Cannot autowire service ".service_locator.LHNMU_f": it references class "App\\Entity\\PaymentForServices" but no such service exists.');
  3704.     }
  3705.     /**
  3706.      * Gets the private '.errored..service_locator.LkI5IBG.App\Entity\User' shared service.
  3707.      *
  3708.      * @return \App\Entity\User
  3709.      */
  3710.     protected function getUserService()
  3711.     {
  3712.         $this->throw('Cannot autowire service ".service_locator.LkI5IBG": it references class "App\\Entity\\User" but no such service exists.');
  3713.     }
  3714.     /**
  3715.      * Gets the private '.errored..service_locator.NHEv8pV.App\Entity\Job' shared service.
  3716.      *
  3717.      * @return \App\Entity\Job
  3718.      */
  3719.     protected function getJob2Service()
  3720.     {
  3721.         $this->throw('Cannot autowire service ".service_locator.NHEv8pV": it references class "App\\Entity\\Job" but no such service exists.');
  3722.     }
  3723.     /**
  3724.      * Gets the private '.errored..service_locator.OIeXTYT.App\Entity\Title' shared service.
  3725.      *
  3726.      * @return \App\Entity\Title
  3727.      */
  3728.     protected function getTitleService()
  3729.     {
  3730.         $this->throw('Cannot autowire service ".service_locator.OIeXTYT": it references class "App\\Entity\\Title" but no such service exists.');
  3731.     }
  3732.     /**
  3733.      * Gets the private '.errored..service_locator.S1DZVUv.App\Entity\Payment' shared service.
  3734.      *
  3735.      * @return \App\Entity\Payment
  3736.      */
  3737.     protected function getPaymentService()
  3738.     {
  3739.         $this->throw('Cannot autowire service ".service_locator.S1DZVUv": it references class "App\\Entity\\Payment" but no such service exists.');
  3740.     }
  3741.     /**
  3742.      * Gets the private '.errored..service_locator.UgkL4fe.App\Entity\RespuestaConsulta' shared service.
  3743.      *
  3744.      * @return \App\Entity\RespuestaConsulta
  3745.      */
  3746.     protected function getRespuestaConsultaService()
  3747.     {
  3748.         $this->throw('Cannot autowire service ".service_locator.UgkL4fe": it references class "App\\Entity\\RespuestaConsulta" but no such service exists.');
  3749.     }
  3750.     /**
  3751.      * Gets the private '.errored..service_locator.VzOgOW3.App\Entity\Profession' shared service.
  3752.      *
  3753.      * @return \App\Entity\Profession
  3754.      */
  3755.     protected function getProfessionService()
  3756.     {
  3757.         $this->throw('Cannot autowire service ".service_locator.VzOgOW3": it references class "App\\Entity\\Profession" but no such service exists.');
  3758.     }
  3759.     /**
  3760.      * Gets the private '.errored..service_locator.XZjwaxT.App\Entity\Anouncement' shared service.
  3761.      *
  3762.      * @return \App\Entity\Anouncement
  3763.      */
  3764.     protected function getAnouncementService()
  3765.     {
  3766.         $this->throw('Cannot autowire service ".service_locator.XZjwaxT": it references class "App\\Entity\\Anouncement" but no such service exists.');
  3767.     }
  3768.     /**
  3769.      * Gets the private '.errored..service_locator.Y497Rw6.App\Entity\User' shared service.
  3770.      *
  3771.      * @return \App\Entity\User
  3772.      */
  3773.     protected function getUser2Service()
  3774.     {
  3775.         $this->throw('Cannot autowire service ".service_locator.Y497Rw6": it references class "App\\Entity\\User" but no such service exists.');
  3776.     }
  3777.     /**
  3778.      * Gets the private '.errored..service_locator._etdZF_.App\Entity\User' shared service.
  3779.      *
  3780.      * @return \App\Entity\User
  3781.      */
  3782.     protected function getUser3Service()
  3783.     {
  3784.         $this->throw('Cannot autowire service ".service_locator._etdZF_": it references class "App\\Entity\\User" but no such service exists.');
  3785.     }
  3786.     /**
  3787.      * Gets the private '.errored..service_locator.bslojl0.App\Entity\Consulta' shared service.
  3788.      *
  3789.      * @return \App\Entity\Consulta
  3790.      */
  3791.     protected function getConsulta2Service()
  3792.     {
  3793.         $this->throw('Cannot autowire service ".service_locator.bslojl0": it references class "App\\Entity\\Consulta" but no such service exists.');
  3794.     }
  3795.     /**
  3796.      * Gets the private '.errored..service_locator.fCHSZ.G.App\Entity\StaticPage' shared service.
  3797.      *
  3798.      * @return \App\Entity\StaticPage
  3799.      */
  3800.     protected function getStaticPageService()
  3801.     {
  3802.         $this->throw('Cannot autowire service ".service_locator.fCHSZ.G": it references class "App\\Entity\\StaticPage" but no such service exists.');
  3803.     }
  3804.     /**
  3805.      * Gets the private '.errored..service_locator.fpcZTLW.App\Entity\Company' shared service.
  3806.      *
  3807.      * @return \App\Entity\Company
  3808.      */
  3809.     protected function getCompanyService()
  3810.     {
  3811.         $this->throw('Cannot autowire service ".service_locator.fpcZTLW": it references class "App\\Entity\\Company" but no such service exists.');
  3812.     }
  3813.     /**
  3814.      * Gets the private '.errored..service_locator.g2Kd1An.App\Entity\Notification' shared service.
  3815.      *
  3816.      * @return \App\Entity\Notification
  3817.      */
  3818.     protected function getNotificationService()
  3819.     {
  3820.         $this->throw('Cannot autowire service ".service_locator.g2Kd1An": it references class "App\\Entity\\Notification" but no such service exists.');
  3821.     }
  3822.     /**
  3823.      * Gets the private '.errored..service_locator.iGdxMpq.App\Entity\Slide' shared service.
  3824.      *
  3825.      * @return \App\Entity\Slide
  3826.      */
  3827.     protected function getSlideService()
  3828.     {
  3829.         $this->throw('Cannot autowire service ".service_locator.iGdxMpq": it references class "App\\Entity\\Slide" but no such service exists.');
  3830.     }
  3831.     /**
  3832.      * Gets the private '.errored..service_locator.inXMh49.App\Entity\Anouncement' shared service.
  3833.      *
  3834.      * @return \App\Entity\Anouncement
  3835.      */
  3836.     protected function getAnouncement2Service()
  3837.     {
  3838.         $this->throw('Cannot autowire service ".service_locator.inXMh49": it references class "App\\Entity\\Anouncement" but no such service exists.');
  3839.     }
  3840.     /**
  3841.      * Gets the private '.errored..service_locator.pW.oDnw.App\Entity\Consulta' shared service.
  3842.      *
  3843.      * @return \App\Entity\Consulta
  3844.      */
  3845.     protected function getConsulta3Service()
  3846.     {
  3847.         $this->throw('Cannot autowire service ".service_locator.pW.oDnw": it references class "App\\Entity\\Consulta" but no such service exists.');
  3848.     }
  3849.     /**
  3850.      * Gets the private '.errored..service_locator.tIQ5Q0N.App\Entity\User' shared service.
  3851.      *
  3852.      * @return \App\Entity\User
  3853.      */
  3854.     protected function getUser4Service()
  3855.     {
  3856.         $this->throw('Cannot autowire service ".service_locator.tIQ5Q0N": it references class "App\\Entity\\User" but no such service exists.');
  3857.     }
  3858.     /**
  3859.      * Gets the private '.errored..service_locator.y6hb65Z.App\Entity\User' shared service.
  3860.      *
  3861.      * @return \App\Entity\User
  3862.      */
  3863.     protected function getUser5Service()
  3864.     {
  3865.         $this->throw('Cannot autowire service ".service_locator.y6hb65Z": it references class "App\\Entity\\User" but no such service exists.');
  3866.     }
  3867.     /**
  3868.      * Gets the private '.legacy_resolve_controller_name_subscriber' shared service.
  3869.      *
  3870.      * @return \Symfony\Bundle\FrameworkBundle\EventListener\ResolveControllerNameSubscriber
  3871.      */
  3872.     protected function get_LegacyResolveControllerNameSubscriberService()
  3873.     {
  3874.         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);
  3875.     }
  3876.     /**
  3877.      * Gets the private '.service_locator..1Fo44n' shared service.
  3878.      *
  3879.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3880.      */
  3881.     protected function get_ServiceLocator__1Fo44nService()
  3882.     {
  3883.         return $this->privates['.service_locator..1Fo44n'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3884.             'repository' => ['privates''App\\Repository\\AnouncementRepository''getAnouncementRepositoryService'false],
  3885.         ], [
  3886.             'repository' => 'App\\Repository\\AnouncementRepository',
  3887.         ]);
  3888.     }
  3889.     /**
  3890.      * Gets the private '.service_locator.0VaU3wd' shared service.
  3891.      *
  3892.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3893.      */
  3894.     protected function get_ServiceLocator_0VaU3wdService()
  3895.     {
  3896.         return $this->privates['.service_locator.0VaU3wd'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3897.             'jobRepository' => ['privates''App\\Repository\\JobRepository''getJobRepositoryService'false],
  3898.         ], [
  3899.             'jobRepository' => 'App\\Repository\\JobRepository',
  3900.         ]);
  3901.     }
  3902.     /**
  3903.      * Gets the private '.service_locator.1Lp348O' shared service.
  3904.      *
  3905.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3906.      */
  3907.     protected function get_ServiceLocator_1Lp348OService()
  3908.     {
  3909.         return $this->privates['.service_locator.1Lp348O'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3910.             'consultum' => ['privates''.errored..service_locator.1Lp348O.App\\Entity\\Consulta'NULL'Cannot autowire service ".service_locator.1Lp348O": it references class "App\\Entity\\Consulta" but no such service exists.'],
  3911.         ], [
  3912.             'consultum' => 'App\\Entity\\Consulta',
  3913.         ]);
  3914.     }
  3915.     /**
  3916.      * Gets the private '.service_locator.2TCd9DO' shared service.
  3917.      *
  3918.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3919.      */
  3920.     protected function get_ServiceLocator_2TCd9DOService()
  3921.     {
  3922.         return $this->privates['.service_locator.2TCd9DO'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3923.             'alert' => ['privates''.errored..service_locator.2TCd9DO.App\\Entity\\Alert'NULL'Cannot autowire service ".service_locator.2TCd9DO": it references class "App\\Entity\\Alert" but no such service exists.'],
  3924.         ], [
  3925.             'alert' => 'App\\Entity\\Alert',
  3926.         ]);
  3927.     }
  3928.     /**
  3929.      * Gets the private '.service_locator.3MuQZL1' shared service.
  3930.      *
  3931.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3932.      */
  3933.     protected function get_ServiceLocator_3MuQZL1Service()
  3934.     {
  3935.         return $this->privates['.service_locator.3MuQZL1'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3936.             'policyRepository' => ['privates''App\\Repository\\PolicyRepository''getPolicyRepositoryService'false],
  3937.         ], [
  3938.             'policyRepository' => 'App\\Repository\\PolicyRepository',
  3939.         ]);
  3940.     }
  3941.     /**
  3942.      * Gets the private '.service_locator.4HngEUc' shared service.
  3943.      *
  3944.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3945.      */
  3946.     protected function get_ServiceLocator_4HngEUcService()
  3947.     {
  3948.         return $this->privates['.service_locator.4HngEUc'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3949.             'mapping' => ['privates''.errored..service_locator.4HngEUc.Vich\\UploaderBundle\\Mapping\\PropertyMapping'NULL'Cannot autowire service ".service_locator.4HngEUc": it references class "Vich\\UploaderBundle\\Mapping\\PropertyMapping" but no such service exists.'],
  3950.         ], [
  3951.             'mapping' => 'Vich\\UploaderBundle\\Mapping\\PropertyMapping',
  3952.         ]);
  3953.     }
  3954.     /**
  3955.      * Gets the private '.service_locator.5sxHaqS' shared service.
  3956.      *
  3957.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3958.      */
  3959.     protected function get_ServiceLocator_5sxHaqSService()
  3960.     {
  3961.         return $this->privates['.service_locator.5sxHaqS'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3962.             'paymentForJob' => ['privates''.errored..service_locator.5sxHaqS.App\\Entity\\PaymentForJobs'NULL'Cannot autowire service ".service_locator.5sxHaqS": it references class "App\\Entity\\PaymentForJobs" but no such service exists.'],
  3963.         ], [
  3964.             'paymentForJob' => 'App\\Entity\\PaymentForJobs',
  3965.         ]);
  3966.     }
  3967.     /**
  3968.      * Gets the private '.service_locator.6kBXpMI' shared service.
  3969.      *
  3970.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3971.      */
  3972.     protected function get_ServiceLocator_6kBXpMIService()
  3973.     {
  3974.         return $this->privates['.service_locator.6kBXpMI'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3975.             'payment' => ['privates''.errored..service_locator.6kBXpMI.App\\Entity\\PaymentForJobs'NULL'Cannot autowire service ".service_locator.6kBXpMI": it references class "App\\Entity\\PaymentForJobs" but no such service exists.'],
  3976.         ], [
  3977.             'payment' => 'App\\Entity\\PaymentForJobs',
  3978.         ]);
  3979.     }
  3980.     /**
  3981.      * Gets the private '.service_locator.8ZuNAXa' shared service.
  3982.      *
  3983.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3984.      */
  3985.     protected function get_ServiceLocator_8ZuNAXaService()
  3986.     {
  3987.         return $this->privates['.service_locator.8ZuNAXa'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3988.             'mailer' => ['services''swiftmailer.mailer.default''getSwiftmailer_Mailer_DefaultService'false],
  3989.         ], [
  3990.             'mailer' => '?',
  3991.         ]);
  3992.     }
  3993.     /**
  3994.      * Gets the private '.service_locator.B4N0dFe' shared service.
  3995.      *
  3996.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3997.      */
  3998.     protected function get_ServiceLocator_B4N0dFeService()
  3999.     {
  4000.         return $this->privates['.service_locator.B4N0dFe'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4001.             'job' => ['privates''.errored..service_locator.B4N0dFe.App\\Entity\\Job'NULL'Cannot autowire service ".service_locator.B4N0dFe": it references class "App\\Entity\\Job" but no such service exists.'],
  4002.         ], [
  4003.             'job' => 'App\\Entity\\Job',
  4004.         ]);
  4005.     }
  4006.     /**
  4007.      * Gets the private '.service_locator.BljtxGn' shared service.
  4008.      *
  4009.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4010.      */
  4011.     protected function get_ServiceLocator_BljtxGnService()
  4012.     {
  4013.         return $this->privates['.service_locator.BljtxGn'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4014.             'category' => ['privates''.errored..service_locator.BljtxGn.App\\Entity\\Category'NULL'Cannot autowire service ".service_locator.BljtxGn": it references class "App\\Entity\\Category" but no such service exists.'],
  4015.         ], [
  4016.             'category' => 'App\\Entity\\Category',
  4017.         ]);
  4018.     }
  4019.     /**
  4020.      * Gets the private '.service_locator.Hr7zh.r' shared service.
  4021.      *
  4022.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4023.      */
  4024.     protected function get_ServiceLocator_Hr7zh_RService()
  4025.     {
  4026.         return $this->privates['.service_locator.Hr7zh.r'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4027.             'repository' => ['privates''App\\Repository\\JobRepository''getJobRepositoryService'false],
  4028.         ], [
  4029.             'repository' => 'App\\Repository\\JobRepository',
  4030.         ]);
  4031.     }
  4032.     /**
  4033.      * Gets the private '.service_locator.I5ac0iL' shared service.
  4034.      *
  4035.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4036.      */
  4037.     protected function get_ServiceLocator_I5ac0iLService()
  4038.     {
  4039.         return $this->privates['.service_locator.I5ac0iL'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4040.             'anouncementRepository' => ['privates''App\\Repository\\AnouncementRepository''getAnouncementRepositoryService'false],
  4041.             'jobRepository' => ['privates''App\\Repository\\JobRepository''getJobRepositoryService'false],
  4042.         ], [
  4043.             'anouncementRepository' => 'App\\Repository\\AnouncementRepository',
  4044.             'jobRepository' => 'App\\Repository\\JobRepository',
  4045.         ]);
  4046.     }
  4047.     /**
  4048.      * Gets the private '.service_locator.IP3hUl1' shared service.
  4049.      *
  4050.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4051.      */
  4052.     protected function get_ServiceLocator_IP3hUl1Service()
  4053.     {
  4054.         return $this->privates['.service_locator.IP3hUl1'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4055.             'App\\Controller\\AjaxController::applied' => ['privates''.service_locator._P2TCIp''get_ServiceLocator_P2TCIpService'false],
  4056.             'App\\Controller\\AjaxController::contrataAction' => ['privates''.service_locator.8ZuNAXa''get_ServiceLocator_8ZuNAXaService'false],
  4057.             'App\\Controller\\AjaxController::sendEmail' => ['privates''.service_locator.8ZuNAXa''get_ServiceLocator_8ZuNAXaService'false],
  4058.             'App\\Controller\\AjaxController::sendEmailTocandidate' => ['privates''.service_locator.8ZuNAXa''get_ServiceLocator_8ZuNAXaService'false],
  4059.             'App\\Controller\\AlertController::delete' => ['privates''.service_locator.2TCd9DO''get_ServiceLocator_2TCd9DOService'false],
  4060.             'App\\Controller\\AlertController::edit' => ['privates''.service_locator.2TCd9DO''get_ServiceLocator_2TCd9DOService'false],
  4061.             'App\\Controller\\AlertController::show' => ['privates''.service_locator.2TCd9DO''get_ServiceLocator_2TCd9DOService'false],
  4062.             'App\\Controller\\BackendController::activateDesactivate' => ['privates''.service_locator.tIQ5Q0N''get_ServiceLocator_TIQ5Q0NService'false],
  4063.             'App\\Controller\\BackendController::createChatr' => ['privates''.service_locator.I5ac0iL''get_ServiceLocator_I5ac0iLService'false],
  4064.             'App\\Controller\\BackendController::editUser' => ['privates''.service_locator.tIQ5Q0N''get_ServiceLocator_TIQ5Q0NService'false],
  4065.             'App\\Controller\\BackendController::removeUser' => ['privates''.service_locator.tIQ5Q0N''get_ServiceLocator_TIQ5Q0NService'false],
  4066.             'App\\Controller\\CategoryController::delete' => ['privates''.service_locator.BljtxGn''get_ServiceLocator_BljtxGnService'false],
  4067.             'App\\Controller\\CategoryController::edit' => ['privates''.service_locator.BljtxGn''get_ServiceLocator_BljtxGnService'false],
  4068.             'App\\Controller\\CategoryController::show' => ['privates''.service_locator.BljtxGn''get_ServiceLocator_BljtxGnService'false],
  4069.             'App\\Controller\\ConsultaController::delete' => ['privates''.service_locator.1Lp348O''get_ServiceLocator_1Lp348OService'false],
  4070.             'App\\Controller\\ConsultaController::edit' => ['privates''.service_locator.1Lp348O''get_ServiceLocator_1Lp348OService'false],
  4071.             'App\\Controller\\ConsultaController::show' => ['privates''.service_locator.1Lp348O''get_ServiceLocator_1Lp348OService'false],
  4072.             'App\\Controller\\JobController1::editJob' => ['privates''.service_locator.NHEv8pV''get_ServiceLocator_NHEv8pVService'false],
  4073.             'App\\Controller\\JobController1::manage' => ['privates''.service_locator.0VaU3wd''get_ServiceLocator_0VaU3wdService'false],
  4074.             'App\\Controller\\JobController1::searchByCompany' => ['privates''.service_locator.fpcZTLW''get_ServiceLocator_FpcZTLWService'false],
  4075.             'App\\Controller\\JobController::delete' => ['privates''.service_locator.B4N0dFe''get_ServiceLocator_B4N0dFeService'false],
  4076.             'App\\Controller\\JobController::edit' => ['privates''.service_locator.B4N0dFe''get_ServiceLocator_B4N0dFeService'false],
  4077.             'App\\Controller\\JobController::show' => ['privates''.service_locator.B4N0dFe''get_ServiceLocator_B4N0dFeService'false],
  4078.             'App\\Controller\\NotificationController::delete' => ['privates''.service_locator.g2Kd1An''get_ServiceLocator_G2Kd1AnService'false],
  4079.             'App\\Controller\\NotificationController::getNotifications' => ['privates''.service_locator.VaVfxJC''get_ServiceLocator_VaVfxJCService'false],
  4080.             'App\\Controller\\PaymentController::delete' => ['privates''.service_locator.S1DZVUv''get_ServiceLocator_S1DZVUvService'false],
  4081.             'App\\Controller\\PaymentController::edit' => ['privates''.service_locator.6kBXpMI''get_ServiceLocator_6kBXpMIService'false],
  4082.             'App\\Controller\\PaymentController::index' => ['privates''.service_locator.n86_XTo''get_ServiceLocator_N86XToService'false],
  4083.             'App\\Controller\\PaymentController::show' => ['privates''.service_locator.6kBXpMI''get_ServiceLocator_6kBXpMIService'false],
  4084.             'App\\Controller\\PaymentForJobsController::delete' => ['privates''.service_locator.5sxHaqS''get_ServiceLocator_5sxHaqSService'false],
  4085.             'App\\Controller\\PaymentForJobsController::edit' => ['privates''.service_locator.5sxHaqS''get_ServiceLocator_5sxHaqSService'false],
  4086.             'App\\Controller\\PaymentForJobsController::index' => ['privates''.service_locator.XBs6KuL''get_ServiceLocator_XBs6KuLService'false],
  4087.             'App\\Controller\\PaymentForJobsController::show' => ['privates''.service_locator.5sxHaqS''get_ServiceLocator_5sxHaqSService'false],
  4088.             'App\\Controller\\PaymentForServicesController::delete' => ['privates''.service_locator.LHNMU_f''get_ServiceLocator_LHNMUFService'false],
  4089.             'App\\Controller\\PaymentForServicesController::edit' => ['privates''.service_locator.LHNMU_f''get_ServiceLocator_LHNMUFService'false],
  4090.             'App\\Controller\\PaymentForServicesController::index' => ['privates''.service_locator.QpgrKWz''get_ServiceLocator_QpgrKWzService'false],
  4091.             'App\\Controller\\PaymentForServicesController::show' => ['privates''.service_locator.LHNMU_f''get_ServiceLocator_LHNMUFService'false],
  4092.             'App\\Controller\\PolicyController::delete' => ['privates''.service_locator.IyQzdq4''get_ServiceLocator_IyQzdq4Service'false],
  4093.             'App\\Controller\\PolicyController::edit' => ['privates''.service_locator.IyQzdq4''get_ServiceLocator_IyQzdq4Service'false],
  4094.             'App\\Controller\\PolicyController::index' => ['privates''.service_locator.3MuQZL1''get_ServiceLocator_3MuQZL1Service'false],
  4095.             'App\\Controller\\PolicyController::new' => ['privates''.service_locator.tkR2SQ1''get_ServiceLocator_TkR2SQ1Service'false],
  4096.             'App\\Controller\\PolicyController::show' => ['privates''.service_locator.IyQzdq4''get_ServiceLocator_IyQzdq4Service'false],
  4097.             'App\\Controller\\ProfessionController::delete' => ['privates''.service_locator.VzOgOW3''get_ServiceLocator_VzOgOW3Service'false],
  4098.             'App\\Controller\\ProfessionController::edit' => ['privates''.service_locator.VzOgOW3''get_ServiceLocator_VzOgOW3Service'false],
  4099.             'App\\Controller\\ProfessionController::show' => ['privates''.service_locator.VzOgOW3''get_ServiceLocator_VzOgOW3Service'false],
  4100.             'App\\Controller\\RespuestaConsultaController::delete' => ['privates''.service_locator.UgkL4fe''get_ServiceLocator_UgkL4feService'false],
  4101.             'App\\Controller\\RespuestaConsultaController::edit' => ['privates''.service_locator.UgkL4fe''get_ServiceLocator_UgkL4feService'false],
  4102.             'App\\Controller\\RespuestaConsultaController::index' => ['privates''.service_locator.pW.oDnw''get_ServiceLocator_PW_ODnwService'false],
  4103.             'App\\Controller\\RespuestaConsultaController::mostrar' => ['privates''.service_locator.bslojl0''get_ServiceLocator_Bslojl0Service'false],
  4104.             'App\\Controller\\RespuestaConsultaController::show' => ['privates''.service_locator.UgkL4fe''get_ServiceLocator_UgkL4feService'false],
  4105.             'App\\Controller\\SecurityController::login' => ['privates''.service_locator.g.xob4v''get_ServiceLocator_G_Xob4vService'false],
  4106.             'App\\Controller\\SecurityController::register' => ['privates''.service_locator.8ZuNAXa''get_ServiceLocator_8ZuNAXaService'false],
  4107.             'App\\Controller\\ServiceController::search' => ['privates''.service_locator.Hr7zh.r''get_ServiceLocator_Hr7zh_RService'false],
  4108.             'App\\Controller\\ServiceController::serviceEdit' => ['privates''.service_locator.inXMh49''get_ServiceLocator_InXMh49Service'false],
  4109.             'App\\Controller\\ServiceController::serviceView' => ['privates''.service_locator.XZjwaxT''get_ServiceLocator_XZjwaxTService'false],
  4110.             'App\\Controller\\ServiceController::setMultipleUpload' => ['privates''.service_locator.inXMh49''get_ServiceLocator_InXMh49Service'false],
  4111.             'App\\Controller\\ServiceController::showAplicados' => ['privates''.service_locator..1Fo44n''get_ServiceLocator__1Fo44nService'false],
  4112.             'App\\Controller\\SlideController::activate' => ['privates''.service_locator.iGdxMpq''get_ServiceLocator_IGdxMpqService'false],
  4113.             'App\\Controller\\SlideController::delete' => ['privates''.service_locator.iGdxMpq''get_ServiceLocator_IGdxMpqService'false],
  4114.             'App\\Controller\\SlideController::edit' => ['privates''.service_locator.iGdxMpq''get_ServiceLocator_IGdxMpqService'false],
  4115.             'App\\Controller\\SlideController::index' => ['privates''.service_locator._s0NmSu''get_ServiceLocator_S0NmSuService'false],
  4116.             'App\\Controller\\StaticPageController::delete' => ['privates''.service_locator.fCHSZ.G''get_ServiceLocator_FCHSZ_GService'false],
  4117.             'App\\Controller\\StaticPageController::edit' => ['privates''.service_locator.fCHSZ.G''get_ServiceLocator_FCHSZ_GService'false],
  4118.             'App\\Controller\\StaticPageController::index' => ['privates''.service_locator.dSuo1S1''get_ServiceLocator_DSuo1S1Service'false],
  4119.             'App\\Controller\\StaticPageController::show' => ['privates''.service_locator.fCHSZ.G''get_ServiceLocator_FCHSZ_GService'false],
  4120.             'App\\Controller\\TitleController::delete' => ['privates''.service_locator.OIeXTYT''get_ServiceLocator_OIeXTYTService'false],
  4121.             'App\\Controller\\TitleController::edit' => ['privates''.service_locator.OIeXTYT''get_ServiceLocator_OIeXTYTService'false],
  4122.             'App\\Controller\\TitleController::index' => ['privates''.service_locator.YDDfBc2''get_ServiceLocator_YDDfBc2Service'false],
  4123.             'App\\Controller\\TitleController::show' => ['privates''.service_locator.OIeXTYT''get_ServiceLocator_OIeXTYTService'false],
  4124.             'App\\Controller\\mainController::applied' => ['privates''.service_locator.KKI27we''get_ServiceLocator_KKI27weService'false],
  4125.             'App\\Controller\\mainController::bookMarked' => ['privates''.service_locator.KKI27we''get_ServiceLocator_KKI27weService'false],
  4126.             'App\\Controller\\mainController::candidateDetails' => ['privates''.service_locator._etdZF_''get_ServiceLocator_EtdZFService'false],
  4127.             'App\\Controller\\mainController::candidates' => ['privates''.service_locator.KKI27we''get_ServiceLocator_KKI27weService'false],
  4128.             'App\\Controller\\mainController::companies' => ['privates''.service_locator.Ux71rx_''get_ServiceLocator_Ux71rxService'false],
  4129.             'App\\Controller\\mainController::dashboard' => ['privates''.service_locator.KKI27we''get_ServiceLocator_KKI27weService'false],
  4130.             'App\\Controller\\mainController::edit_profile' => ['privates''.service_locator.KKI27we''get_ServiceLocator_KKI27weService'false],
  4131.             'App\\Controller\\mainController::getEmails' => ['privates''.service_locator.LkI5IBG''get_ServiceLocator_LkI5IBGService'false],
  4132.             'App\\Controller\\mainController::index' => ['privates''.service_locator.KKI27we''get_ServiceLocator_KKI27weService'false],
  4133.             'App\\Controller\\mainController::manageCandidates' => ['privates''.service_locator.JKmcp5y''get_ServiceLocator_JKmcp5yService'false],
  4134.             'App\\Controller\\mainController::policy' => ['privates''.service_locator.KKI27we''get_ServiceLocator_KKI27weService'false],
  4135.             'App\\Controller\\mainController::resume' => ['privates''.service_locator.KKI27we''get_ServiceLocator_KKI27weService'false],
  4136.             'App\\Controller\\mainController::resumeEdit' => ['privates''.service_locator.KKI27we''get_ServiceLocator_KKI27weService'false],
  4137.             'App\\Controller\\mainController::sendCode' => ['privates''.service_locator.8ZuNAXa''get_ServiceLocator_8ZuNAXaService'false],
  4138.             'App\\Controller\\mainController::sendEmail' => ['privates''.service_locator.Y497Rw6''get_ServiceLocator_Y497Rw6Service'false],
  4139.             'App\\Controller\\mainController::sendMessage' => ['privates''.service_locator.y6hb65Z''get_ServiceLocator_Y6hb65ZService'false],
  4140.             'App\\Controller\\mainController::showCandidates' => ['privates''.service_locator.B4N0dFe''get_ServiceLocator_B4N0dFeService'false],
  4141.             'App\\Controller\\mainController::verificateUser' => ['privates''.service_locator.KKI27we''get_ServiceLocator_KKI27weService'false],
  4142.             'App\\Service\\Helper::getDirectoryNamerCompany' => ['privates''.service_locator.4HngEUc''get_ServiceLocator_4HngEUcService'false],
  4143.             'App\\Service\\NamerDirectory::directoryName' => ['privates''.service_locator.4HngEUc''get_ServiceLocator_4HngEUcService'false],
  4144.             'App\\Service\\UserNamerDirectory::directoryName' => ['privates''.service_locator.4HngEUc''get_ServiceLocator_4HngEUcService'false],
  4145.             'Debril\\RssAtomBundle\\Controller\\StreamController::indexAction' => ['privates''.service_locator.jOvCQCd''get_ServiceLocator_JOvCQCdService'false],
  4146.             'app.service.helper::getDirectoryNamerCompany' => ['privates''.service_locator.4HngEUc''get_ServiceLocator_4HngEUcService'false],
  4147.             'app.service.namer_directory::directoryName' => ['privates''.service_locator.4HngEUc''get_ServiceLocator_4HngEUcService'false],
  4148.             'app.service.user_namer_directory::directoryName' => ['privates''.service_locator.4HngEUc''get_ServiceLocator_4HngEUcService'false],
  4149.             'App\\Controller\\AjaxController:applied' => ['privates''.service_locator._P2TCIp''get_ServiceLocator_P2TCIpService'false],
  4150.             'App\\Controller\\AjaxController:contrataAction' => ['privates''.service_locator.8ZuNAXa''get_ServiceLocator_8ZuNAXaService'false],
  4151.             'App\\Controller\\AjaxController:sendEmail' => ['privates''.service_locator.8ZuNAXa''get_ServiceLocator_8ZuNAXaService'false],
  4152.             'App\\Controller\\AjaxController:sendEmailTocandidate' => ['privates''.service_locator.8ZuNAXa''get_ServiceLocator_8ZuNAXaService'false],
  4153.             'App\\Controller\\AlertController:delete' => ['privates''.service_locator.2TCd9DO''get_ServiceLocator_2TCd9DOService'false],
  4154.             'App\\Controller\\AlertController:edit' => ['privates''.service_locator.2TCd9DO''get_ServiceLocator_2TCd9DOService'false],
  4155.             'App\\Controller\\AlertController:show' => ['privates''.service_locator.2TCd9DO''get_ServiceLocator_2TCd9DOService'false],
  4156.             'App\\Controller\\BackendController:activateDesactivate' => ['privates''.service_locator.tIQ5Q0N''get_ServiceLocator_TIQ5Q0NService'false],
  4157.             'App\\Controller\\BackendController:createChatr' => ['privates''.service_locator.I5ac0iL''get_ServiceLocator_I5ac0iLService'false],
  4158.             'App\\Controller\\BackendController:editUser' => ['privates''.service_locator.tIQ5Q0N''get_ServiceLocator_TIQ5Q0NService'false],
  4159.             'App\\Controller\\BackendController:removeUser' => ['privates''.service_locator.tIQ5Q0N''get_ServiceLocator_TIQ5Q0NService'false],
  4160.             'App\\Controller\\CategoryController:delete' => ['privates''.service_locator.BljtxGn''get_ServiceLocator_BljtxGnService'false],
  4161.             'App\\Controller\\CategoryController:edit' => ['privates''.service_locator.BljtxGn''get_ServiceLocator_BljtxGnService'false],
  4162.             'App\\Controller\\CategoryController:show' => ['privates''.service_locator.BljtxGn''get_ServiceLocator_BljtxGnService'false],
  4163.             'App\\Controller\\ConsultaController:delete' => ['privates''.service_locator.1Lp348O''get_ServiceLocator_1Lp348OService'false],
  4164.             'App\\Controller\\ConsultaController:edit' => ['privates''.service_locator.1Lp348O''get_ServiceLocator_1Lp348OService'false],
  4165.             'App\\Controller\\ConsultaController:show' => ['privates''.service_locator.1Lp348O''get_ServiceLocator_1Lp348OService'false],
  4166.             'App\\Controller\\JobController1:editJob' => ['privates''.service_locator.NHEv8pV''get_ServiceLocator_NHEv8pVService'false],
  4167.             'App\\Controller\\JobController1:manage' => ['privates''.service_locator.0VaU3wd''get_ServiceLocator_0VaU3wdService'false],
  4168.             'App\\Controller\\JobController1:searchByCompany' => ['privates''.service_locator.fpcZTLW''get_ServiceLocator_FpcZTLWService'false],
  4169.             'App\\Controller\\JobController:delete' => ['privates''.service_locator.B4N0dFe''get_ServiceLocator_B4N0dFeService'false],
  4170.             'App\\Controller\\JobController:edit' => ['privates''.service_locator.B4N0dFe''get_ServiceLocator_B4N0dFeService'false],
  4171.             'App\\Controller\\JobController:show' => ['privates''.service_locator.B4N0dFe''get_ServiceLocator_B4N0dFeService'false],
  4172.             'App\\Controller\\NotificationController:delete' => ['privates''.service_locator.g2Kd1An''get_ServiceLocator_G2Kd1AnService'false],
  4173.             'App\\Controller\\NotificationController:getNotifications' => ['privates''.service_locator.VaVfxJC''get_ServiceLocator_VaVfxJCService'false],
  4174.             'App\\Controller\\PaymentController:delete' => ['privates''.service_locator.S1DZVUv''get_ServiceLocator_S1DZVUvService'false],
  4175.             'App\\Controller\\PaymentController:edit' => ['privates''.service_locator.6kBXpMI''get_ServiceLocator_6kBXpMIService'false],
  4176.             'App\\Controller\\PaymentController:index' => ['privates''.service_locator.n86_XTo''get_ServiceLocator_N86XToService'false],
  4177.             'App\\Controller\\PaymentController:show' => ['privates''.service_locator.6kBXpMI''get_ServiceLocator_6kBXpMIService'false],
  4178.             'App\\Controller\\PaymentForJobsController:delete' => ['privates''.service_locator.5sxHaqS''get_ServiceLocator_5sxHaqSService'false],
  4179.             'App\\Controller\\PaymentForJobsController:edit' => ['privates''.service_locator.5sxHaqS''get_ServiceLocator_5sxHaqSService'false],
  4180.             'App\\Controller\\PaymentForJobsController:index' => ['privates''.service_locator.XBs6KuL''get_ServiceLocator_XBs6KuLService'false],
  4181.             'App\\Controller\\PaymentForJobsController:show' => ['privates''.service_locator.5sxHaqS''get_ServiceLocator_5sxHaqSService'false],
  4182.             'App\\Controller\\PaymentForServicesController:delete' => ['privates''.service_locator.LHNMU_f''get_ServiceLocator_LHNMUFService'false],
  4183.             'App\\Controller\\PaymentForServicesController:edit' => ['privates''.service_locator.LHNMU_f''get_ServiceLocator_LHNMUFService'false],
  4184.             'App\\Controller\\PaymentForServicesController:index' => ['privates''.service_locator.QpgrKWz''get_ServiceLocator_QpgrKWzService'false],
  4185.             'App\\Controller\\PaymentForServicesController:show' => ['privates''.service_locator.LHNMU_f''get_ServiceLocator_LHNMUFService'false],
  4186.             'App\\Controller\\PolicyController:delete' => ['privates''.service_locator.IyQzdq4''get_ServiceLocator_IyQzdq4Service'false],
  4187.             'App\\Controller\\PolicyController:edit' => ['privates''.service_locator.IyQzdq4''get_ServiceLocator_IyQzdq4Service'false],
  4188.             'App\\Controller\\PolicyController:index' => ['privates''.service_locator.3MuQZL1''get_ServiceLocator_3MuQZL1Service'false],
  4189.             'App\\Controller\\PolicyController:new' => ['privates''.service_locator.tkR2SQ1''get_ServiceLocator_TkR2SQ1Service'false],
  4190.             'App\\Controller\\PolicyController:show' => ['privates''.service_locator.IyQzdq4''get_ServiceLocator_IyQzdq4Service'false],
  4191.             'App\\Controller\\ProfessionController:delete' => ['privates''.service_locator.VzOgOW3''get_ServiceLocator_VzOgOW3Service'false],
  4192.             'App\\Controller\\ProfessionController:edit' => ['privates''.service_locator.VzOgOW3''get_ServiceLocator_VzOgOW3Service'false],
  4193.             'App\\Controller\\ProfessionController:show' => ['privates''.service_locator.VzOgOW3''get_ServiceLocator_VzOgOW3Service'false],
  4194.             'App\\Controller\\RespuestaConsultaController:delete' => ['privates''.service_locator.UgkL4fe''get_ServiceLocator_UgkL4feService'false],
  4195.             'App\\Controller\\RespuestaConsultaController:edit' => ['privates''.service_locator.UgkL4fe''get_ServiceLocator_UgkL4feService'false],
  4196.             'App\\Controller\\RespuestaConsultaController:index' => ['privates''.service_locator.pW.oDnw''get_ServiceLocator_PW_ODnwService'false],
  4197.             'App\\Controller\\RespuestaConsultaController:mostrar' => ['privates''.service_locator.bslojl0''get_ServiceLocator_Bslojl0Service'false],
  4198.             'App\\Controller\\RespuestaConsultaController:show' => ['privates''.service_locator.UgkL4fe''get_ServiceLocator_UgkL4feService'false],
  4199.             'App\\Controller\\SecurityController:login' => ['privates''.service_locator.g.xob4v''get_ServiceLocator_G_Xob4vService'false],
  4200.             'App\\Controller\\SecurityController:register' => ['privates''.service_locator.8ZuNAXa''get_ServiceLocator_8ZuNAXaService'false],
  4201.             'App\\Controller\\ServiceController:search' => ['privates''.service_locator.Hr7zh.r''get_ServiceLocator_Hr7zh_RService'false],
  4202.             'App\\Controller\\ServiceController:serviceEdit' => ['privates''.service_locator.inXMh49''get_ServiceLocator_InXMh49Service'false],
  4203.             'App\\Controller\\ServiceController:serviceView' => ['privates''.service_locator.XZjwaxT''get_ServiceLocator_XZjwaxTService'false],
  4204.             'App\\Controller\\ServiceController:setMultipleUpload' => ['privates''.service_locator.inXMh49''get_ServiceLocator_InXMh49Service'false],
  4205.             'App\\Controller\\ServiceController:showAplicados' => ['privates''.service_locator..1Fo44n''get_ServiceLocator__1Fo44nService'false],
  4206.             'App\\Controller\\SlideController:activate' => ['privates''.service_locator.iGdxMpq''get_ServiceLocator_IGdxMpqService'false],
  4207.             'App\\Controller\\SlideController:delete' => ['privates''.service_locator.iGdxMpq''get_ServiceLocator_IGdxMpqService'false],
  4208.             'App\\Controller\\SlideController:edit' => ['privates''.service_locator.iGdxMpq''get_ServiceLocator_IGdxMpqService'false],
  4209.             'App\\Controller\\SlideController:index' => ['privates''.service_locator._s0NmSu''get_ServiceLocator_S0NmSuService'false],
  4210.             'App\\Controller\\StaticPageController:delete' => ['privates''.service_locator.fCHSZ.G''get_ServiceLocator_FCHSZ_GService'false],
  4211.             'App\\Controller\\StaticPageController:edit' => ['privates''.service_locator.fCHSZ.G''get_ServiceLocator_FCHSZ_GService'false],
  4212.             'App\\Controller\\StaticPageController:index' => ['privates''.service_locator.dSuo1S1''get_ServiceLocator_DSuo1S1Service'false],
  4213.             'App\\Controller\\StaticPageController:show' => ['privates''.service_locator.fCHSZ.G''get_ServiceLocator_FCHSZ_GService'false],
  4214.             'App\\Controller\\TitleController:delete' => ['privates''.service_locator.OIeXTYT''get_ServiceLocator_OIeXTYTService'false],
  4215.             'App\\Controller\\TitleController:edit' => ['privates''.service_locator.OIeXTYT''get_ServiceLocator_OIeXTYTService'false],
  4216.             'App\\Controller\\TitleController:index' => ['privates''.service_locator.YDDfBc2''get_ServiceLocator_YDDfBc2Service'false],
  4217.             'App\\Controller\\TitleController:show' => ['privates''.service_locator.OIeXTYT''get_ServiceLocator_OIeXTYTService'false],
  4218.             'App\\Controller\\mainController:applied' => ['privates''.service_locator.KKI27we''get_ServiceLocator_KKI27weService'false],
  4219.             'App\\Controller\\mainController:bookMarked' => ['privates''.service_locator.KKI27we''get_ServiceLocator_KKI27weService'false],
  4220.             'App\\Controller\\mainController:candidateDetails' => ['privates''.service_locator._etdZF_''get_ServiceLocator_EtdZFService'false],
  4221.             'App\\Controller\\mainController:candidates' => ['privates''.service_locator.KKI27we''get_ServiceLocator_KKI27weService'false],
  4222.             'App\\Controller\\mainController:companies' => ['privates''.service_locator.Ux71rx_''get_ServiceLocator_Ux71rxService'false],
  4223.             'App\\Controller\\mainController:dashboard' => ['privates''.service_locator.KKI27we''get_ServiceLocator_KKI27weService'false],
  4224.             'App\\Controller\\mainController:edit_profile' => ['privates''.service_locator.KKI27we''get_ServiceLocator_KKI27weService'false],
  4225.             'App\\Controller\\mainController:getEmails' => ['privates''.service_locator.LkI5IBG''get_ServiceLocator_LkI5IBGService'false],
  4226.             'App\\Controller\\mainController:index' => ['privates''.service_locator.KKI27we''get_ServiceLocator_KKI27weService'false],
  4227.             'App\\Controller\\mainController:manageCandidates' => ['privates''.service_locator.JKmcp5y''get_ServiceLocator_JKmcp5yService'false],
  4228.             'App\\Controller\\mainController:policy' => ['privates''.service_locator.KKI27we''get_ServiceLocator_KKI27weService'false],
  4229.             'App\\Controller\\mainController:resume' => ['privates''.service_locator.KKI27we''get_ServiceLocator_KKI27weService'false],
  4230.             'App\\Controller\\mainController:resumeEdit' => ['privates''.service_locator.KKI27we''get_ServiceLocator_KKI27weService'false],
  4231.             'App\\Controller\\mainController:sendCode' => ['privates''.service_locator.8ZuNAXa''get_ServiceLocator_8ZuNAXaService'false],
  4232.             'App\\Controller\\mainController:sendEmail' => ['privates''.service_locator.Y497Rw6''get_ServiceLocator_Y497Rw6Service'false],
  4233.             'App\\Controller\\mainController:sendMessage' => ['privates''.service_locator.y6hb65Z''get_ServiceLocator_Y6hb65ZService'false],
  4234.             'App\\Controller\\mainController:showCandidates' => ['privates''.service_locator.B4N0dFe''get_ServiceLocator_B4N0dFeService'false],
  4235.             'App\\Controller\\mainController:verificateUser' => ['privates''.service_locator.KKI27we''get_ServiceLocator_KKI27weService'false],
  4236.             'App\\Service\\Helper:getDirectoryNamerCompany' => ['privates''.service_locator.4HngEUc''get_ServiceLocator_4HngEUcService'false],
  4237.             'App\\Service\\NamerDirectory:directoryName' => ['privates''.service_locator.4HngEUc''get_ServiceLocator_4HngEUcService'false],
  4238.             'App\\Service\\UserNamerDirectory:directoryName' => ['privates''.service_locator.4HngEUc''get_ServiceLocator_4HngEUcService'false],
  4239.             'Debril\\RssAtomBundle\\Controller\\StreamController:indexAction' => ['privates''.service_locator.jOvCQCd''get_ServiceLocator_JOvCQCdService'false],
  4240.             'app.service.helper:getDirectoryNamerCompany' => ['privates''.service_locator.4HngEUc''get_ServiceLocator_4HngEUcService'false],
  4241.             'app.service.namer_directory:directoryName' => ['privates''.service_locator.4HngEUc''get_ServiceLocator_4HngEUcService'false],
  4242.             'app.service.user_namer_directory:directoryName' => ['privates''.service_locator.4HngEUc''get_ServiceLocator_4HngEUcService'false],
  4243.         ], [
  4244.             'App\\Controller\\AjaxController::applied' => '?',
  4245.             'App\\Controller\\AjaxController::contrataAction' => '?',
  4246.             'App\\Controller\\AjaxController::sendEmail' => '?',
  4247.             'App\\Controller\\AjaxController::sendEmailTocandidate' => '?',
  4248.             'App\\Controller\\AlertController::delete' => '?',
  4249.             'App\\Controller\\AlertController::edit' => '?',
  4250.             'App\\Controller\\AlertController::show' => '?',
  4251.             'App\\Controller\\BackendController::activateDesactivate' => '?',
  4252.             'App\\Controller\\BackendController::createChatr' => '?',
  4253.             'App\\Controller\\BackendController::editUser' => '?',
  4254.             'App\\Controller\\BackendController::removeUser' => '?',
  4255.             'App\\Controller\\CategoryController::delete' => '?',
  4256.             'App\\Controller\\CategoryController::edit' => '?',
  4257.             'App\\Controller\\CategoryController::show' => '?',
  4258.             'App\\Controller\\ConsultaController::delete' => '?',
  4259.             'App\\Controller\\ConsultaController::edit' => '?',
  4260.             'App\\Controller\\ConsultaController::show' => '?',
  4261.             'App\\Controller\\JobController1::editJob' => '?',
  4262.             'App\\Controller\\JobController1::manage' => '?',
  4263.             'App\\Controller\\JobController1::searchByCompany' => '?',
  4264.             'App\\Controller\\JobController::delete' => '?',
  4265.             'App\\Controller\\JobController::edit' => '?',
  4266.             'App\\Controller\\JobController::show' => '?',
  4267.             'App\\Controller\\NotificationController::delete' => '?',
  4268.             'App\\Controller\\NotificationController::getNotifications' => '?',
  4269.             'App\\Controller\\PaymentController::delete' => '?',
  4270.             'App\\Controller\\PaymentController::edit' => '?',
  4271.             'App\\Controller\\PaymentController::index' => '?',
  4272.             'App\\Controller\\PaymentController::show' => '?',
  4273.             'App\\Controller\\PaymentForJobsController::delete' => '?',
  4274.             'App\\Controller\\PaymentForJobsController::edit' => '?',
  4275.             'App\\Controller\\PaymentForJobsController::index' => '?',
  4276.             'App\\Controller\\PaymentForJobsController::show' => '?',
  4277.             'App\\Controller\\PaymentForServicesController::delete' => '?',
  4278.             'App\\Controller\\PaymentForServicesController::edit' => '?',
  4279.             'App\\Controller\\PaymentForServicesController::index' => '?',
  4280.             'App\\Controller\\PaymentForServicesController::show' => '?',
  4281.             'App\\Controller\\PolicyController::delete' => '?',
  4282.             'App\\Controller\\PolicyController::edit' => '?',
  4283.             'App\\Controller\\PolicyController::index' => '?',
  4284.             'App\\Controller\\PolicyController::new' => '?',
  4285.             'App\\Controller\\PolicyController::show' => '?',
  4286.             'App\\Controller\\ProfessionController::delete' => '?',
  4287.             'App\\Controller\\ProfessionController::edit' => '?',
  4288.             'App\\Controller\\ProfessionController::show' => '?',
  4289.             'App\\Controller\\RespuestaConsultaController::delete' => '?',
  4290.             'App\\Controller\\RespuestaConsultaController::edit' => '?',
  4291.             'App\\Controller\\RespuestaConsultaController::index' => '?',
  4292.             'App\\Controller\\RespuestaConsultaController::mostrar' => '?',
  4293.             'App\\Controller\\RespuestaConsultaController::show' => '?',
  4294.             'App\\Controller\\SecurityController::login' => '?',
  4295.             'App\\Controller\\SecurityController::register' => '?',
  4296.             'App\\Controller\\ServiceController::search' => '?',
  4297.             'App\\Controller\\ServiceController::serviceEdit' => '?',
  4298.             'App\\Controller\\ServiceController::serviceView' => '?',
  4299.             'App\\Controller\\ServiceController::setMultipleUpload' => '?',
  4300.             'App\\Controller\\ServiceController::showAplicados' => '?',
  4301.             'App\\Controller\\SlideController::activate' => '?',
  4302.             'App\\Controller\\SlideController::delete' => '?',
  4303.             'App\\Controller\\SlideController::edit' => '?',
  4304.             'App\\Controller\\SlideController::index' => '?',
  4305.             'App\\Controller\\StaticPageController::delete' => '?',
  4306.             'App\\Controller\\StaticPageController::edit' => '?',
  4307.             'App\\Controller\\StaticPageController::index' => '?',
  4308.             'App\\Controller\\StaticPageController::show' => '?',
  4309.             'App\\Controller\\TitleController::delete' => '?',
  4310.             'App\\Controller\\TitleController::edit' => '?',
  4311.             'App\\Controller\\TitleController::index' => '?',
  4312.             'App\\Controller\\TitleController::show' => '?',
  4313.             'App\\Controller\\mainController::applied' => '?',
  4314.             'App\\Controller\\mainController::bookMarked' => '?',
  4315.             'App\\Controller\\mainController::candidateDetails' => '?',
  4316.             'App\\Controller\\mainController::candidates' => '?',
  4317.             'App\\Controller\\mainController::companies' => '?',
  4318.             'App\\Controller\\mainController::dashboard' => '?',
  4319.             'App\\Controller\\mainController::edit_profile' => '?',
  4320.             'App\\Controller\\mainController::getEmails' => '?',
  4321.             'App\\Controller\\mainController::index' => '?',
  4322.             'App\\Controller\\mainController::manageCandidates' => '?',
  4323.             'App\\Controller\\mainController::policy' => '?',
  4324.             'App\\Controller\\mainController::resume' => '?',
  4325.             'App\\Controller\\mainController::resumeEdit' => '?',
  4326.             'App\\Controller\\mainController::sendCode' => '?',
  4327.             'App\\Controller\\mainController::sendEmail' => '?',
  4328.             'App\\Controller\\mainController::sendMessage' => '?',
  4329.             'App\\Controller\\mainController::showCandidates' => '?',
  4330.             'App\\Controller\\mainController::verificateUser' => '?',
  4331.             'App\\Service\\Helper::getDirectoryNamerCompany' => '?',
  4332.             'App\\Service\\NamerDirectory::directoryName' => '?',
  4333.             'App\\Service\\UserNamerDirectory::directoryName' => '?',
  4334.             'Debril\\RssAtomBundle\\Controller\\StreamController::indexAction' => '?',
  4335.             'app.service.helper::getDirectoryNamerCompany' => '?',
  4336.             'app.service.namer_directory::directoryName' => '?',
  4337.             'app.service.user_namer_directory::directoryName' => '?',
  4338.             'App\\Controller\\AjaxController:applied' => '?',
  4339.             'App\\Controller\\AjaxController:contrataAction' => '?',
  4340.             'App\\Controller\\AjaxController:sendEmail' => '?',
  4341.             'App\\Controller\\AjaxController:sendEmailTocandidate' => '?',
  4342.             'App\\Controller\\AlertController:delete' => '?',
  4343.             'App\\Controller\\AlertController:edit' => '?',
  4344.             'App\\Controller\\AlertController:show' => '?',
  4345.             'App\\Controller\\BackendController:activateDesactivate' => '?',
  4346.             'App\\Controller\\BackendController:createChatr' => '?',
  4347.             'App\\Controller\\BackendController:editUser' => '?',
  4348.             'App\\Controller\\BackendController:removeUser' => '?',
  4349.             'App\\Controller\\CategoryController:delete' => '?',
  4350.             'App\\Controller\\CategoryController:edit' => '?',
  4351.             'App\\Controller\\CategoryController:show' => '?',
  4352.             'App\\Controller\\ConsultaController:delete' => '?',
  4353.             'App\\Controller\\ConsultaController:edit' => '?',
  4354.             'App\\Controller\\ConsultaController:show' => '?',
  4355.             'App\\Controller\\JobController1:editJob' => '?',
  4356.             'App\\Controller\\JobController1:manage' => '?',
  4357.             'App\\Controller\\JobController1:searchByCompany' => '?',
  4358.             'App\\Controller\\JobController:delete' => '?',
  4359.             'App\\Controller\\JobController:edit' => '?',
  4360.             'App\\Controller\\JobController:show' => '?',
  4361.             'App\\Controller\\NotificationController:delete' => '?',
  4362.             'App\\Controller\\NotificationController:getNotifications' => '?',
  4363.             'App\\Controller\\PaymentController:delete' => '?',
  4364.             'App\\Controller\\PaymentController:edit' => '?',
  4365.             'App\\Controller\\PaymentController:index' => '?',
  4366.             'App\\Controller\\PaymentController:show' => '?',
  4367.             'App\\Controller\\PaymentForJobsController:delete' => '?',
  4368.             'App\\Controller\\PaymentForJobsController:edit' => '?',
  4369.             'App\\Controller\\PaymentForJobsController:index' => '?',
  4370.             'App\\Controller\\PaymentForJobsController:show' => '?',
  4371.             'App\\Controller\\PaymentForServicesController:delete' => '?',
  4372.             'App\\Controller\\PaymentForServicesController:edit' => '?',
  4373.             'App\\Controller\\PaymentForServicesController:index' => '?',
  4374.             'App\\Controller\\PaymentForServicesController:show' => '?',
  4375.             'App\\Controller\\PolicyController:delete' => '?',
  4376.             'App\\Controller\\PolicyController:edit' => '?',
  4377.             'App\\Controller\\PolicyController:index' => '?',
  4378.             'App\\Controller\\PolicyController:new' => '?',
  4379.             'App\\Controller\\PolicyController:show' => '?',
  4380.             'App\\Controller\\ProfessionController:delete' => '?',
  4381.             'App\\Controller\\ProfessionController:edit' => '?',
  4382.             'App\\Controller\\ProfessionController:show' => '?',
  4383.             'App\\Controller\\RespuestaConsultaController:delete' => '?',
  4384.             'App\\Controller\\RespuestaConsultaController:edit' => '?',
  4385.             'App\\Controller\\RespuestaConsultaController:index' => '?',
  4386.             'App\\Controller\\RespuestaConsultaController:mostrar' => '?',
  4387.             'App\\Controller\\RespuestaConsultaController:show' => '?',
  4388.             'App\\Controller\\SecurityController:login' => '?',
  4389.             'App\\Controller\\SecurityController:register' => '?',
  4390.             'App\\Controller\\ServiceController:search' => '?',
  4391.             'App\\Controller\\ServiceController:serviceEdit' => '?',
  4392.             'App\\Controller\\ServiceController:serviceView' => '?',
  4393.             'App\\Controller\\ServiceController:setMultipleUpload' => '?',
  4394.             'App\\Controller\\ServiceController:showAplicados' => '?',
  4395.             'App\\Controller\\SlideController:activate' => '?',
  4396.             'App\\Controller\\SlideController:delete' => '?',
  4397.             'App\\Controller\\SlideController:edit' => '?',
  4398.             'App\\Controller\\SlideController:index' => '?',
  4399.             'App\\Controller\\StaticPageController:delete' => '?',
  4400.             'App\\Controller\\StaticPageController:edit' => '?',
  4401.             'App\\Controller\\StaticPageController:index' => '?',
  4402.             'App\\Controller\\StaticPageController:show' => '?',
  4403.             'App\\Controller\\TitleController:delete' => '?',
  4404.             'App\\Controller\\TitleController:edit' => '?',
  4405.             'App\\Controller\\TitleController:index' => '?',
  4406.             'App\\Controller\\TitleController:show' => '?',
  4407.             'App\\Controller\\mainController:applied' => '?',
  4408.             'App\\Controller\\mainController:bookMarked' => '?',
  4409.             'App\\Controller\\mainController:candidateDetails' => '?',
  4410.             'App\\Controller\\mainController:candidates' => '?',
  4411.             'App\\Controller\\mainController:companies' => '?',
  4412.             'App\\Controller\\mainController:dashboard' => '?',
  4413.             'App\\Controller\\mainController:edit_profile' => '?',
  4414.             'App\\Controller\\mainController:getEmails' => '?',
  4415.             'App\\Controller\\mainController:index' => '?',
  4416.             'App\\Controller\\mainController:manageCandidates' => '?',
  4417.             'App\\Controller\\mainController:policy' => '?',
  4418.             'App\\Controller\\mainController:resume' => '?',
  4419.             'App\\Controller\\mainController:resumeEdit' => '?',
  4420.             'App\\Controller\\mainController:sendCode' => '?',
  4421.             'App\\Controller\\mainController:sendEmail' => '?',
  4422.             'App\\Controller\\mainController:sendMessage' => '?',
  4423.             'App\\Controller\\mainController:showCandidates' => '?',
  4424.             'App\\Controller\\mainController:verificateUser' => '?',
  4425.             'App\\Service\\Helper:getDirectoryNamerCompany' => '?',
  4426.             'App\\Service\\NamerDirectory:directoryName' => '?',
  4427.             'App\\Service\\UserNamerDirectory:directoryName' => '?',
  4428.             'Debril\\RssAtomBundle\\Controller\\StreamController:indexAction' => '?',
  4429.             'app.service.helper:getDirectoryNamerCompany' => '?',
  4430.             'app.service.namer_directory:directoryName' => '?',
  4431.             'app.service.user_namer_directory:directoryName' => '?',
  4432.         ]);
  4433.     }
  4434.     /**
  4435.      * Gets the private '.service_locator.IyQzdq4' shared service.
  4436.      *
  4437.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4438.      */
  4439.     protected function get_ServiceLocator_IyQzdq4Service()
  4440.     {
  4441.         return $this->privates['.service_locator.IyQzdq4'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4442.             'policy' => ['privates''.errored..service_locator.IyQzdq4.App\\Entity\\Policy'NULL'Cannot autowire service ".service_locator.IyQzdq4": it references class "App\\Entity\\Policy" but no such service exists.'],
  4443.         ], [
  4444.             'policy' => 'App\\Entity\\Policy',
  4445.         ]);
  4446.     }
  4447.     /**
  4448.      * Gets the private '.service_locator.J0I9IhF' shared service.
  4449.      *
  4450.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4451.      */
  4452.     protected function get_ServiceLocator_J0I9IhFService()
  4453.     {
  4454.         return $this->privates['.service_locator.J0I9IhF'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4455.             'doctrine' => ['services''doctrine''getDoctrineService'false],
  4456.             'easyadmin.autocomplete' => ['services''easyadmin.autocomplete''getEasyadmin_AutocompleteService'false],
  4457.             'easyadmin.config.manager' => ['services''easyadmin.config.manager''getEasyadmin_Config_ManagerService'false],
  4458.             'easyadmin.filter.registry' => ['services''easyadmin.filter.registry''getEasyadmin_Filter_RegistryService'false],
  4459.             'easyadmin.paginator' => ['services''easyadmin.paginator''getEasyadmin_PaginatorService'false],
  4460.             'easyadmin.property_accessor' => ['services''easyadmin.property_accessor''getEasyadmin_PropertyAccessorService'false],
  4461.             'easyadmin.query_builder' => ['services''easyadmin.query_builder''getEasyadmin_QueryBuilderService'false],
  4462.             'easyadmin.security.authorization_checker' => ['services''easyadmin.security.authorization_checker''getEasyadmin_Security_AuthorizationCheckerService'false],
  4463.             'event_dispatcher' => ['services''event_dispatcher''getEventDispatcherService'false],
  4464.             'form.factory' => ['services''form.factory''getForm_FactoryService'false],
  4465.             'http_kernel' => ['services''http_kernel''getHttpKernelService'false],
  4466.             'parameter_bag' => ['privates''parameter_bag''getParameterBagService'false],
  4467.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  4468.             'router' => ['services''router''getRouterService'false],
  4469.             'security.authorization_checker' => ['services''security.authorization_checker''getSecurity_AuthorizationCheckerService'false],
  4470.             'security.csrf.token_manager' => ['services''security.csrf.token_manager''getSecurity_Csrf_TokenManagerService'false],
  4471.             'security.token_storage' => ['services''security.token_storage''getSecurity_TokenStorageService'false],
  4472.             'serializer' => ['services''serializer''getSerializerService'false],
  4473.             'session' => ['services''session''getSessionService'false],
  4474.             'templating' => ['services''templating''getTemplatingService'false],
  4475.             'twig' => ['services''twig''getTwigService'false],
  4476.         ], [
  4477.             'doctrine' => '?',
  4478.             'easyadmin.autocomplete' => '?',
  4479.             'easyadmin.config.manager' => '?',
  4480.             'easyadmin.filter.registry' => '?',
  4481.             'easyadmin.paginator' => '?',
  4482.             'easyadmin.property_accessor' => '?',
  4483.             'easyadmin.query_builder' => '?',
  4484.             'easyadmin.security.authorization_checker' => '?',
  4485.             'event_dispatcher' => '?',
  4486.             'form.factory' => '?',
  4487.             'http_kernel' => '?',
  4488.             'parameter_bag' => '?',
  4489.             'request_stack' => '?',
  4490.             'router' => '?',
  4491.             'security.authorization_checker' => '?',
  4492.             'security.csrf.token_manager' => '?',
  4493.             'security.token_storage' => '?',
  4494.             'serializer' => '?',
  4495.             'session' => '?',
  4496.             'templating' => '?',
  4497.             'twig' => '?',
  4498.         ]);
  4499.     }
  4500.     /**
  4501.      * Gets the private '.service_locator.JKmcp5y' shared service.
  4502.      *
  4503.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4504.      */
  4505.     protected function get_ServiceLocator_JKmcp5yService()
  4506.     {
  4507.         return $this->privates['.service_locator.JKmcp5y'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4508.             'authChecker' => ['services''security.authorization_checker''getSecurity_AuthorizationCheckerService'false],
  4509.             'userRepository' => ['privates''App\\Repository\\UserRepository''getUserRepositoryService'false],
  4510.         ], [
  4511.             'authChecker' => '?',
  4512.             'userRepository' => 'App\\Repository\\UserRepository',
  4513.         ]);
  4514.     }
  4515.     /**
  4516.      * Gets the private '.service_locator.KKI27we' shared service.
  4517.      *
  4518.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4519.      */
  4520.     protected function get_ServiceLocator_KKI27weService()
  4521.     {
  4522.         return $this->privates['.service_locator.KKI27we'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4523.             'authChecker' => ['services''security.authorization_checker''getSecurity_AuthorizationCheckerService'false],
  4524.         ], [
  4525.             'authChecker' => '?',
  4526.         ]);
  4527.     }
  4528.     /**
  4529.      * Gets the private '.service_locator.LHNMU_f' shared service.
  4530.      *
  4531.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4532.      */
  4533.     protected function get_ServiceLocator_LHNMUFService()
  4534.     {
  4535.         return $this->privates['.service_locator.LHNMU_f'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4536.             'paymentForService' => ['privates''.errored..service_locator.LHNMU_f.App\\Entity\\PaymentForServices'NULL'Cannot autowire service ".service_locator.LHNMU_f": it references class "App\\Entity\\PaymentForServices" but no such service exists.'],
  4537.         ], [
  4538.             'paymentForService' => 'App\\Entity\\PaymentForServices',
  4539.         ]);
  4540.     }
  4541.     /**
  4542.      * Gets the private '.service_locator.LkI5IBG' shared service.
  4543.      *
  4544.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4545.      */
  4546.     protected function get_ServiceLocator_LkI5IBGService()
  4547.     {
  4548.         return $this->privates['.service_locator.LkI5IBG'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4549.             'candidate' => ['privates''.errored..service_locator.LkI5IBG.App\\Entity\\User'NULL'Cannot autowire service ".service_locator.LkI5IBG": it references class "App\\Entity\\User" but no such service exists.'],
  4550.             'messageRepository' => ['privates''App\\Repository\\ContactMessageRepository''getContactMessageRepositoryService'false],
  4551.         ], [
  4552.             'candidate' => 'App\\Entity\\User',
  4553.             'messageRepository' => 'App\\Repository\\ContactMessageRepository',
  4554.         ]);
  4555.     }
  4556.     /**
  4557.      * Gets the private '.service_locator.NHEv8pV' shared service.
  4558.      *
  4559.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4560.      */
  4561.     protected function get_ServiceLocator_NHEv8pVService()
  4562.     {
  4563.         return $this->privates['.service_locator.NHEv8pV'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4564.             'post' => ['privates''.errored..service_locator.NHEv8pV.App\\Entity\\Job'NULL'Cannot autowire service ".service_locator.NHEv8pV": it references class "App\\Entity\\Job" but no such service exists.'],
  4565.         ], [
  4566.             'post' => 'App\\Entity\\Job',
  4567.         ]);
  4568.     }
  4569.     /**
  4570.      * Gets the private '.service_locator.OIeXTYT' shared service.
  4571.      *
  4572.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4573.      */
  4574.     protected function get_ServiceLocator_OIeXTYTService()
  4575.     {
  4576.         return $this->privates['.service_locator.OIeXTYT'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4577.             'title' => ['privates''.errored..service_locator.OIeXTYT.App\\Entity\\Title'NULL'Cannot autowire service ".service_locator.OIeXTYT": it references class "App\\Entity\\Title" but no such service exists.'],
  4578.         ], [
  4579.             'title' => 'App\\Entity\\Title',
  4580.         ]);
  4581.     }
  4582.     /**
  4583.      * Gets the private '.service_locator.QpgrKWz' shared service.
  4584.      *
  4585.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4586.      */
  4587.     protected function get_ServiceLocator_QpgrKWzService()
  4588.     {
  4589.         return $this->privates['.service_locator.QpgrKWz'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4590.             'paymentForServicesRepository' => ['privates''App\\Repository\\PaymentForServicesRepository''getPaymentForServicesRepositoryService'false],
  4591.         ], [
  4592.             'paymentForServicesRepository' => 'App\\Repository\\PaymentForServicesRepository',
  4593.         ]);
  4594.     }
  4595.     /**
  4596.      * Gets the private '.service_locator.S1DZVUv' shared service.
  4597.      *
  4598.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4599.      */
  4600.     protected function get_ServiceLocator_S1DZVUvService()
  4601.     {
  4602.         return $this->privates['.service_locator.S1DZVUv'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4603.             'payment' => ['privates''.errored..service_locator.S1DZVUv.App\\Entity\\Payment'NULL'Cannot autowire service ".service_locator.S1DZVUv": it references class "App\\Entity\\Payment" but no such service exists.'],
  4604.         ], [
  4605.             'payment' => 'App\\Entity\\Payment',
  4606.         ]);
  4607.     }
  4608.     /**
  4609.      * Gets the private '.service_locator.UgkL4fe' shared service.
  4610.      *
  4611.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4612.      */
  4613.     protected function get_ServiceLocator_UgkL4feService()
  4614.     {
  4615.         return $this->privates['.service_locator.UgkL4fe'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4616.             'respuestaConsultum' => ['privates''.errored..service_locator.UgkL4fe.App\\Entity\\RespuestaConsulta'NULL'Cannot autowire service ".service_locator.UgkL4fe": it references class "App\\Entity\\RespuestaConsulta" but no such service exists.'],
  4617.         ], [
  4618.             'respuestaConsultum' => 'App\\Entity\\RespuestaConsulta',
  4619.         ]);
  4620.     }
  4621.     /**
  4622.      * Gets the private '.service_locator.Ux71rx_' shared service.
  4623.      *
  4624.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4625.      */
  4626.     protected function get_ServiceLocator_Ux71rxService()
  4627.     {
  4628.         return $this->privates['.service_locator.Ux71rx_'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4629.             'repository' => ['privates''App\\Repository\\CompanyRepository''getCompanyRepositoryService'false],
  4630.         ], [
  4631.             'repository' => 'App\\Repository\\CompanyRepository',
  4632.         ]);
  4633.     }
  4634.     /**
  4635.      * Gets the private '.service_locator.VaVfxJC' shared service.
  4636.      *
  4637.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4638.      */
  4639.     protected function get_ServiceLocator_VaVfxJCService()
  4640.     {
  4641.         return $this->privates['.service_locator.VaVfxJC'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4642.             'notificationRepository' => ['privates''App\\Repository\\NotificationRepository''getNotificationRepositoryService'false],
  4643.         ], [
  4644.             'notificationRepository' => 'App\\Repository\\NotificationRepository',
  4645.         ]);
  4646.     }
  4647.     /**
  4648.      * Gets the private '.service_locator.VzOgOW3' shared service.
  4649.      *
  4650.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4651.      */
  4652.     protected function get_ServiceLocator_VzOgOW3Service()
  4653.     {
  4654.         return $this->privates['.service_locator.VzOgOW3'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4655.             'profession' => ['privates''.errored..service_locator.VzOgOW3.App\\Entity\\Profession'NULL'Cannot autowire service ".service_locator.VzOgOW3": it references class "App\\Entity\\Profession" but no such service exists.'],
  4656.         ], [
  4657.             'profession' => 'App\\Entity\\Profession',
  4658.         ]);
  4659.     }
  4660.     /**
  4661.      * Gets the private '.service_locator.XBs6KuL' shared service.
  4662.      *
  4663.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4664.      */
  4665.     protected function get_ServiceLocator_XBs6KuLService()
  4666.     {
  4667.         return $this->privates['.service_locator.XBs6KuL'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4668.             'paymentForJobsRepository' => ['privates''App\\Repository\\PaymentForJobsRepository''getPaymentForJobsRepositoryService'false],
  4669.         ], [
  4670.             'paymentForJobsRepository' => 'App\\Repository\\PaymentForJobsRepository',
  4671.         ]);
  4672.     }
  4673.     /**
  4674.      * Gets the private '.service_locator.XZjwaxT' shared service.
  4675.      *
  4676.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4677.      */
  4678.     protected function get_ServiceLocator_XZjwaxTService()
  4679.     {
  4680.         return $this->privates['.service_locator.XZjwaxT'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4681.             'anouncement' => ['privates''.errored..service_locator.XZjwaxT.App\\Entity\\Anouncement'NULL'Cannot autowire service ".service_locator.XZjwaxT": it references class "App\\Entity\\Anouncement" but no such service exists.'],
  4682.         ], [
  4683.             'anouncement' => 'App\\Entity\\Anouncement',
  4684.         ]);
  4685.     }
  4686.     /**
  4687.      * Gets the private '.service_locator.Y497Rw6' shared service.
  4688.      *
  4689.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4690.      */
  4691.     protected function get_ServiceLocator_Y497Rw6Service()
  4692.     {
  4693.         return $this->privates['.service_locator.Y497Rw6'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4694.             'candidate' => ['privates''.errored..service_locator.Y497Rw6.App\\Entity\\User'NULL'Cannot autowire service ".service_locator.Y497Rw6": it references class "App\\Entity\\User" but no such service exists.'],
  4695.         ], [
  4696.             'candidate' => 'App\\Entity\\User',
  4697.         ]);
  4698.     }
  4699.     /**
  4700.      * Gets the private '.service_locator.YDDfBc2' shared service.
  4701.      *
  4702.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4703.      */
  4704.     protected function get_ServiceLocator_YDDfBc2Service()
  4705.     {
  4706.         return $this->privates['.service_locator.YDDfBc2'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4707.             'titleRepository' => ['privates''App\\Repository\\TitleRepository''getTitleRepositoryService'false],
  4708.         ], [
  4709.             'titleRepository' => 'App\\Repository\\TitleRepository',
  4710.         ]);
  4711.     }
  4712.     /**
  4713.      * Gets the private '.service_locator._P2TCIp' shared service.
  4714.      *
  4715.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4716.      */
  4717.     protected function get_ServiceLocator_P2TCIpService()
  4718.     {
  4719.         return $this->privates['.service_locator._P2TCIp'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4720.             'jobRepository' => ['privates''App\\Repository\\JobRepository''getJobRepositoryService'false],
  4721.             'userJobMetadataRepository' => ['privates''App\\Repository\\UserJobMetaRepository''getUserJobMetaRepositoryService'false],
  4722.         ], [
  4723.             'jobRepository' => 'App\\Repository\\JobRepository',
  4724.             'userJobMetadataRepository' => 'App\\Repository\\UserJobMetaRepository',
  4725.         ]);
  4726.     }
  4727.     /**
  4728.      * Gets the private '.service_locator._etdZF_' shared service.
  4729.      *
  4730.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4731.      */
  4732.     protected function get_ServiceLocator_EtdZFService()
  4733.     {
  4734.         return $this->privates['.service_locator._etdZF_'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4735.             'authChecker' => ['services''security.authorization_checker''getSecurity_AuthorizationCheckerService'false],
  4736.             'canditate' => ['privates''.errored..service_locator._etdZF_.App\\Entity\\User'NULL'Cannot autowire service ".service_locator._etdZF_": it references class "App\\Entity\\User" but no such service exists.'],
  4737.         ], [
  4738.             'authChecker' => '?',
  4739.             'canditate' => 'App\\Entity\\User',
  4740.         ]);
  4741.     }
  4742.     /**
  4743.      * Gets the private '.service_locator._s0NmSu' shared service.
  4744.      *
  4745.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4746.      */
  4747.     protected function get_ServiceLocator_S0NmSuService()
  4748.     {
  4749.         return $this->privates['.service_locator._s0NmSu'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4750.             'slideRepository' => ['privates''App\\Repository\\SlideRepository''getSlideRepositoryService'false],
  4751.         ], [
  4752.             'slideRepository' => 'App\\Repository\\SlideRepository',
  4753.         ]);
  4754.     }
  4755.     /**
  4756.      * Gets the private '.service_locator.bslojl0' shared service.
  4757.      *
  4758.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4759.      */
  4760.     protected function get_ServiceLocator_Bslojl0Service()
  4761.     {
  4762.         return $this->privates['.service_locator.bslojl0'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4763.             'consulta' => ['privates''.errored..service_locator.bslojl0.App\\Entity\\Consulta'NULL'Cannot autowire service ".service_locator.bslojl0": it references class "App\\Entity\\Consulta" but no such service exists.'],
  4764.         ], [
  4765.             'consulta' => 'App\\Entity\\Consulta',
  4766.         ]);
  4767.     }
  4768.     /**
  4769.      * Gets the private '.service_locator.dSuo1S1' shared service.
  4770.      *
  4771.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4772.      */
  4773.     protected function get_ServiceLocator_DSuo1S1Service()
  4774.     {
  4775.         return $this->privates['.service_locator.dSuo1S1'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4776.             'staticPageRepository' => ['privates''App\\Repository\\StaticPageRepository''getStaticPageRepositoryService'false],
  4777.         ], [
  4778.             'staticPageRepository' => 'App\\Repository\\StaticPageRepository',
  4779.         ]);
  4780.     }
  4781.     /**
  4782.      * Gets the private '.service_locator.fCHSZ.G' shared service.
  4783.      *
  4784.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4785.      */
  4786.     protected function get_ServiceLocator_FCHSZ_GService()
  4787.     {
  4788.         return $this->privates['.service_locator.fCHSZ.G'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4789.             'staticPage' => ['privates''.errored..service_locator.fCHSZ.G.App\\Entity\\StaticPage'NULL'Cannot autowire service ".service_locator.fCHSZ.G": it references class "App\\Entity\\StaticPage" but no such service exists.'],
  4790.         ], [
  4791.             'staticPage' => 'App\\Entity\\StaticPage',
  4792.         ]);
  4793.     }
  4794.     /**
  4795.      * Gets the private '.service_locator.fpcZTLW' shared service.
  4796.      *
  4797.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4798.      */
  4799.     protected function get_ServiceLocator_FpcZTLWService()
  4800.     {
  4801.         return $this->privates['.service_locator.fpcZTLW'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4802.             'company' => ['privates''.errored..service_locator.fpcZTLW.App\\Entity\\Company'NULL'Cannot autowire service ".service_locator.fpcZTLW": it references class "App\\Entity\\Company" but no such service exists.'],
  4803.         ], [
  4804.             'company' => 'App\\Entity\\Company',
  4805.         ]);
  4806.     }
  4807.     /**
  4808.      * Gets the private '.service_locator.g.xob4v' shared service.
  4809.      *
  4810.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4811.      */
  4812.     protected function get_ServiceLocator_G_Xob4vService()
  4813.     {
  4814.         return $this->privates['.service_locator.g.xob4v'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4815.             'authenticationUtils' => ['services''security.authentication_utils''getSecurity_AuthenticationUtilsService'false],
  4816.         ], [
  4817.             'authenticationUtils' => '?',
  4818.         ]);
  4819.     }
  4820.     /**
  4821.      * Gets the private '.service_locator.g2Kd1An' shared service.
  4822.      *
  4823.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4824.      */
  4825.     protected function get_ServiceLocator_G2Kd1AnService()
  4826.     {
  4827.         return $this->privates['.service_locator.g2Kd1An'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4828.             'notification' => ['privates''.errored..service_locator.g2Kd1An.App\\Entity\\Notification'NULL'Cannot autowire service ".service_locator.g2Kd1An": it references class "App\\Entity\\Notification" but no such service exists.'],
  4829.         ], [
  4830.             'notification' => 'App\\Entity\\Notification',
  4831.         ]);
  4832.     }
  4833.     /**
  4834.      * Gets the private '.service_locator.iGdxMpq' shared service.
  4835.      *
  4836.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4837.      */
  4838.     protected function get_ServiceLocator_IGdxMpqService()
  4839.     {
  4840.         return $this->privates['.service_locator.iGdxMpq'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4841.             'slide' => ['privates''.errored..service_locator.iGdxMpq.App\\Entity\\Slide'NULL'Cannot autowire service ".service_locator.iGdxMpq": it references class "App\\Entity\\Slide" but no such service exists.'],
  4842.         ], [
  4843.             'slide' => 'App\\Entity\\Slide',
  4844.         ]);
  4845.     }
  4846.     /**
  4847.      * Gets the private '.service_locator.inXMh49' shared service.
  4848.      *
  4849.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4850.      */
  4851.     protected function get_ServiceLocator_InXMh49Service()
  4852.     {
  4853.         return $this->privates['.service_locator.inXMh49'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4854.             'post' => ['privates''.errored..service_locator.inXMh49.App\\Entity\\Anouncement'NULL'Cannot autowire service ".service_locator.inXMh49": it references class "App\\Entity\\Anouncement" but no such service exists.'],
  4855.         ], [
  4856.             'post' => 'App\\Entity\\Anouncement',
  4857.         ]);
  4858.     }
  4859.     /**
  4860.      * Gets the private '.service_locator.jOvCQCd' shared service.
  4861.      *
  4862.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4863.      */
  4864.     protected function get_ServiceLocator_JOvCQCdService()
  4865.     {
  4866.         return $this->privates['.service_locator.jOvCQCd'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4867.             'logger' => ['privates''monolog.logger''getMonolog_LoggerService'false],
  4868.             'provider' => ['privates''debril.rss_atom.provider''getDebril_RssAtom_ProviderService'false],
  4869.         ], [
  4870.             'logger' => '?',
  4871.             'provider' => '?',
  4872.         ]);
  4873.     }
  4874.     /**
  4875.      * Gets the private '.service_locator.n86_XTo' shared service.
  4876.      *
  4877.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4878.      */
  4879.     protected function get_ServiceLocator_N86XToService()
  4880.     {
  4881.         return $this->privates['.service_locator.n86_XTo'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4882.             'paymentForJobsRepository' => ['privates''App\\Repository\\PaymentForJobsRepository''getPaymentForJobsRepositoryService'false],
  4883.             'paymentForServicesRepository' => ['privates''App\\Repository\\PaymentForServicesRepository''getPaymentForServicesRepositoryService'false],
  4884.         ], [
  4885.             'paymentForJobsRepository' => 'App\\Repository\\PaymentForJobsRepository',
  4886.             'paymentForServicesRepository' => 'App\\Repository\\PaymentForServicesRepository',
  4887.         ]);
  4888.     }
  4889.     /**
  4890.      * Gets the private '.service_locator.o9nGMXB' shared service.
  4891.      *
  4892.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4893.      */
  4894.     protected function get_ServiceLocator_O9nGMXBService()
  4895.     {
  4896.         return $this->privates['.service_locator.o9nGMXB'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4897.             'twig' => ['services''twig''getTwigService'false],
  4898.         ], [
  4899.             'twig' => 'Twig\\Environment',
  4900.         ]);
  4901.     }
  4902.     /**
  4903.      * Gets the private '.service_locator.pW.oDnw' shared service.
  4904.      *
  4905.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4906.      */
  4907.     protected function get_ServiceLocator_PW_ODnwService()
  4908.     {
  4909.         return $this->privates['.service_locator.pW.oDnw'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4910.             'consulta' => ['privates''.errored..service_locator.pW.oDnw.App\\Entity\\Consulta'NULL'Cannot autowire service ".service_locator.pW.oDnw": it references class "App\\Entity\\Consulta" but no such service exists.'],
  4911.             'respuestaConsultaRepository' => ['privates''App\\Repository\\RespuestaConsultaRepository''getRespuestaConsultaRepositoryService'false],
  4912.         ], [
  4913.             'consulta' => 'App\\Entity\\Consulta',
  4914.             'respuestaConsultaRepository' => 'App\\Repository\\RespuestaConsultaRepository',
  4915.         ]);
  4916.     }
  4917.     /**
  4918.      * Gets the private '.service_locator.tIQ5Q0N' shared service.
  4919.      *
  4920.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4921.      */
  4922.     protected function get_ServiceLocator_TIQ5Q0NService()
  4923.     {
  4924.         return $this->privates['.service_locator.tIQ5Q0N'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4925.             'user' => ['privates''.errored..service_locator.tIQ5Q0N.App\\Entity\\User'NULL'Cannot autowire service ".service_locator.tIQ5Q0N": it references class "App\\Entity\\User" but no such service exists.'],
  4926.         ], [
  4927.             'user' => 'App\\Entity\\User',
  4928.         ]);
  4929.     }
  4930.     /**
  4931.      * Gets the private '.service_locator.tkR2SQ1' shared service.
  4932.      *
  4933.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4934.      */
  4935.     protected function get_ServiceLocator_TkR2SQ1Service()
  4936.     {
  4937.         return $this->privates['.service_locator.tkR2SQ1'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4938.             'repository' => ['privates''App\\Repository\\PolicyRepository''getPolicyRepositoryService'false],
  4939.         ], [
  4940.             'repository' => 'App\\Repository\\PolicyRepository',
  4941.         ]);
  4942.     }
  4943.     /**
  4944.      * Gets the private '.service_locator.vdmMuyE' shared service.
  4945.      *
  4946.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4947.      */
  4948.     protected function get_ServiceLocator_VdmMuyEService()
  4949.     {
  4950.         return $this->privates['.service_locator.vdmMuyE'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4951.             'doctrine' => ['services''doctrine''getDoctrineService'false],
  4952.             'form.factory' => ['services''form.factory''getForm_FactoryService'false],
  4953.             'http_kernel' => ['services''http_kernel''getHttpKernelService'false],
  4954.             'parameter_bag' => ['privates''parameter_bag''getParameterBagService'false],
  4955.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  4956.             'router' => ['services''router''getRouterService'false],
  4957.             'security.authorization_checker' => ['services''security.authorization_checker''getSecurity_AuthorizationCheckerService'false],
  4958.             'security.csrf.token_manager' => ['services''security.csrf.token_manager''getSecurity_Csrf_TokenManagerService'false],
  4959.             'security.token_storage' => ['services''security.token_storage''getSecurity_TokenStorageService'false],
  4960.             'serializer' => ['services''serializer''getSerializerService'false],
  4961.             'session' => ['services''session''getSessionService'false],
  4962.             'templating' => ['services''templating''getTemplatingService'false],
  4963.             'twig' => ['services''twig''getTwigService'false],
  4964.         ], [
  4965.             'doctrine' => '?',
  4966.             'form.factory' => '?',
  4967.             'http_kernel' => '?',
  4968.             'parameter_bag' => '?',
  4969.             'request_stack' => '?',
  4970.             'router' => '?',
  4971.             'security.authorization_checker' => '?',
  4972.             'security.csrf.token_manager' => '?',
  4973.             'security.token_storage' => '?',
  4974.             'serializer' => '?',
  4975.             'session' => '?',
  4976.             'templating' => '?',
  4977.             'twig' => '?',
  4978.         ]);
  4979.     }
  4980.     /**
  4981.      * Gets the private '.service_locator.y6hb65Z' shared service.
  4982.      *
  4983.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4984.      */
  4985.     protected function get_ServiceLocator_Y6hb65ZService()
  4986.     {
  4987.         return $this->privates['.service_locator.y6hb65Z'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4988.             'destinanario' => ['privates''.errored..service_locator.y6hb65Z.App\\Entity\\User'NULL'Cannot autowire service ".service_locator.y6hb65Z": it references class "App\\Entity\\User" but no such service exists.'],
  4989.         ], [
  4990.             'destinanario' => 'App\\Entity\\User',
  4991.         ]);
  4992.     }
  4993.     /**
  4994.      * Gets the private 'App\EventListener\AlertListener' shared autowired service.
  4995.      *
  4996.      * @return \App\EventListener\AlertListener
  4997.      */
  4998.     protected function getAlertListenerService()
  4999.     {
  5000.         include_once \dirname(__DIR__4).'/src/EventListener/AlertListener.php';
  5001.         return $this->privates['App\\EventListener\\AlertListener'] = new \App\EventListener\AlertListener(($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->privates['App\\Service\\Mailer'] ?? $this->getMailerService()));
  5002.     }
  5003.     /**
  5004.      * Gets the private 'App\Form\AlertType' shared autowired service.
  5005.      *
  5006.      * @return \App\Form\AlertType
  5007.      */
  5008.     protected function getAlertTypeService()
  5009.     {
  5010.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/form/FormTypeInterface.php';
  5011.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/form/AbstractType.php';
  5012.         include_once \dirname(__DIR__4).'/src/Form/AlertType.php';
  5013.         return $this->privates['App\\Form\\AlertType'] = new \App\Form\AlertType();
  5014.     }
  5015.     /**
  5016.      * Gets the private 'App\Form\CalificationType' shared autowired service.
  5017.      *
  5018.      * @return \App\Form\CalificationType
  5019.      */
  5020.     protected function getCalificationTypeService()
  5021.     {
  5022.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/form/FormTypeInterface.php';
  5023.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/form/AbstractType.php';
  5024.         include_once \dirname(__DIR__4).'/src/Form/CalificationType.php';
  5025.         return $this->privates['App\\Form\\CalificationType'] = new \App\Form\CalificationType();
  5026.     }
  5027.     /**
  5028.      * Gets the private 'App\Form\Category1Type' shared autowired service.
  5029.      *
  5030.      * @return \App\Form\Category1Type
  5031.      */
  5032.     protected function getCategory1TypeService()
  5033.     {
  5034.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/form/FormTypeInterface.php';
  5035.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/form/AbstractType.php';
  5036.         include_once \dirname(__DIR__4).'/src/Form/Category1Type.php';
  5037.         return $this->privates['App\\Form\\Category1Type'] = new \App\Form\Category1Type();
  5038.     }
  5039.     /**
  5040.      * Gets the private 'App\Form\CategoryType' shared autowired service.
  5041.      *
  5042.      * @return \App\Form\CategoryType
  5043.      */
  5044.     protected function getCategoryTypeService()
  5045.     {
  5046.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/form/FormTypeInterface.php';
  5047.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/form/AbstractType.php';
  5048.         include_once \dirname(__DIR__4).'/src/Form/CategoryType.php';
  5049.         return $this->privates['App\\Form\\CategoryType'] = new \App\Form\CategoryType();
  5050.     }
  5051.     /**
  5052.      * Gets the private 'App\Form\CompanyType' shared autowired service.
  5053.      *
  5054.      * @return \App\Form\CompanyType
  5055.      */
  5056.     protected function getCompanyTypeService()
  5057.     {
  5058.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/form/FormTypeInterface.php';
  5059.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/form/AbstractType.php';
  5060.         include_once \dirname(__DIR__4).'/src/Form/CompanyType.php';
  5061.         return $this->privates['App\\Form\\CompanyType'] = new \App\Form\CompanyType();
  5062.     }
  5063.     /**
  5064.      * Gets the private 'App\Form\ConsultaType' shared autowired service.
  5065.      *
  5066.      * @return \App\Form\ConsultaType
  5067.      */
  5068.     protected function getConsultaTypeService()
  5069.     {
  5070.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/form/FormTypeInterface.php';
  5071.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/form/AbstractType.php';
  5072.         include_once \dirname(__DIR__4).'/src/Form/ConsultaType.php';
  5073.         return $this->privates['App\\Form\\ConsultaType'] = new \App\Form\ConsultaType();
  5074.     }
  5075.     /**
  5076.      * Gets the private 'App\Form\ContactMessageFormType' shared autowired service.
  5077.      *
  5078.      * @return \App\Form\ContactMessageFormType
  5079.      */
  5080.     protected function getContactMessageFormTypeService()
  5081.     {
  5082.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/form/FormTypeInterface.php';
  5083.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/form/AbstractType.php';
  5084.         include_once \dirname(__DIR__4).'/src/Form/ContactMessageFormType.php';
  5085.         return $this->privates['App\\Form\\ContactMessageFormType'] = new \App\Form\ContactMessageFormType(($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()));
  5086.     }
  5087.     /**
  5088.      * Gets the private 'App\Form\EducationType' shared autowired service.
  5089.      *
  5090.      * @return \App\Form\EducationType
  5091.      */
  5092.     protected function getEducationTypeService()
  5093.     {
  5094.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/form/FormTypeInterface.php';
  5095.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/form/AbstractType.php';
  5096.         include_once \dirname(__DIR__4).'/src/Form/EducationType.php';
  5097.         return $this->privates['App\\Form\\EducationType'] = new \App\Form\EducationType();
  5098.     }
  5099.     /**
  5100.      * Gets the private 'App\Form\ImageType' shared autowired service.
  5101.      *
  5102.      * @return \App\Form\ImageType
  5103.      */
  5104.     protected function getImageTypeService()
  5105.     {
  5106.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/form/FormTypeInterface.php';
  5107.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/form/AbstractType.php';
  5108.         include_once \dirname(__DIR__4).'/src/Form/ImageType.php';
  5109.         return $this->privates['App\\Form\\ImageType'] = new \App\Form\ImageType();
  5110.     }
  5111.     /**
  5112.      * Gets the private 'App\Form\JobType' shared autowired service.
  5113.      *
  5114.      * @return \App\Form\JobType
  5115.      */
  5116.     protected function getJobTypeService()
  5117.     {
  5118.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/form/FormTypeInterface.php';
  5119.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/form/AbstractType.php';
  5120.         include_once \dirname(__DIR__4).'/src/Form/JobType.php';
  5121.         return $this->privates['App\\Form\\JobType'] = new \App\Form\JobType();
  5122.     }
  5123.     /**
  5124.      * Gets the private 'App\Form\MetadataType' shared autowired service.
  5125.      *
  5126.      * @return \App\Form\MetadataType
  5127.      */
  5128.     protected function getMetadataTypeService()
  5129.     {
  5130.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/form/FormTypeInterface.php';
  5131.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/form/AbstractType.php';
  5132.         include_once \dirname(__DIR__4).'/src/Form/MetadataType.php';
  5133.         return $this->privates['App\\Form\\MetadataType'] = new \App\Form\MetadataType();
  5134.     }
  5135.     /**
  5136.      * Gets the private 'App\Form\OcupationType' shared autowired service.
  5137.      *
  5138.      * @return \App\Form\OcupationType
  5139.      */
  5140.     protected function getOcupationTypeService()
  5141.     {
  5142.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/form/FormTypeInterface.php';
  5143.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/form/AbstractType.php';
  5144.         include_once \dirname(__DIR__4).'/src/Form/OcupationType.php';
  5145.         return $this->privates['App\\Form\\OcupationType'] = new \App\Form\OcupationType();
  5146.     }
  5147.     /**
  5148.      * Gets the private 'App\Form\PaymentForJobsType' shared autowired service.
  5149.      *
  5150.      * @return \App\Form\PaymentForJobsType
  5151.      */
  5152.     protected function getPaymentForJobsTypeService()
  5153.     {
  5154.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/form/FormTypeInterface.php';
  5155.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/form/AbstractType.php';
  5156.         include_once \dirname(__DIR__4).'/src/Form/PaymentForJobsType.php';
  5157.         return $this->privates['App\\Form\\PaymentForJobsType'] = new \App\Form\PaymentForJobsType();
  5158.     }
  5159.     /**
  5160.      * Gets the private 'App\Form\PaymentForServicesType' shared autowired service.
  5161.      *
  5162.      * @return \App\Form\PaymentForServicesType
  5163.      */
  5164.     protected function getPaymentForServicesTypeService()
  5165.     {
  5166.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/form/FormTypeInterface.php';
  5167.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/form/AbstractType.php';
  5168.         include_once \dirname(__DIR__4).'/src/Form/PaymentForServicesType.php';
  5169.         return $this->privates['App\\Form\\PaymentForServicesType'] = new \App\Form\PaymentForServicesType();
  5170.     }
  5171.     /**
  5172.      * Gets the private 'App\Form\PaymentType' shared autowired service.
  5173.      *
  5174.      * @return \App\Form\PaymentType
  5175.      */
  5176.     protected function getPaymentTypeService()
  5177.     {
  5178.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/form/FormTypeInterface.php';
  5179.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/form/AbstractType.php';
  5180.         include_once \dirname(__DIR__4).'/src/Form/PaymentType.php';
  5181.         return $this->privates['App\\Form\\PaymentType'] = new \App\Form\PaymentType();
  5182.     }
  5183.     /**
  5184.      * Gets the private 'App\Form\Policy1Type' shared autowired service.
  5185.      *
  5186.      * @return \App\Form\Policy1Type
  5187.      */
  5188.     protected function getPolicy1TypeService()
  5189.     {
  5190.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/form/FormTypeInterface.php';
  5191.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/form/AbstractType.php';
  5192.         include_once \dirname(__DIR__4).'/src/Form/Policy1Type.php';
  5193.         return $this->privates['App\\Form\\Policy1Type'] = new \App\Form\Policy1Type();
  5194.     }
  5195.     /**
  5196.      * Gets the private 'App\Form\ProfesionalSkillType' shared autowired service.
  5197.      *
  5198.      * @return \App\Form\ProfesionalSkillType
  5199.      */
  5200.     protected function getProfesionalSkillTypeService()
  5201.     {
  5202.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/form/FormTypeInterface.php';
  5203.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/form/AbstractType.php';
  5204.         include_once \dirname(__DIR__4).'/src/Form/ProfesionalSkillType.php';
  5205.         return $this->privates['App\\Form\\ProfesionalSkillType'] = new \App\Form\ProfesionalSkillType();
  5206.     }
  5207.     /**
  5208.      * Gets the private 'App\Form\ProfessionType' shared autowired service.
  5209.      *
  5210.      * @return \App\Form\ProfessionType
  5211.      */
  5212.     protected function getProfessionTypeService()
  5213.     {
  5214.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/form/FormTypeInterface.php';
  5215.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/form/AbstractType.php';
  5216.         include_once \dirname(__DIR__4).'/src/Form/ProfessionType.php';
  5217.         return $this->privates['App\\Form\\ProfessionType'] = new \App\Form\ProfessionType();
  5218.     }
  5219.     /**
  5220.      * Gets the private 'App\Form\RespuestaConsultaType' shared autowired service.
  5221.      *
  5222.      * @return \App\Form\RespuestaConsultaType
  5223.      */
  5224.     protected function getRespuestaConsultaTypeService()
  5225.     {
  5226.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/form/FormTypeInterface.php';
  5227.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/form/AbstractType.php';
  5228.         include_once \dirname(__DIR__4).'/src/Form/RespuestaConsultaType.php';
  5229.         return $this->privates['App\\Form\\RespuestaConsultaType'] = new \App\Form\RespuestaConsultaType();
  5230.     }
  5231.     /**
  5232.      * Gets the private 'App\Form\ResumeFilesType' shared autowired service.
  5233.      *
  5234.      * @return \App\Form\ResumeFilesType
  5235.      */
  5236.     protected function getResumeFilesTypeService()
  5237.     {
  5238.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/form/FormTypeInterface.php';
  5239.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/form/AbstractType.php';
  5240.         include_once \dirname(__DIR__4).'/src/Form/ResumeFilesType.php';
  5241.         return $this->privates['App\\Form\\ResumeFilesType'] = new \App\Form\ResumeFilesType();
  5242.     }
  5243.     /**
  5244.      * Gets the private 'App\Form\ResumeMetadataType' shared autowired service.
  5245.      *
  5246.      * @return \App\Form\ResumeMetadataType
  5247.      */
  5248.     protected function getResumeMetadataTypeService()
  5249.     {
  5250.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/form/FormTypeInterface.php';
  5251.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/form/AbstractType.php';
  5252.         include_once \dirname(__DIR__4).'/src/Form/ResumeMetadataType.php';
  5253.         return $this->privates['App\\Form\\ResumeMetadataType'] = new \App\Form\ResumeMetadataType();
  5254.     }
  5255.     /**
  5256.      * Gets the private 'App\Form\ResumeType' shared autowired service.
  5257.      *
  5258.      * @return \App\Form\ResumeType
  5259.      */
  5260.     protected function getResumeTypeService()
  5261.     {
  5262.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/form/FormTypeInterface.php';
  5263.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/form/AbstractType.php';
  5264.         include_once \dirname(__DIR__4).'/src/Form/ResumeType.php';
  5265.         return $this->privates['App\\Form\\ResumeType'] = new \App\Form\ResumeType();
  5266.     }
  5267.     /**
  5268.      * Gets the private 'App\Form\ServiceJobType' shared autowired service.
  5269.      *
  5270.      * @return \App\Form\ServiceJobType
  5271.      */
  5272.     protected function getServiceJobTypeService()
  5273.     {
  5274.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/form/FormTypeInterface.php';
  5275.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/form/AbstractType.php';
  5276.         include_once \dirname(__DIR__4).'/src/Form/ServiceJobType.php';
  5277.         return $this->privates['App\\Form\\ServiceJobType'] = new \App\Form\ServiceJobType();
  5278.     }
  5279.     /**
  5280.      * Gets the private 'App\Form\SlideType' shared autowired service.
  5281.      *
  5282.      * @return \App\Form\SlideType
  5283.      */
  5284.     protected function getSlideTypeService()
  5285.     {
  5286.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/form/FormTypeInterface.php';
  5287.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/form/AbstractType.php';
  5288.         include_once \dirname(__DIR__4).'/src/Form/SlideType.php';
  5289.         return $this->privates['App\\Form\\SlideType'] = new \App\Form\SlideType();
  5290.     }
  5291.     /**
  5292.      * Gets the private 'App\Form\StaticPageType' shared autowired service.
  5293.      *
  5294.      * @return \App\Form\StaticPageType
  5295.      */
  5296.     protected function getStaticPageTypeService()
  5297.     {
  5298.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/form/FormTypeInterface.php';
  5299.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/form/AbstractType.php';
  5300.         include_once \dirname(__DIR__4).'/src/Form/StaticPageType.php';
  5301.         return $this->privates['App\\Form\\StaticPageType'] = new \App\Form\StaticPageType();
  5302.     }
  5303.     /**
  5304.      * Gets the private 'App\Form\TitleType' shared autowired service.
  5305.      *
  5306.      * @return \App\Form\TitleType
  5307.      */
  5308.     protected function getTitleTypeService()
  5309.     {
  5310.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/form/FormTypeInterface.php';
  5311.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/form/AbstractType.php';
  5312.         include_once \dirname(__DIR__4).'/src/Form/TitleType.php';
  5313.         return $this->privates['App\\Form\\TitleType'] = new \App\Form\TitleType();
  5314.     }
  5315.     /**
  5316.      * Gets the private 'App\Form\UserEditType' shared autowired service.
  5317.      *
  5318.      * @return \App\Form\UserEditType
  5319.      */
  5320.     protected function getUserEditTypeService()
  5321.     {
  5322.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/form/FormTypeInterface.php';
  5323.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/form/AbstractType.php';
  5324.         include_once \dirname(__DIR__4).'/src/Form/UserEditType.php';
  5325.         return $this->privates['App\\Form\\UserEditType'] = new \App\Form\UserEditType();
  5326.     }
  5327.     /**
  5328.      * Gets the private 'App\Form\UserFullyEmployerType' shared autowired service.
  5329.      *
  5330.      * @return \App\Form\UserFullyEmployerType
  5331.      */
  5332.     protected function getUserFullyEmployerTypeService()
  5333.     {
  5334.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/form/FormTypeInterface.php';
  5335.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/form/AbstractType.php';
  5336.         include_once \dirname(__DIR__4).'/src/Form/UserFullyEmployerType.php';
  5337.         return $this->privates['App\\Form\\UserFullyEmployerType'] = new \App\Form\UserFullyEmployerType();
  5338.     }
  5339.     /**
  5340.      * Gets the private 'App\Form\UserFullyType' shared autowired service.
  5341.      *
  5342.      * @return \App\Form\UserFullyType
  5343.      */
  5344.     protected function getUserFullyTypeService()
  5345.     {
  5346.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/form/FormTypeInterface.php';
  5347.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/form/AbstractType.php';
  5348.         include_once \dirname(__DIR__4).'/src/Form/UserFullyType.php';
  5349.         return $this->privates['App\\Form\\UserFullyType'] = new \App\Form\UserFullyType();
  5350.     }
  5351.     /**
  5352.      * Gets the private 'App\Form\UserRadioType' shared autowired service.
  5353.      *
  5354.      * @return \App\Form\UserRadioType
  5355.      */
  5356.     protected function getUserRadioTypeService()
  5357.     {
  5358.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/form/FormTypeInterface.php';
  5359.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/form/AbstractType.php';
  5360.         include_once \dirname(__DIR__4).'/src/Form/UserRadioType.php';
  5361.         return $this->privates['App\\Form\\UserRadioType'] = new \App\Form\UserRadioType();
  5362.     }
  5363.     /**
  5364.      * Gets the private 'App\Form\UserSkillsType' shared autowired service.
  5365.      *
  5366.      * @return \App\Form\UserSkillsType
  5367.      */
  5368.     protected function getUserSkillsTypeService()
  5369.     {
  5370.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/form/FormTypeInterface.php';
  5371.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/form/AbstractType.php';
  5372.         include_once \dirname(__DIR__4).'/src/Form/UserSkillsType.php';
  5373.         return $this->privates['App\\Form\\UserSkillsType'] = new \App\Form\UserSkillsType();
  5374.     }
  5375.     /**
  5376.      * Gets the private 'App\Form\UserType' shared autowired service.
  5377.      *
  5378.      * @return \App\Form\UserType
  5379.      */
  5380.     protected function getUserTypeService()
  5381.     {
  5382.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/form/FormTypeInterface.php';
  5383.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/form/AbstractType.php';
  5384.         include_once \dirname(__DIR__4).'/src/Form/UserType.php';
  5385.         return $this->privates['App\\Form\\UserType'] = new \App\Form\UserType();
  5386.     }
  5387.     /**
  5388.      * Gets the private 'App\Repository\AlertRepository' shared autowired service.
  5389.      *
  5390.      * @return \App\Repository\AlertRepository
  5391.      */
  5392.     protected function getAlertRepositoryService()
  5393.     {
  5394.         include_once \dirname(__DIR__4).'/src/Repository/AlertRepository.php';
  5395.         return $this->privates['App\\Repository\\AlertRepository'] = new \App\Repository\AlertRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5396.     }
  5397.     /**
  5398.      * Gets the private 'App\Repository\AnouncementRepository' shared autowired service.
  5399.      *
  5400.      * @return \App\Repository\AnouncementRepository
  5401.      */
  5402.     protected function getAnouncementRepositoryService()
  5403.     {
  5404.         include_once \dirname(__DIR__4).'/src/Repository/AnouncementRepository.php';
  5405.         return $this->privates['App\\Repository\\AnouncementRepository'] = new \App\Repository\AnouncementRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5406.     }
  5407.     /**
  5408.      * Gets the private 'App\Repository\BlogRepository' shared autowired service.
  5409.      *
  5410.      * @return \App\Repository\BlogRepository
  5411.      */
  5412.     protected function getBlogRepositoryService()
  5413.     {
  5414.         include_once \dirname(__DIR__4).'/src/Repository/BlogRepository.php';
  5415.         return $this->privates['App\\Repository\\BlogRepository'] = new \App\Repository\BlogRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5416.     }
  5417.     /**
  5418.      * Gets the private 'App\Repository\CalificationRepository' shared autowired service.
  5419.      *
  5420.      * @return \App\Repository\CalificationRepository
  5421.      */
  5422.     protected function getCalificationRepositoryService()
  5423.     {
  5424.         include_once \dirname(__DIR__4).'/src/Repository/CalificationRepository.php';
  5425.         return $this->privates['App\\Repository\\CalificationRepository'] = new \App\Repository\CalificationRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5426.     }
  5427.     /**
  5428.      * Gets the private 'App\Repository\CategoryRepository' shared autowired service.
  5429.      *
  5430.      * @return \App\Repository\CategoryRepository
  5431.      */
  5432.     protected function getCategoryRepositoryService()
  5433.     {
  5434.         include_once \dirname(__DIR__4).'/src/Repository/CategoryRepository.php';
  5435.         return $this->privates['App\\Repository\\CategoryRepository'] = new \App\Repository\CategoryRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5436.     }
  5437.     /**
  5438.      * Gets the private 'App\Repository\CommentRepository' shared autowired service.
  5439.      *
  5440.      * @return \App\Repository\CommentRepository
  5441.      */
  5442.     protected function getCommentRepositoryService()
  5443.     {
  5444.         include_once \dirname(__DIR__4).'/src/Repository/CommentRepository.php';
  5445.         return $this->privates['App\\Repository\\CommentRepository'] = new \App\Repository\CommentRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5446.     }
  5447.     /**
  5448.      * Gets the private 'App\Repository\CompanyRepository' shared autowired service.
  5449.      *
  5450.      * @return \App\Repository\CompanyRepository
  5451.      */
  5452.     protected function getCompanyRepositoryService()
  5453.     {
  5454.         include_once \dirname(__DIR__4).'/src/Repository/CompanyRepository.php';
  5455.         return $this->privates['App\\Repository\\CompanyRepository'] = new \App\Repository\CompanyRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5456.     }
  5457.     /**
  5458.      * Gets the private 'App\Repository\ConsultaRepository' shared autowired service.
  5459.      *
  5460.      * @return \App\Repository\ConsultaRepository
  5461.      */
  5462.     protected function getConsultaRepositoryService()
  5463.     {
  5464.         include_once \dirname(__DIR__4).'/src/Repository/ConsultaRepository.php';
  5465.         return $this->privates['App\\Repository\\ConsultaRepository'] = new \App\Repository\ConsultaRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5466.     }
  5467.     /**
  5468.      * Gets the private 'App\Repository\ContactMessageRepository' shared autowired service.
  5469.      *
  5470.      * @return \App\Repository\ContactMessageRepository
  5471.      */
  5472.     protected function getContactMessageRepositoryService()
  5473.     {
  5474.         include_once \dirname(__DIR__4).'/src/Repository/ContactMessageRepository.php';
  5475.         return $this->privates['App\\Repository\\ContactMessageRepository'] = new \App\Repository\ContactMessageRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5476.     }
  5477.     /**
  5478.      * Gets the private 'App\Repository\CountryRepository' shared autowired service.
  5479.      *
  5480.      * @return \App\Repository\CountryRepository
  5481.      */
  5482.     protected function getCountryRepositoryService()
  5483.     {
  5484.         include_once \dirname(__DIR__4).'/src/Repository/CountryRepository.php';
  5485.         return $this->privates['App\\Repository\\CountryRepository'] = new \App\Repository\CountryRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5486.     }
  5487.     /**
  5488.      * Gets the private 'App\Repository\EducationRepository' shared autowired service.
  5489.      *
  5490.      * @return \App\Repository\EducationRepository
  5491.      */
  5492.     protected function getEducationRepositoryService()
  5493.     {
  5494.         include_once \dirname(__DIR__4).'/src/Repository/EducationRepository.php';
  5495.         return $this->privates['App\\Repository\\EducationRepository'] = new \App\Repository\EducationRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5496.     }
  5497.     /**
  5498.      * Gets the private 'App\Repository\FeedUrlRepository' shared autowired service.
  5499.      *
  5500.      * @return \App\Repository\FeedUrlRepository
  5501.      */
  5502.     protected function getFeedUrlRepositoryService()
  5503.     {
  5504.         include_once \dirname(__DIR__4).'/src/Repository/FeedUrlRepository.php';
  5505.         return $this->privates['App\\Repository\\FeedUrlRepository'] = new \App\Repository\FeedUrlRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5506.     }
  5507.     /**
  5508.      * Gets the private 'App\Repository\ImageRepository' shared autowired service.
  5509.      *
  5510.      * @return \App\Repository\ImageRepository
  5511.      */
  5512.     protected function getImageRepositoryService()
  5513.     {
  5514.         include_once \dirname(__DIR__4).'/src/Repository/ImageRepository.php';
  5515.         return $this->privates['App\\Repository\\ImageRepository'] = new \App\Repository\ImageRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5516.     }
  5517.     /**
  5518.      * Gets the private 'App\Repository\JobRepository' shared autowired service.
  5519.      *
  5520.      * @return \App\Repository\JobRepository
  5521.      */
  5522.     protected function getJobRepositoryService()
  5523.     {
  5524.         include_once \dirname(__DIR__4).'/src/Repository/JobRepository.php';
  5525.         return $this->privates['App\\Repository\\JobRepository'] = new \App\Repository\JobRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5526.     }
  5527.     /**
  5528.      * Gets the private 'App\Repository\MetadataRepository' shared autowired service.
  5529.      *
  5530.      * @return \App\Repository\MetadataRepository
  5531.      */
  5532.     protected function getMetadataRepositoryService()
  5533.     {
  5534.         include_once \dirname(__DIR__4).'/src/Repository/MetadataRepository.php';
  5535.         return $this->privates['App\\Repository\\MetadataRepository'] = new \App\Repository\MetadataRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5536.     }
  5537.     /**
  5538.      * Gets the private 'App\Repository\NotificationRepository' shared autowired service.
  5539.      *
  5540.      * @return \App\Repository\NotificationRepository
  5541.      */
  5542.     protected function getNotificationRepositoryService()
  5543.     {
  5544.         include_once \dirname(__DIR__4).'/src/Repository/NotificationRepository.php';
  5545.         return $this->privates['App\\Repository\\NotificationRepository'] = new \App\Repository\NotificationRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5546.     }
  5547.     /**
  5548.      * Gets the private 'App\Repository\OcupationRepository' shared autowired service.
  5549.      *
  5550.      * @return \App\Repository\OcupationRepository
  5551.      */
  5552.     protected function getOcupationRepositoryService()
  5553.     {
  5554.         include_once \dirname(__DIR__4).'/src/Repository/OcupationRepository.php';
  5555.         return $this->privates['App\\Repository\\OcupationRepository'] = new \App\Repository\OcupationRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5556.     }
  5557.     /**
  5558.      * Gets the private 'App\Repository\PaymentForJobsMetadataRepository' shared autowired service.
  5559.      *
  5560.      * @return \App\Repository\PaymentForJobsMetadataRepository
  5561.      */
  5562.     protected function getPaymentForJobsMetadataRepositoryService()
  5563.     {
  5564.         include_once \dirname(__DIR__4).'/src/Repository/PaymentForJobsMetadataRepository.php';
  5565.         return $this->privates['App\\Repository\\PaymentForJobsMetadataRepository'] = new \App\Repository\PaymentForJobsMetadataRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5566.     }
  5567.     /**
  5568.      * Gets the private 'App\Repository\PaymentForJobsRepository' shared autowired service.
  5569.      *
  5570.      * @return \App\Repository\PaymentForJobsRepository
  5571.      */
  5572.     protected function getPaymentForJobsRepositoryService()
  5573.     {
  5574.         include_once \dirname(__DIR__4).'/src/Repository/PaymentForJobsRepository.php';
  5575.         return $this->privates['App\\Repository\\PaymentForJobsRepository'] = new \App\Repository\PaymentForJobsRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5576.     }
  5577.     /**
  5578.      * Gets the private 'App\Repository\PaymentForServicesMetadataRepository' shared autowired service.
  5579.      *
  5580.      * @return \App\Repository\PaymentForServicesMetadataRepository
  5581.      */
  5582.     protected function getPaymentForServicesMetadataRepositoryService()
  5583.     {
  5584.         include_once \dirname(__DIR__4).'/src/Repository/PaymentForServicesMetadataRepository.php';
  5585.         return $this->privates['App\\Repository\\PaymentForServicesMetadataRepository'] = new \App\Repository\PaymentForServicesMetadataRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5586.     }
  5587.     /**
  5588.      * Gets the private 'App\Repository\PaymentForServicesRepository' shared autowired service.
  5589.      *
  5590.      * @return \App\Repository\PaymentForServicesRepository
  5591.      */
  5592.     protected function getPaymentForServicesRepositoryService()
  5593.     {
  5594.         include_once \dirname(__DIR__4).'/src/Repository/PaymentForServicesRepository.php';
  5595.         return $this->privates['App\\Repository\\PaymentForServicesRepository'] = new \App\Repository\PaymentForServicesRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5596.     }
  5597.     /**
  5598.      * Gets the private 'App\Repository\PaymentRepository' shared autowired service.
  5599.      *
  5600.      * @return \App\Repository\PaymentRepository
  5601.      */
  5602.     protected function getPaymentRepositoryService()
  5603.     {
  5604.         include_once \dirname(__DIR__4).'/src/Repository/PaymentRepository.php';
  5605.         return $this->privates['App\\Repository\\PaymentRepository'] = new \App\Repository\PaymentRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5606.     }
  5607.     /**
  5608.      * Gets the private 'App\Repository\PolicyRepository' shared autowired service.
  5609.      *
  5610.      * @return \App\Repository\PolicyRepository
  5611.      */
  5612.     protected function getPolicyRepositoryService()
  5613.     {
  5614.         include_once \dirname(__DIR__4).'/src/Repository/PolicyRepository.php';
  5615.         return $this->privates['App\\Repository\\PolicyRepository'] = new \App\Repository\PolicyRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5616.     }
  5617.     /**
  5618.      * Gets the private 'App\Repository\ProfessionRepository' shared autowired service.
  5619.      *
  5620.      * @return \App\Repository\ProfessionRepository
  5621.      */
  5622.     protected function getProfessionRepositoryService()
  5623.     {
  5624.         include_once \dirname(__DIR__4).'/src/Repository/ProfessionRepository.php';
  5625.         return $this->privates['App\\Repository\\ProfessionRepository'] = new \App\Repository\ProfessionRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5626.     }
  5627.     /**
  5628.      * Gets the private 'App\Repository\ProfessionalSkillRepository' shared autowired service.
  5629.      *
  5630.      * @return \App\Repository\ProfessionalSkillRepository
  5631.      */
  5632.     protected function getProfessionalSkillRepositoryService()
  5633.     {
  5634.         include_once \dirname(__DIR__4).'/src/Repository/ProfessionalSkillRepository.php';
  5635.         return $this->privates['App\\Repository\\ProfessionalSkillRepository'] = new \App\Repository\ProfessionalSkillRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5636.     }
  5637.     /**
  5638.      * Gets the private 'App\Repository\RespuestaConsultaRepository' shared autowired service.
  5639.      *
  5640.      * @return \App\Repository\RespuestaConsultaRepository
  5641.      */
  5642.     protected function getRespuestaConsultaRepositoryService()
  5643.     {
  5644.         include_once \dirname(__DIR__4).'/src/Repository/RespuestaConsultaRepository.php';
  5645.         return $this->privates['App\\Repository\\RespuestaConsultaRepository'] = new \App\Repository\RespuestaConsultaRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5646.     }
  5647.     /**
  5648.      * Gets the private 'App\Repository\ResumeMetadataRepository' shared autowired service.
  5649.      *
  5650.      * @return \App\Repository\ResumeMetadataRepository
  5651.      */
  5652.     protected function getResumeMetadataRepositoryService()
  5653.     {
  5654.         include_once \dirname(__DIR__4).'/src/Repository/ResumeMetadataRepository.php';
  5655.         return $this->privates['App\\Repository\\ResumeMetadataRepository'] = new \App\Repository\ResumeMetadataRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5656.     }
  5657.     /**
  5658.      * Gets the private 'App\Repository\ResumeRepository' shared autowired service.
  5659.      *
  5660.      * @return \App\Repository\ResumeRepository
  5661.      */
  5662.     protected function getResumeRepositoryService()
  5663.     {
  5664.         include_once \dirname(__DIR__4).'/src/Repository/ResumeRepository.php';
  5665.         return $this->privates['App\\Repository\\ResumeRepository'] = new \App\Repository\ResumeRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5666.     }
  5667.     /**
  5668.      * Gets the private 'App\Repository\ServiceJobRepository' shared autowired service.
  5669.      *
  5670.      * @return \App\Repository\ServiceJobRepository
  5671.      */
  5672.     protected function getServiceJobRepositoryService()
  5673.     {
  5674.         include_once \dirname(__DIR__4).'/src/Repository/ServiceJobRepository.php';
  5675.         return $this->privates['App\\Repository\\ServiceJobRepository'] = new \App\Repository\ServiceJobRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5676.     }
  5677.     /**
  5678.      * Gets the private 'App\Repository\SlideRepository' shared autowired service.
  5679.      *
  5680.      * @return \App\Repository\SlideRepository
  5681.      */
  5682.     protected function getSlideRepositoryService()
  5683.     {
  5684.         include_once \dirname(__DIR__4).'/src/Repository/SlideRepository.php';
  5685.         return $this->privates['App\\Repository\\SlideRepository'] = new \App\Repository\SlideRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5686.     }
  5687.     /**
  5688.      * Gets the private 'App\Repository\StateRepository' shared autowired service.
  5689.      *
  5690.      * @return \App\Repository\StateRepository
  5691.      */
  5692.     protected function getStateRepositoryService()
  5693.     {
  5694.         include_once \dirname(__DIR__4).'/src/Repository/StateRepository.php';
  5695.         return $this->privates['App\\Repository\\StateRepository'] = new \App\Repository\StateRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5696.     }
  5697.     /**
  5698.      * Gets the private 'App\Repository\StaticPageRepository' shared autowired service.
  5699.      *
  5700.      * @return \App\Repository\StaticPageRepository
  5701.      */
  5702.     protected function getStaticPageRepositoryService()
  5703.     {
  5704.         include_once \dirname(__DIR__4).'/src/Repository/StaticPageRepository.php';
  5705.         return $this->privates['App\\Repository\\StaticPageRepository'] = new \App\Repository\StaticPageRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5706.     }
  5707.     /**
  5708.      * Gets the private 'App\Repository\TitleRepository' shared autowired service.
  5709.      *
  5710.      * @return \App\Repository\TitleRepository
  5711.      */
  5712.     protected function getTitleRepositoryService()
  5713.     {
  5714.         include_once \dirname(__DIR__4).'/src/Repository/TitleRepository.php';
  5715.         return $this->privates['App\\Repository\\TitleRepository'] = new \App\Repository\TitleRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5716.     }
  5717.     /**
  5718.      * Gets the private 'App\Repository\UserJobMetaRepository' shared autowired service.
  5719.      *
  5720.      * @return \App\Repository\UserJobMetaRepository
  5721.      */
  5722.     protected function getUserJobMetaRepositoryService()
  5723.     {
  5724.         return $this->privates['App\\Repository\\UserJobMetaRepository'] = new \App\Repository\UserJobMetaRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5725.     }
  5726.     /**
  5727.      * Gets the private 'App\Repository\UserRepository' shared autowired service.
  5728.      *
  5729.      * @return \App\Repository\UserRepository
  5730.      */
  5731.     protected function getUserRepositoryService()
  5732.     {
  5733.         include_once \dirname(__DIR__4).'/src/Repository/UserRepository.php';
  5734.         return $this->privates['App\\Repository\\UserRepository'] = new \App\Repository\UserRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5735.     }
  5736.     /**
  5737.      * Gets the private 'App\Security\LoginFormAuthenticator' shared autowired service.
  5738.      *
  5739.      * @return \App\Security\LoginFormAuthenticator
  5740.      */
  5741.     protected function getLoginFormAuthenticatorService()
  5742.     {
  5743.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/security-http/EntryPoint/AuthenticationEntryPointInterface.php';
  5744.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/security-guard/AuthenticatorInterface.php';
  5745.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/security-guard/AbstractGuardAuthenticator.php';
  5746.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/security-guard/Authenticator/AbstractFormLoginAuthenticator.php';
  5747.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/security-http/Util/TargetPathTrait.php';
  5748.         include_once \dirname(__DIR__4).'/src/Security/LoginFormAuthenticator.php';
  5749.         return $this->privates['App\\Security\\LoginFormAuthenticator'] = new \App\Security\LoginFormAuthenticator(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['router'] ?? $this->getRouterService()), ($this->services['security.csrf.token_manager'] ?? $this->getSecurity_Csrf_TokenManagerService()), ($this->services['security.password_encoder'] ?? $this->getSecurity_PasswordEncoderService()));
  5750.     }
  5751.     /**
  5752.      * Gets the private 'App\Service\CategoryService' shared autowired service.
  5753.      *
  5754.      * @return \App\Service\CategoryService
  5755.      */
  5756.     protected function getCategoryServiceService()
  5757.     {
  5758.         include_once \dirname(__DIR__4).'/src/Service/CategoryService.php';
  5759.         return $this->privates['App\\Service\\CategoryService'] = new \App\Service\CategoryService(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  5760.     }
  5761.     /**
  5762.      * Gets the private 'App\Service\JobService' shared autowired service.
  5763.      *
  5764.      * @return \App\Service\JobService
  5765.      */
  5766.     protected function getJobServiceService()
  5767.     {
  5768.         include_once \dirname(__DIR__4).'/src/Service/JobService.php';
  5769.         return $this->privates['App\\Service\\JobService'] = new \App\Service\JobService(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  5770.     }
  5771.     /**
  5772.      * Gets the private 'App\Service\Mailer' shared autowired service.
  5773.      *
  5774.      * @return \App\Service\Mailer
  5775.      */
  5776.     protected function getMailerService()
  5777.     {
  5778.         include_once \dirname(__DIR__4).'/src/Service/Mailer.php';
  5779.         return $this->privates['App\\Service\\Mailer'] = new \App\Service\Mailer(($this->services['swiftmailer.mailer.default'] ?? $this->getSwiftmailer_Mailer_DefaultService()), ($this->services['router'] ?? $this->getRouterService()), ($this->privates['Vich\\UploaderBundle\\Templating\\Helper\\UploaderHelper'] ?? $this->getUploaderHelperService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->services['twig'] ?? $this->getTwigService()));
  5780.     }
  5781.     /**
  5782.      * Gets the private 'App\Service\NotificationService' shared autowired service.
  5783.      *
  5784.      * @return \App\Service\NotificationService
  5785.      */
  5786.     protected function getNotificationServiceService()
  5787.     {
  5788.         include_once \dirname(__DIR__4).'/src/Service/NotificationService.php';
  5789.         return $this->privates['App\\Service\\NotificationService'] = new \App\Service\NotificationService(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  5790.     }
  5791.     /**
  5792.      * Gets the private 'App\Service\UserService' shared autowired service.
  5793.      *
  5794.      * @return \App\Service\UserService
  5795.      */
  5796.     protected function getUserServiceService()
  5797.     {
  5798.         include_once \dirname(__DIR__4).'/src/Service/UserService.php';
  5799.         return $this->privates['App\\Service\\UserService'] = new \App\Service\UserService(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['App\\Repository\\PaymentForJobsMetadataRepository'] ?? $this->getPaymentForJobsMetadataRepositoryService()), ($this->privates['App\\Repository\\PaymentForServicesMetadataRepository'] ?? $this->getPaymentForServicesMetadataRepositoryService()));
  5800.     }
  5801.     /**
  5802.      * Gets the private 'Doctrine\Bundle\DoctrineBundle\Dbal\ManagerRegistryAwareConnectionProvider' shared service.
  5803.      *
  5804.      * @return \Doctrine\Bundle\DoctrineBundle\Dbal\ManagerRegistryAwareConnectionProvider
  5805.      */
  5806.     protected function getManagerRegistryAwareConnectionProviderService()
  5807.     {
  5808.         include_once \dirname(__DIR__6).'/shared/vendor/doctrine/dbal/lib/Doctrine/DBAL/Tools/Console/ConnectionProvider.php';
  5809.         include_once \dirname(__DIR__6).'/shared/vendor/doctrine/doctrine-bundle/Dbal/ManagerRegistryAwareConnectionProvider.php';
  5810.         return $this->privates['Doctrine\\Bundle\\DoctrineBundle\\Dbal\\ManagerRegistryAwareConnectionProvider'] = new \Doctrine\Bundle\DoctrineBundle\Dbal\ManagerRegistryAwareConnectionProvider(new \Doctrine\Bundle\DoctrineBundle\Registry($this$this->parameters['doctrine.connections'], $this->parameters['doctrine.entity_managers'], 'default''default'));
  5811.     }
  5812.     /**
  5813.      * Gets the private 'Doctrine\DBAL\Tools\Console\Command\RunSqlCommand' shared service.
  5814.      *
  5815.      * @return \Doctrine\DBAL\Tools\Console\Command\RunSqlCommand
  5816.      */
  5817.     protected function getRunSqlCommandService()
  5818.     {
  5819.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/console/Command/Command.php';
  5820.         include_once \dirname(__DIR__6).'/shared/vendor/doctrine/dbal/lib/Doctrine/DBAL/Tools/Console/Command/RunSqlCommand.php';
  5821.         $this->privates['Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand'] = $instance = new \Doctrine\DBAL\Tools\Console\Command\RunSqlCommand(($this->privates['Doctrine\\Bundle\\DoctrineBundle\\Dbal\\ManagerRegistryAwareConnectionProvider'] ?? $this->getManagerRegistryAwareConnectionProviderService()));
  5822.         $instance->setName('dbal:run-sql');
  5823.         return $instance;
  5824.     }
  5825.     /**
  5826.      * Gets the private 'Sonata\BlockBundle\Command\DebugBlocksCommand' shared service.
  5827.      *
  5828.      * @return \Sonata\BlockBundle\Command\DebugBlocksCommand
  5829.      */
  5830.     protected function getDebugBlocksCommandService()
  5831.     {
  5832.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/console/Command/Command.php';
  5833.         include_once \dirname(__DIR__6).'/shared/vendor/sonata-project/block-bundle/src/Command/DebugBlocksCommand.php';
  5834.         $this->privates['Sonata\\BlockBundle\\Command\\DebugBlocksCommand'] = $instance = new \Sonata\BlockBundle\Command\DebugBlocksCommand(($this->services['sonata.block.manager'] ?? $this->getSonata_Block_ManagerService()));
  5835.         $instance->setName('debug:sonata:block');
  5836.         return $instance;
  5837.     }
  5838.     /**
  5839.      * Gets the private 'Vich\UploaderBundle\Metadata\CacheWarmer' shared service.
  5840.      *
  5841.      * @return \Vich\UploaderBundle\Metadata\CacheWarmer
  5842.      */
  5843.     protected function getCacheWarmer2Service()
  5844.     {
  5845.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  5846.         include_once \dirname(__DIR__6).'/shared/vendor/vich/uploader-bundle/src/Metadata/CacheWarmer.php';
  5847.         return $this->privates['Vich\\UploaderBundle\\Metadata\\CacheWarmer'] = new \Vich\UploaderBundle\Metadata\CacheWarmer(($this->targetDir.''.'/vich_uploader'), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()));
  5848.     }
  5849.     /**
  5850.      * Gets the private 'Vich\UploaderBundle\Templating\Helper\UploaderHelper' shared service.
  5851.      *
  5852.      * @return \Vich\UploaderBundle\Templating\Helper\UploaderHelper
  5853.      */
  5854.     protected function getUploaderHelperService()
  5855.     {
  5856.         return $this->privates['Vich\\UploaderBundle\\Templating\\Helper\\UploaderHelper'] = new \Vich\UploaderBundle\Templating\Helper\UploaderHelper(($this->privates['vich_uploader.storage.file_system'] ?? $this->getVichUploader_Storage_FileSystemService()));
  5857.     }
  5858.     /**
  5859.      * Gets the private 'Vich\UploaderBundle\Util\Transliterator' shared service.
  5860.      *
  5861.      * @return \Vich\UploaderBundle\Util\Transliterator
  5862.      */
  5863.     protected function getTransliteratorService()
  5864.     {
  5865.         include_once \dirname(__DIR__6).'/shared/vendor/vich/uploader-bundle/src/Util/Transliterator.php';
  5866.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/string/Slugger/SluggerInterface.php';
  5867.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/string/Slugger/AsciiSlugger.php';
  5868.         return $this->privates['Vich\\UploaderBundle\\Util\\Transliterator'] = new \Vich\UploaderBundle\Util\Transliterator(new \Symfony\Component\String\Slugger\AsciiSlugger());
  5869.     }
  5870.     /**
  5871.      * Gets the private 'annotations.cache_adapter' shared service.
  5872.      *
  5873.      * @return \Symfony\Component\Cache\Adapter\PhpArrayAdapter
  5874.      */
  5875.     protected function getAnnotations_CacheAdapterService()
  5876.     {
  5877.         return \Symfony\Component\Cache\Adapter\PhpArrayAdapter::create(($this->targetDir.''.'/annotations.php'), ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  5878.     }
  5879.     /**
  5880.      * Gets the private 'annotations.cache_warmer' shared service.
  5881.      *
  5882.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\AnnotationsCacheWarmer
  5883.      */
  5884.     protected function getAnnotations_CacheWarmerService()
  5885.     {
  5886.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  5887.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/framework-bundle/CacheWarmer/AbstractPhpFileCacheWarmer.php';
  5888.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/framework-bundle/CacheWarmer/AnnotationsCacheWarmer.php';
  5889.         return $this->privates['annotations.cache_warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\AnnotationsCacheWarmer(($this->privates['annotations.reader'] ?? $this->getAnnotations_ReaderService()), ($this->targetDir.''.'/annotations.php'), '#^Symfony\\\\(?:Component\\\\HttpKernel\\\\|Bundle\\\\FrameworkBundle\\\\Controller\\\\(?!.*Controller$))#'true);
  5890.     }
  5891.     /**
  5892.      * Gets the private 'annotations.cached_reader' shared service.
  5893.      *
  5894.      * @return \Doctrine\Common\Annotations\PsrCachedReader
  5895.      */
  5896.     protected function getAnnotations_CachedReaderService()
  5897.     {
  5898.         return $this->privates['annotations.cached_reader'] = new \Doctrine\Common\Annotations\PsrCachedReader(($this->privates['annotations.reader'] ?? $this->getAnnotations_ReaderService()), $this->getAnnotations_CacheAdapterService(), true);
  5899.     }
  5900.     /**
  5901.      * Gets the private 'annotations.reader' shared service.
  5902.      *
  5903.      * @return \Doctrine\Common\Annotations\AnnotationReader
  5904.      */
  5905.     protected function getAnnotations_ReaderService()
  5906.     {
  5907.         $this->privates['annotations.reader'] = $instance = new \Doctrine\Common\Annotations\AnnotationReader();
  5908.         $a = new \Doctrine\Common\Annotations\AnnotationRegistry();
  5909.         $a->registerUniqueLoader('class_exists');
  5910.         $instance->addGlobalIgnoredName('required'$a);
  5911.         return $instance;
  5912.     }
  5913.     /**
  5914.      * Gets the private 'assets.packages' shared service.
  5915.      *
  5916.      * @return \Symfony\Component\Asset\Packages
  5917.      */
  5918.     protected function getAssets_PackagesService()
  5919.     {
  5920.         $a = new \Symfony\Component\Asset\VersionStrategy\JsonManifestVersionStrategy((\dirname(__DIR__4).'/public/build/manifest.json'));
  5921.         $b = new \Symfony\Component\Asset\Context\RequestStackContext(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ''false);
  5922.         return $this->privates['assets.packages'] = new \Symfony\Component\Asset\Packages(new \Symfony\Component\Asset\PathPackage(''$a$b), ['datatables_cdn' => new \Symfony\Component\Asset\UrlPackage([=> 'https://cdn.datatables.net/plug-ins/1.10.13/i18n/'], $a$b)]);
  5923.     }
  5924.     /**
  5925.      * Gets the private 'cache.annotations' shared service.
  5926.      *
  5927.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  5928.      */
  5929.     protected function getCache_AnnotationsService()
  5930.     {
  5931.         return $this->privates['cache.annotations'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('N1kpfXMSSn'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  5932.     }
  5933.     /**
  5934.      * Gets the private 'cache.doctrine.orm.default.metadata' shared service.
  5935.      *
  5936.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  5937.      */
  5938.     protected function getCache_Doctrine_Orm_Default_MetadataService()
  5939.     {
  5940.         return $this->privates['cache.doctrine.orm.default.metadata'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  5941.     }
  5942.     /**
  5943.      * Gets the private 'cache.doctrine.orm.default.query' shared service.
  5944.      *
  5945.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  5946.      */
  5947.     protected function getCache_Doctrine_Orm_Default_QueryService()
  5948.     {
  5949.         return $this->privates['cache.doctrine.orm.default.query'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  5950.     }
  5951.     /**
  5952.      * Gets the private 'cache.doctrine.orm.default.result' shared service.
  5953.      *
  5954.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  5955.      */
  5956.     protected function getCache_Doctrine_Orm_Default_ResultService()
  5957.     {
  5958.         return $this->privates['cache.doctrine.orm.default.result'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  5959.     }
  5960.     /**
  5961.      * Gets the private 'cache.easyadmin' shared service.
  5962.      *
  5963.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  5964.      */
  5965.     protected function getCache_EasyadminService()
  5966.     {
  5967.         return $this->privates['cache.easyadmin'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('GqjqKaOjOt'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  5968.     }
  5969.     /**
  5970.      * Gets the private 'cache.property_info' shared service.
  5971.      *
  5972.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  5973.      */
  5974.     protected function getCache_PropertyInfoService()
  5975.     {
  5976.         return $this->privates['cache.property_info'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('T24vn6O3XS'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  5977.     }
  5978.     /**
  5979.      * Gets the private 'cache.security_expression_language' shared service.
  5980.      *
  5981.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  5982.      */
  5983.     protected function getCache_SecurityExpressionLanguageService()
  5984.     {
  5985.         return $this->privates['cache.security_expression_language'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('m++Gpgv9nS'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  5986.     }
  5987.     /**
  5988.      * Gets the private 'cache.serializer' shared service.
  5989.      *
  5990.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  5991.      */
  5992.     protected function getCache_SerializerService()
  5993.     {
  5994.         return $this->privates['cache.serializer'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('7f5OjEdfkm'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  5995.     }
  5996.     /**
  5997.      * Gets the private 'cache.validator' shared service.
  5998.      *
  5999.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  6000.      */
  6001.     protected function getCache_ValidatorService()
  6002.     {
  6003.         return $this->privates['cache.validator'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('GoG9eGeT38'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  6004.     }
  6005.     /**
  6006.      * Gets the private 'cache.webpack_encore' shared service.
  6007.      *
  6008.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  6009.      */
  6010.     protected function getCache_WebpackEncoreService()
  6011.     {
  6012.         return $this->privates['cache.webpack_encore'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('ca239G6Xfb'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  6013.     }
  6014.     /**
  6015.      * Gets the private 'config_cache_factory' shared service.
  6016.      *
  6017.      * @return \Symfony\Component\Config\ResourceCheckerConfigCacheFactory
  6018.      */
  6019.     protected function getConfigCacheFactoryService()
  6020.     {
  6021.         return $this->privates['config_cache_factory'] = new \Symfony\Component\Config\ResourceCheckerConfigCacheFactory(new RewindableGenerator(function () {
  6022.             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)));
  6023.             yield => ($this->privates['config.resource.self_checking_resource_checker'] ?? ($this->privates['config.resource.self_checking_resource_checker'] = new \Symfony\Component\Config\Resource\SelfCheckingResourceChecker()));
  6024.         }, 2));
  6025.     }
  6026.     /**
  6027.      * Gets the private 'console.command.about' shared service.
  6028.      *
  6029.      * @return \Symfony\Bundle\FrameworkBundle\Command\AboutCommand
  6030.      */
  6031.     protected function getConsole_Command_AboutService()
  6032.     {
  6033.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/console/Command/Command.php';
  6034.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/framework-bundle/Command/AboutCommand.php';
  6035.         $this->privates['console.command.about'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\AboutCommand();
  6036.         $instance->setName('about');
  6037.         return $instance;
  6038.     }
  6039.     /**
  6040.      * Gets the private 'console.command.assets_install' shared service.
  6041.      *
  6042.      * @return \Symfony\Bundle\FrameworkBundle\Command\AssetsInstallCommand
  6043.      */
  6044.     protected function getConsole_Command_AssetsInstallService()
  6045.     {
  6046.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/console/Command/Command.php';
  6047.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/framework-bundle/Command/AssetsInstallCommand.php';
  6048.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/filesystem/Filesystem.php';
  6049.         $this->privates['console.command.assets_install'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\AssetsInstallCommand(($this->services['filesystem'] ?? ($this->services['filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), \dirname(__DIR__4));
  6050.         $instance->setName('assets:install');
  6051.         return $instance;
  6052.     }
  6053.     /**
  6054.      * Gets the private 'console.command.cache_clear' shared service.
  6055.      *
  6056.      * @return \Symfony\Bundle\FrameworkBundle\Command\CacheClearCommand
  6057.      */
  6058.     protected function getConsole_Command_CacheClearService()
  6059.     {
  6060.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/console/Command/Command.php';
  6061.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/framework-bundle/Command/CacheClearCommand.php';
  6062.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/filesystem/Filesystem.php';
  6063.         $this->privates['console.command.cache_clear'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CacheClearCommand(($this->services['cache_clearer'] ?? $this->getCacheClearerService()), ($this->services['filesystem'] ?? ($this->services['filesystem'] = new \Symfony\Component\Filesystem\Filesystem())));
  6064.         $instance->setName('cache:clear');
  6065.         return $instance;
  6066.     }
  6067.     /**
  6068.      * Gets the private 'console.command.cache_pool_clear' shared service.
  6069.      *
  6070.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolClearCommand
  6071.      */
  6072.     protected function getConsole_Command_CachePoolClearService()
  6073.     {
  6074.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/console/Command/Command.php';
  6075.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/framework-bundle/Command/CachePoolClearCommand.php';
  6076.         $this->privates['console.command.cache_pool_clear'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CachePoolClearCommand(($this->services['cache.global_clearer'] ?? $this->getCache_GlobalClearerService()));
  6077.         $instance->setName('cache:pool:clear');
  6078.         return $instance;
  6079.     }
  6080.     /**
  6081.      * Gets the private 'console.command.cache_pool_delete' shared service.
  6082.      *
  6083.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolDeleteCommand
  6084.      */
  6085.     protected function getConsole_Command_CachePoolDeleteService()
  6086.     {
  6087.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/console/Command/Command.php';
  6088.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/framework-bundle/Command/CachePoolDeleteCommand.php';
  6089.         $this->privates['console.command.cache_pool_delete'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CachePoolDeleteCommand(($this->services['cache.global_clearer'] ?? $this->getCache_GlobalClearerService()));
  6090.         $instance->setName('cache:pool:delete');
  6091.         return $instance;
  6092.     }
  6093.     /**
  6094.      * Gets the private 'console.command.cache_pool_list' shared service.
  6095.      *
  6096.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolListCommand
  6097.      */
  6098.     protected function getConsole_Command_CachePoolListService()
  6099.     {
  6100.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/console/Command/Command.php';
  6101.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/framework-bundle/Command/CachePoolListCommand.php';
  6102.         $this->privates['console.command.cache_pool_list'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CachePoolListCommand([=> 'cache.app'=> 'cache.system'=> 'cache.validator'=> 'cache.serializer'=> 'cache.annotations'=> 'cache.property_info'=> 'cache.doctrine.orm.default.metadata'=> 'cache.doctrine.orm.default.result'=> 'cache.doctrine.orm.default.query'=> 'cache.security_expression_language'10 => 'cache.easyadmin'11 => 'cache.webpack_encore']);
  6103.         $instance->setName('cache:pool:list');
  6104.         return $instance;
  6105.     }
  6106.     /**
  6107.      * Gets the private 'console.command.cache_pool_prune' shared service.
  6108.      *
  6109.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolPruneCommand
  6110.      */
  6111.     protected function getConsole_Command_CachePoolPruneService()
  6112.     {
  6113.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/console/Command/Command.php';
  6114.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/framework-bundle/Command/CachePoolPruneCommand.php';
  6115.         $this->privates['console.command.cache_pool_prune'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CachePoolPruneCommand(new RewindableGenerator(function () {
  6116.             yield 'cache.app' => ($this->services['cache.app'] ?? $this->getCache_AppService());
  6117.             yield 'cache.system' => ($this->services['cache.system'] ?? $this->getCache_SystemService());
  6118.             yield 'cache.validator' => ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService());
  6119.             yield 'cache.serializer' => ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService());
  6120.             yield 'cache.annotations' => ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService());
  6121.             yield 'cache.property_info' => ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService());
  6122.             yield 'cache.doctrine.orm.default.metadata' => ($this->privates['cache.doctrine.orm.default.metadata'] ?? $this->getCache_Doctrine_Orm_Default_MetadataService());
  6123.             yield 'cache.doctrine.orm.default.result' => ($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService());
  6124.             yield 'cache.doctrine.orm.default.query' => ($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService());
  6125.             yield 'cache.security_expression_language' => ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService());
  6126.             yield 'cache.easyadmin' => ($this->privates['cache.easyadmin'] ?? $this->getCache_EasyadminService());
  6127.             yield 'cache.webpack_encore' => ($this->privates['cache.webpack_encore'] ?? $this->getCache_WebpackEncoreService());
  6128.         }, 12));
  6129.         $instance->setName('cache:pool:prune');
  6130.         return $instance;
  6131.     }
  6132.     /**
  6133.      * Gets the private 'console.command.cache_warmup' shared service.
  6134.      *
  6135.      * @return \Symfony\Bundle\FrameworkBundle\Command\CacheWarmupCommand
  6136.      */
  6137.     protected function getConsole_Command_CacheWarmupService()
  6138.     {
  6139.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/console/Command/Command.php';
  6140.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/framework-bundle/Command/CacheWarmupCommand.php';
  6141.         $this->privates['console.command.cache_warmup'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CacheWarmupCommand(($this->services['cache_warmer'] ?? $this->getCacheWarmerService()));
  6142.         $instance->setName('cache:warmup');
  6143.         return $instance;
  6144.     }
  6145.     /**
  6146.      * Gets the private 'console.command.config_debug' shared service.
  6147.      *
  6148.      * @return \Symfony\Bundle\FrameworkBundle\Command\ConfigDebugCommand
  6149.      */
  6150.     protected function getConsole_Command_ConfigDebugService()
  6151.     {
  6152.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/console/Command/Command.php';
  6153.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  6154.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/framework-bundle/Command/AbstractConfigCommand.php';
  6155.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/framework-bundle/Command/ConfigDebugCommand.php';
  6156.         $this->privates['console.command.config_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ConfigDebugCommand();
  6157.         $instance->setName('debug:config');
  6158.         return $instance;
  6159.     }
  6160.     /**
  6161.      * Gets the private 'console.command.config_dump_reference' shared service.
  6162.      *
  6163.      * @return \Symfony\Bundle\FrameworkBundle\Command\ConfigDumpReferenceCommand
  6164.      */
  6165.     protected function getConsole_Command_ConfigDumpReferenceService()
  6166.     {
  6167.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/console/Command/Command.php';
  6168.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  6169.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/framework-bundle/Command/AbstractConfigCommand.php';
  6170.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/framework-bundle/Command/ConfigDumpReferenceCommand.php';
  6171.         $this->privates['console.command.config_dump_reference'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ConfigDumpReferenceCommand();
  6172.         $instance->setName('config:dump-reference');
  6173.         return $instance;
  6174.     }
  6175.     /**
  6176.      * Gets the private 'console.command.container_debug' shared service.
  6177.      *
  6178.      * @return \Symfony\Bundle\FrameworkBundle\Command\ContainerDebugCommand
  6179.      */
  6180.     protected function getConsole_Command_ContainerDebugService()
  6181.     {
  6182.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/console/Command/Command.php';
  6183.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  6184.         $this->privates['console.command.container_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ContainerDebugCommand();
  6185.         $instance->setName('debug:container');
  6186.         return $instance;
  6187.     }
  6188.     /**
  6189.      * Gets the private 'console.command.container_lint' shared service.
  6190.      *
  6191.      * @return \Symfony\Bundle\FrameworkBundle\Command\ContainerLintCommand
  6192.      */
  6193.     protected function getConsole_Command_ContainerLintService()
  6194.     {
  6195.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/console/Command/Command.php';
  6196.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/framework-bundle/Command/ContainerLintCommand.php';
  6197.         $this->privates['console.command.container_lint'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ContainerLintCommand();
  6198.         $instance->setName('lint:container');
  6199.         return $instance;
  6200.     }
  6201.     /**
  6202.      * Gets the private 'console.command.debug_autowiring' shared service.
  6203.      *
  6204.      * @return \Symfony\Bundle\FrameworkBundle\Command\DebugAutowiringCommand
  6205.      */
  6206.     protected function getConsole_Command_DebugAutowiringService()
  6207.     {
  6208.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/console/Command/Command.php';
  6209.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  6210.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/framework-bundle/Command/DebugAutowiringCommand.php';
  6211.         $this->privates['console.command.debug_autowiring'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\DebugAutowiringCommand(NULL, ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()));
  6212.         $instance->setName('debug:autowiring');
  6213.         return $instance;
  6214.     }
  6215.     /**
  6216.      * Gets the private 'console.command.event_dispatcher_debug' shared service.
  6217.      *
  6218.      * @return \Symfony\Bundle\FrameworkBundle\Command\EventDispatcherDebugCommand
  6219.      */
  6220.     protected function getConsole_Command_EventDispatcherDebugService()
  6221.     {
  6222.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/console/Command/Command.php';
  6223.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/framework-bundle/Command/EventDispatcherDebugCommand.php';
  6224.         $this->privates['console.command.event_dispatcher_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\EventDispatcherDebugCommand(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  6225.         $instance->setName('debug:event-dispatcher');
  6226.         return $instance;
  6227.     }
  6228.     /**
  6229.      * Gets the private 'console.command.form_debug' shared service.
  6230.      *
  6231.      * @return \Symfony\Component\Form\Command\DebugCommand
  6232.      */
  6233.     protected function getConsole_Command_FormDebugService()
  6234.     {
  6235.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/console/Command/Command.php';
  6236.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/form/Command/DebugCommand.php';
  6237.         $this->privates['console.command.form_debug'] = $instance = new \Symfony\Component\Form\Command\DebugCommand(($this->privates['form.registry'] ?? $this->getForm_RegistryService()), [=> 'Symfony\\Component\\Form\\Extension\\Core\\Type'=> 'App\\Form'=> 'Symfony\\Bridge\\Doctrine\\Form\\Type'=> 'FOS\\UserBundle\\Form\\Type'=> 'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type'=> 'Vich\\UploaderBundle\\Form\\Type'=> 'FOS\\CKEditorBundle\\Form\\Type'=> ''=> 'Sonata\\Form\\Type'=> 'Sonata\\BlockBundle\\Form\\Type'], [=> 'App\\Form\\AlertType'=> 'App\\Form\\CalificationType'=> 'App\\Form\\Category1Type'=> 'App\\Form\\CategoryType'=> 'App\\Form\\CompanyType'=> 'App\\Form\\ConsultaType'=> 'App\\Form\\ContactMessageFormType'=> 'App\\Form\\EducationType'=> 'App\\Form\\ImageType'=> 'App\\Form\\JobType'10 => 'App\\Form\\MetadataType'11 => 'App\\Form\\OcupationType'12 => 'App\\Form\\PaymentForJobsType'13 => 'App\\Form\\PaymentForServicesType'14 => 'App\\Form\\PaymentType'15 => 'App\\Form\\Policy1Type'16 => 'App\\Form\\ProfesionalSkillType'17 => 'App\\Form\\ProfessionType'18 => 'App\\Form\\RespuestaConsultaType'19 => 'App\\Form\\ResumeFilesType'20 => 'App\\Form\\ResumeMetadataType'21 => 'App\\Form\\ResumeType'22 => 'App\\Form\\ServiceJobType'23 => 'App\\Form\\SlideType'24 => 'App\\Form\\StaticPageType'25 => 'App\\Form\\TitleType'26 => 'App\\Form\\UserEditType'27 => 'App\\Form\\UserFullyEmployerType'28 => 'App\\Form\\UserFullyType'29 => 'App\\Form\\UserRadioType'30 => 'App\\Form\\UserSkillsType'31 => 'App\\Form\\UserType'32 => 'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType'33 => 'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType'34 => 'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType'35 => 'Symfony\\Bridge\\Doctrine\\Form\\Type\\EntityType'36 => 'FOS\\UserBundle\\Form\\Type\\UsernameFormType'37 => 'FOS\\UserBundle\\Form\\Type\\ProfileFormType'38 => 'FOS\\UserBundle\\Form\\Type\\RegistrationFormType'39 => 'FOS\\UserBundle\\Form\\Type\\ChangePasswordFormType'40 => 'FOS\\UserBundle\\Form\\Type\\ResettingFormType'41 => 'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\EasyAdminFormType'42 => 'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\FileUploadType'43 => 'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\EasyAdminFiltersFormType'44 => 'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\EasyAdminAutocompleteType'45 => 'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\EasyAdminBatchFormType'46 => 'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\EasyAdminDividerType'47 => 'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\EasyAdminSectionType'48 => 'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\EasyAdminGroupType'49 => 'Vich\\UploaderBundle\\Form\\Type\\VichFileType'50 => 'Vich\\UploaderBundle\\Form\\Type\\VichImageType'51 => 'FOS\\CKEditorBundle\\Form\\Type\\CKEditorType'52 => 'Gregwar\\CaptchaBundle\\Type\\CaptchaType'53 => 'Sonata\\Form\\Type\\ImmutableArrayType'54 => 'Sonata\\Form\\Type\\BooleanType'55 => 'Sonata\\Form\\Type\\CollectionType'56 => 'Sonata\\Form\\Type\\DateRangeType'57 => 'Sonata\\Form\\Type\\DateTimeRangeType'58 => 'Sonata\\Form\\Type\\DatePickerType'59 => 'Sonata\\Form\\Type\\DateTimePickerType'60 => 'Sonata\\Form\\Type\\DateRangePickerType'61 => 'Sonata\\Form\\Type\\DateTimeRangePickerType'62 => 'Sonata\\Form\\Type\\EqualType'63 => 'Sonata\\BlockBundle\\Form\\Type\\ServiceListType'64 => 'Sonata\\BlockBundle\\Form\\Type\\ContainerTemplateType'], [=> 'Symfony\\Component\\Form\\Extension\\Core\\Type\\TransformationFailureExtension'=> 'Symfony\\Component\\Form\\Extension\\HttpFoundation\\Type\\FormTypeHttpFoundationExtension'=> 'Symfony\\Component\\Form\\Extension\\Validator\\Type\\FormTypeValidatorExtension'=> 'Symfony\\Component\\Form\\Extension\\Validator\\Type\\RepeatedTypeValidatorExtension'=> 'Symfony\\Component\\Form\\Extension\\Validator\\Type\\SubmitTypeValidatorExtension'=> 'Symfony\\Component\\Form\\Extension\\Validator\\Type\\UploadValidatorExtension'=> 'Symfony\\Component\\Form\\Extension\\Csrf\\Type\\FormTypeCsrfExtension'=> 'Symfony\\Component\\Form\\Extension\\DataCollector\\Type\\DataCollectorTypeExtension'=> 'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Extension\\EasyAdminExtension'], [=> 'Symfony\\Component\\Form\\Extension\\Validator\\ValidatorTypeGuesser'=> 'Symfony\\Bridge\\Doctrine\\Form\\DoctrineOrmTypeGuesser'=> 'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Guesser\\MissingDoctrineOrmTypeGuesser'], ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()));
  6238.         $instance->setName('debug:form');
  6239.         return $instance;
  6240.     }
  6241.     /**
  6242.      * Gets the private 'console.command.router_debug' shared service.
  6243.      *
  6244.      * @return \Symfony\Bundle\FrameworkBundle\Command\RouterDebugCommand
  6245.      */
  6246.     protected function getConsole_Command_RouterDebugService()
  6247.     {
  6248.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/console/Command/Command.php';
  6249.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/framework-bundle/Command/RouterDebugCommand.php';
  6250.         $this->privates['console.command.router_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\RouterDebugCommand(($this->services['router'] ?? $this->getRouterService()), ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()));
  6251.         $instance->setName('debug:router');
  6252.         return $instance;
  6253.     }
  6254.     /**
  6255.      * Gets the private 'console.command.router_match' shared service.
  6256.      *
  6257.      * @return \Symfony\Bundle\FrameworkBundle\Command\RouterMatchCommand
  6258.      */
  6259.     protected function getConsole_Command_RouterMatchService()
  6260.     {
  6261.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/console/Command/Command.php';
  6262.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/framework-bundle/Command/RouterMatchCommand.php';
  6263.         $this->privates['console.command.router_match'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\RouterMatchCommand(($this->services['router'] ?? $this->getRouterService()));
  6264.         $instance->setName('router:match');
  6265.         return $instance;
  6266.     }
  6267.     /**
  6268.      * Gets the private 'console.command.secrets_decrypt_to_local' shared service.
  6269.      *
  6270.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsDecryptToLocalCommand
  6271.      */
  6272.     protected function getConsole_Command_SecretsDecryptToLocalService()
  6273.     {
  6274.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/console/Command/Command.php';
  6275.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/framework-bundle/Command/SecretsDecryptToLocalCommand.php';
  6276.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  6277.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/dependency-injection/EnvVarLoaderInterface.php';
  6278.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/framework-bundle/Secrets/SodiumVault.php';
  6279.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  6280.         $this->privates['console.command.secrets_decrypt_to_local'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\SecretsDecryptToLocalCommand(($this->privates['secrets.vault'] ?? ($this->privates['secrets.vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\SodiumVault((\dirname(__DIR__4).'/config/secrets/dev'), $this->getEnv('base64:default::SYMFONY_DECRYPTION_SECRET')))), ($this->privates['secrets.local_vault'] ?? ($this->privates['secrets.local_vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\DotenvVault((\dirname(__DIR__4).'/.env.dev.local')))));
  6281.         $instance->setName('secrets:decrypt-to-local');
  6282.         return $instance;
  6283.     }
  6284.     /**
  6285.      * Gets the private 'console.command.secrets_encrypt_from_local' shared service.
  6286.      *
  6287.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsEncryptFromLocalCommand
  6288.      */
  6289.     protected function getConsole_Command_SecretsEncryptFromLocalService()
  6290.     {
  6291.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/console/Command/Command.php';
  6292.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/framework-bundle/Command/SecretsEncryptFromLocalCommand.php';
  6293.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  6294.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/dependency-injection/EnvVarLoaderInterface.php';
  6295.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/framework-bundle/Secrets/SodiumVault.php';
  6296.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  6297.         $this->privates['console.command.secrets_encrypt_from_local'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\SecretsEncryptFromLocalCommand(($this->privates['secrets.vault'] ?? ($this->privates['secrets.vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\SodiumVault((\dirname(__DIR__4).'/config/secrets/dev'), $this->getEnv('base64:default::SYMFONY_DECRYPTION_SECRET')))), ($this->privates['secrets.local_vault'] ?? ($this->privates['secrets.local_vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\DotenvVault((\dirname(__DIR__4).'/.env.dev.local')))));
  6298.         $instance->setName('secrets:encrypt-from-local');
  6299.         return $instance;
  6300.     }
  6301.     /**
  6302.      * Gets the private 'console.command.secrets_generate_key' shared service.
  6303.      *
  6304.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsGenerateKeysCommand
  6305.      */
  6306.     protected function getConsole_Command_SecretsGenerateKeyService()
  6307.     {
  6308.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/console/Command/Command.php';
  6309.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/framework-bundle/Command/SecretsGenerateKeysCommand.php';
  6310.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  6311.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/dependency-injection/EnvVarLoaderInterface.php';
  6312.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/framework-bundle/Secrets/SodiumVault.php';
  6313.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  6314.         $this->privates['console.command.secrets_generate_key'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\SecretsGenerateKeysCommand(($this->privates['secrets.vault'] ?? ($this->privates['secrets.vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\SodiumVault((\dirname(__DIR__4).'/config/secrets/dev'), $this->getEnv('base64:default::SYMFONY_DECRYPTION_SECRET')))), ($this->privates['secrets.local_vault'] ?? ($this->privates['secrets.local_vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\DotenvVault((\dirname(__DIR__4).'/.env.dev.local')))));
  6315.         $instance->setName('secrets:generate-keys');
  6316.         return $instance;
  6317.     }
  6318.     /**
  6319.      * Gets the private 'console.command.secrets_list' shared service.
  6320.      *
  6321.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsListCommand
  6322.      */
  6323.     protected function getConsole_Command_SecretsListService()
  6324.     {
  6325.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/console/Command/Command.php';
  6326.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/framework-bundle/Command/SecretsListCommand.php';
  6327.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  6328.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/dependency-injection/EnvVarLoaderInterface.php';
  6329.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/framework-bundle/Secrets/SodiumVault.php';
  6330.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  6331.         $this->privates['console.command.secrets_list'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\SecretsListCommand(($this->privates['secrets.vault'] ?? ($this->privates['secrets.vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\SodiumVault((\dirname(__DIR__4).'/config/secrets/dev'), $this->getEnv('base64:default::SYMFONY_DECRYPTION_SECRET')))), ($this->privates['secrets.local_vault'] ?? ($this->privates['secrets.local_vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\DotenvVault((\dirname(__DIR__4).'/.env.dev.local')))));
  6332.         $instance->setName('secrets:list');
  6333.         return $instance;
  6334.     }
  6335.     /**
  6336.      * Gets the private 'console.command.secrets_remove' shared service.
  6337.      *
  6338.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsRemoveCommand
  6339.      */
  6340.     protected function getConsole_Command_SecretsRemoveService()
  6341.     {
  6342.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/console/Command/Command.php';
  6343.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/framework-bundle/Command/SecretsRemoveCommand.php';
  6344.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  6345.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/dependency-injection/EnvVarLoaderInterface.php';
  6346.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/framework-bundle/Secrets/SodiumVault.php';
  6347.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  6348.         $this->privates['console.command.secrets_remove'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\SecretsRemoveCommand(($this->privates['secrets.vault'] ?? ($this->privates['secrets.vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\SodiumVault((\dirname(__DIR__4).'/config/secrets/dev'), $this->getEnv('base64:default::SYMFONY_DECRYPTION_SECRET')))), ($this->privates['secrets.local_vault'] ?? ($this->privates['secrets.local_vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\DotenvVault((\dirname(__DIR__4).'/.env.dev.local')))));
  6349.         $instance->setName('secrets:remove');
  6350.         return $instance;
  6351.     }
  6352.     /**
  6353.      * Gets the private 'console.command.secrets_set' shared service.
  6354.      *
  6355.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsSetCommand
  6356.      */
  6357.     protected function getConsole_Command_SecretsSetService()
  6358.     {
  6359.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/console/Command/Command.php';
  6360.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/framework-bundle/Command/SecretsSetCommand.php';
  6361.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  6362.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/dependency-injection/EnvVarLoaderInterface.php';
  6363.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/framework-bundle/Secrets/SodiumVault.php';
  6364.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  6365.         $this->privates['console.command.secrets_set'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\SecretsSetCommand(($this->privates['secrets.vault'] ?? ($this->privates['secrets.vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\SodiumVault((\dirname(__DIR__4).'/config/secrets/dev'), $this->getEnv('base64:default::SYMFONY_DECRYPTION_SECRET')))), ($this->privates['secrets.local_vault'] ?? ($this->privates['secrets.local_vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\DotenvVault((\dirname(__DIR__4).'/.env.dev.local')))));
  6366.         $instance->setName('secrets:set');
  6367.         return $instance;
  6368.     }
  6369.     /**
  6370.      * Gets the private 'console.command.translation_debug' shared service.
  6371.      *
  6372.      * @return \Symfony\Bundle\FrameworkBundle\Command\TranslationDebugCommand
  6373.      */
  6374.     protected function getConsole_Command_TranslationDebugService()
  6375.     {
  6376.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/console/Command/Command.php';
  6377.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/framework-bundle/Command/TranslationDebugCommand.php';
  6378.         $this->privates['console.command.translation_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\TranslationDebugCommand(($this->services['translator'] ?? $this->getTranslatorService()), ($this->privates['translation.reader'] ?? $this->getTranslation_ReaderService()), ($this->privates['translation.extractor'] ?? $this->getTranslation_ExtractorService()), (\dirname(__DIR__4).'/translations'), (\dirname(__DIR__4).'/templates'), [=> (\dirname(__DIR__6).'/shared/vendor/symfony/validator/Resources/translations'), => (\dirname(__DIR__6).'/shared/vendor/symfony/form/Resources/translations'), => (\dirname(__DIR__6).'/shared/vendor/symfony/security-core/Resources/translations')], [=> (\dirname(__DIR__6).'/shared/vendor/symfony/twig-bridge/Resources/views/Email'), => (\dirname(__DIR__6).'/shared/vendor/symfony/twig-bridge/Resources/views/Form'), => (\dirname(__DIR__6).'/shared/vendor/symfony/framework-bundle/Command/TranslationDebugCommand.php'), => (\dirname(__DIR__6).'/shared/vendor/symfony/form/Extension/Core/Type/ChoiceType.php'), => (\dirname(__DIR__6).'/shared/vendor/symfony/form/Extension/Core/Type/FileType.php'), => (\dirname(__DIR__6).'/shared/vendor/symfony/form/Extension/Core/Type/TransformationFailureExtension.php'), => (\dirname(__DIR__6).'/shared/vendor/symfony/form/Extension/Validator/Type/UploadValidatorExtension.php'), => (\dirname(__DIR__6).'/shared/vendor/symfony/form/Extension/Csrf/Type/FormTypeCsrfExtension.php'), => (\dirname(__DIR__6).'/shared/vendor/symfony/validator/Util/LegacyTranslatorProxy.php'), => (\dirname(__DIR__6).'/shared/vendor/symfony/framework-bundle/CacheWarmer/TranslationsCacheWarmer.php'), 10 => (\dirname(__DIR__6).'/shared/vendor/symfony/translation/DataCollector/TranslationDataCollector.php'), 11 => (\dirname(__DIR__6).'/shared/vendor/symfony/twig-bridge/Extension/TranslationExtension.php'), 12 => (\dirname(__DIR__6).'/shared/vendor/twig/extensions/lib/Twig/Extensions/Extension/Date.php'), 13 => (\dirname(__DIR__6).'/shared/vendor/easycorp/easyadmin-bundle/src/Twig/EasyAdminTwigExtension.php'), 14 => (\dirname(__DIR__6).'/shared/vendor/knplabs/knp-time-bundle/DateTimeFormatter.php'), 15 => (\dirname(__DIR__6).'/shared/vendor/knplabs/knp-paginator-bundle/Helper/Processor.php'), 16 => (\dirname(__DIR__6).'/shared/vendor/friendsofsymfony/user-bundle/EventListener/FlashListener.php'), 17 => (\dirname(__DIR__6).'/shared/vendor/sg/datatablesbundle/Datatable/DatatableFactory.php'), 18 => (\dirname(__DIR__6).'/shared/vendor/gregwar/captcha-bundle/Type/CaptchaType.php'), 19 => (\dirname(__DIR__6).'/shared/vendor/sonata-project/form-extensions/src/Type/DateRangeType.php'), 20 => (\dirname(__DIR__6).'/shared/vendor/sonata-project/form-extensions/src/Type/DateTimeRangeType.php'), 21 => (\dirname(__DIR__6).'/shared/vendor/sonata-project/form-extensions/src/Type/DatePickerType.php'), 22 => (\dirname(__DIR__6).'/shared/vendor/sonata-project/form-extensions/src/Type/DateTimePickerType.php'), 23 => (\dirname(__DIR__6).'/shared/vendor/sonata-project/form-extensions/src/Type/DateRangePickerType.php'), 24 => (\dirname(__DIR__6).'/shared/vendor/sonata-project/form-extensions/src/Type/DateTimeRangePickerType.php'), 25 => (\dirname(__DIR__6).'/shared/vendor/sonata-project/form-extensions/src/Type/EqualType.php')]);
  6379.         $instance->setName('debug:translation');
  6380.         return $instance;
  6381.     }
  6382.     /**
  6383.      * Gets the private 'console.command.translation_update' shared service.
  6384.      *
  6385.      * @return \Symfony\Bundle\FrameworkBundle\Command\TranslationUpdateCommand
  6386.      */
  6387.     protected function getConsole_Command_TranslationUpdateService()
  6388.     {
  6389.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/console/Command/Command.php';
  6390.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/framework-bundle/Command/TranslationUpdateCommand.php';
  6391.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/translation/Writer/TranslationWriterInterface.php';
  6392.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/translation/Writer/TranslationWriter.php';
  6393.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/translation/Dumper/DumperInterface.php';
  6394.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/translation/Dumper/FileDumper.php';
  6395.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/translation/Dumper/PhpFileDumper.php';
  6396.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/translation/Dumper/XliffFileDumper.php';
  6397.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/translation/Dumper/PoFileDumper.php';
  6398.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/translation/Dumper/MoFileDumper.php';
  6399.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/translation/Dumper/YamlFileDumper.php';
  6400.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/translation/Dumper/QtFileDumper.php';
  6401.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/translation/Dumper/CsvFileDumper.php';
  6402.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/translation/Dumper/IniFileDumper.php';
  6403.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/translation/Dumper/JsonFileDumper.php';
  6404.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/translation/Dumper/IcuResFileDumper.php';
  6405.         $a = new \Symfony\Component\Translation\Writer\TranslationWriter();
  6406.         $a->addDumper('php', new \Symfony\Component\Translation\Dumper\PhpFileDumper());
  6407.         $a->addDumper('xlf', new \Symfony\Component\Translation\Dumper\XliffFileDumper());
  6408.         $a->addDumper('po', new \Symfony\Component\Translation\Dumper\PoFileDumper());
  6409.         $a->addDumper('mo', new \Symfony\Component\Translation\Dumper\MoFileDumper());
  6410.         $a->addDumper('yml', new \Symfony\Component\Translation\Dumper\YamlFileDumper());
  6411.         $a->addDumper('yaml', new \Symfony\Component\Translation\Dumper\YamlFileDumper('yaml'));
  6412.         $a->addDumper('ts', new \Symfony\Component\Translation\Dumper\QtFileDumper());
  6413.         $a->addDumper('csv', new \Symfony\Component\Translation\Dumper\CsvFileDumper());
  6414.         $a->addDumper('ini', new \Symfony\Component\Translation\Dumper\IniFileDumper());
  6415.         $a->addDumper('json', new \Symfony\Component\Translation\Dumper\JsonFileDumper());
  6416.         $a->addDumper('res', new \Symfony\Component\Translation\Dumper\IcuResFileDumper());
  6417.         $this->privates['console.command.translation_update'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\TranslationUpdateCommand($a, ($this->privates['translation.reader'] ?? $this->getTranslation_ReaderService()), ($this->privates['translation.extractor'] ?? $this->getTranslation_ExtractorService()), 'en', (\dirname(__DIR__4).'/translations'), (\dirname(__DIR__4).'/templates'), [=> (\dirname(__DIR__6).'/shared/vendor/symfony/validator/Resources/translations'), => (\dirname(__DIR__6).'/shared/vendor/symfony/form/Resources/translations'), => (\dirname(__DIR__6).'/shared/vendor/symfony/security-core/Resources/translations')], [=> (\dirname(__DIR__6).'/shared/vendor/symfony/twig-bridge/Resources/views/Email'), => (\dirname(__DIR__6).'/shared/vendor/symfony/twig-bridge/Resources/views/Form'), => (\dirname(__DIR__6).'/shared/vendor/symfony/framework-bundle/Command/TranslationDebugCommand.php'), => (\dirname(__DIR__6).'/shared/vendor/symfony/form/Extension/Core/Type/ChoiceType.php'), => (\dirname(__DIR__6).'/shared/vendor/symfony/form/Extension/Core/Type/FileType.php'), => (\dirname(__DIR__6).'/shared/vendor/symfony/form/Extension/Core/Type/TransformationFailureExtension.php'), => (\dirname(__DIR__6).'/shared/vendor/symfony/form/Extension/Validator/Type/UploadValidatorExtension.php'), => (\dirname(__DIR__6).'/shared/vendor/symfony/form/Extension/Csrf/Type/FormTypeCsrfExtension.php'), => (\dirname(__DIR__6).'/shared/vendor/symfony/validator/Util/LegacyTranslatorProxy.php'), => (\dirname(__DIR__6).'/shared/vendor/symfony/framework-bundle/CacheWarmer/TranslationsCacheWarmer.php'), 10 => (\dirname(__DIR__6).'/shared/vendor/symfony/translation/DataCollector/TranslationDataCollector.php'), 11 => (\dirname(__DIR__6).'/shared/vendor/symfony/twig-bridge/Extension/TranslationExtension.php'), 12 => (\dirname(__DIR__6).'/shared/vendor/twig/extensions/lib/Twig/Extensions/Extension/Date.php'), 13 => (\dirname(__DIR__6).'/shared/vendor/easycorp/easyadmin-bundle/src/Twig/EasyAdminTwigExtension.php'), 14 => (\dirname(__DIR__6).'/shared/vendor/knplabs/knp-time-bundle/DateTimeFormatter.php'), 15 => (\dirname(__DIR__6).'/shared/vendor/knplabs/knp-paginator-bundle/Helper/Processor.php'), 16 => (\dirname(__DIR__6).'/shared/vendor/friendsofsymfony/user-bundle/EventListener/FlashListener.php'), 17 => (\dirname(__DIR__6).'/shared/vendor/sg/datatablesbundle/Datatable/DatatableFactory.php'), 18 => (\dirname(__DIR__6).'/shared/vendor/gregwar/captcha-bundle/Type/CaptchaType.php'), 19 => (\dirname(__DIR__6).'/shared/vendor/sonata-project/form-extensions/src/Type/DateRangeType.php'), 20 => (\dirname(__DIR__6).'/shared/vendor/sonata-project/form-extensions/src/Type/DateTimeRangeType.php'), 21 => (\dirname(__DIR__6).'/shared/vendor/sonata-project/form-extensions/src/Type/DatePickerType.php'), 22 => (\dirname(__DIR__6).'/shared/vendor/sonata-project/form-extensions/src/Type/DateTimePickerType.php'), 23 => (\dirname(__DIR__6).'/shared/vendor/sonata-project/form-extensions/src/Type/DateRangePickerType.php'), 24 => (\dirname(__DIR__6).'/shared/vendor/sonata-project/form-extensions/src/Type/DateTimeRangePickerType.php'), 25 => (\dirname(__DIR__6).'/shared/vendor/sonata-project/form-extensions/src/Type/EqualType.php')]);
  6418.         $instance->setName('translation:update');
  6419.         return $instance;
  6420.     }
  6421.     /**
  6422.      * Gets the private 'console.command.xliff_lint' shared service.
  6423.      *
  6424.      * @return \Symfony\Bundle\FrameworkBundle\Command\XliffLintCommand
  6425.      */
  6426.     protected function getConsole_Command_XliffLintService()
  6427.     {
  6428.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/console/Command/Command.php';
  6429.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/translation/Command/XliffLintCommand.php';
  6430.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/framework-bundle/Command/XliffLintCommand.php';
  6431.         $this->privates['console.command.xliff_lint'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\XliffLintCommand();
  6432.         $instance->setName('lint:xliff');
  6433.         return $instance;
  6434.     }
  6435.     /**
  6436.      * Gets the private 'console.command.yaml_lint' shared service.
  6437.      *
  6438.      * @return \Symfony\Bundle\FrameworkBundle\Command\YamlLintCommand
  6439.      */
  6440.     protected function getConsole_Command_YamlLintService()
  6441.     {
  6442.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/console/Command/Command.php';
  6443.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/yaml/Command/LintCommand.php';
  6444.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/framework-bundle/Command/YamlLintCommand.php';
  6445.         $this->privates['console.command.yaml_lint'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\YamlLintCommand();
  6446.         $instance->setName('lint:yaml');
  6447.         return $instance;
  6448.     }
  6449.     /**
  6450.      * Gets the private 'console.error_listener' shared service.
  6451.      *
  6452.      * @return \Symfony\Component\Console\EventListener\ErrorListener
  6453.      */
  6454.     protected function getConsole_ErrorListenerService()
  6455.     {
  6456.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/console/EventListener/ErrorListener.php';
  6457.         $a = new \Symfony\Bridge\Monolog\Logger('console');
  6458.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  6459.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  6460.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  6461.         return $this->privates['console.error_listener'] = new \Symfony\Component\Console\EventListener\ErrorListener($a);
  6462.     }
  6463.     /**
  6464.      * Gets the private 'container.env_var_processor' shared service.
  6465.      *
  6466.      * @return \Symfony\Component\DependencyInjection\EnvVarProcessor
  6467.      */
  6468.     protected function getContainer_EnvVarProcessorService()
  6469.     {
  6470.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/dependency-injection/EnvVarProcessorInterface.php';
  6471.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/dependency-injection/EnvVarProcessor.php';
  6472.         return $this->privates['container.env_var_processor'] = new \Symfony\Component\DependencyInjection\EnvVarProcessor($this, new RewindableGenerator(function () {
  6473.             yield => ($this->privates['secrets.vault'] ?? ($this->privates['secrets.vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\SodiumVault((\dirname(__DIR__4).'/config/secrets/dev'), $this->getEnv('base64:default::SYMFONY_DECRYPTION_SECRET'))));
  6474.         }, 1));
  6475.     }
  6476.     /**
  6477.      * Gets the private 'data_collector.form' shared service.
  6478.      *
  6479.      * @return \Symfony\Component\Form\Extension\DataCollector\FormDataCollector
  6480.      */
  6481.     protected function getDataCollector_FormService()
  6482.     {
  6483.         return $this->privates['data_collector.form'] = new \Symfony\Component\Form\Extension\DataCollector\FormDataCollector(new \Symfony\Component\Form\Extension\DataCollector\FormDataExtractor());
  6484.     }
  6485.     /**
  6486.      * Gets the private 'debril.rss_atom.provider' shared autowired service.
  6487.      *
  6488.      * @return \Debril\RssAtomBundle\Provider\MockProvider
  6489.      */
  6490.     protected function getDebril_RssAtom_ProviderService()
  6491.     {
  6492.         include_once \dirname(__DIR__6).'/shared/vendor/debril/rss-atom-bundle/Debril/RssAtomBundle/Provider/FeedProviderInterface.php';
  6493.         include_once \dirname(__DIR__6).'/shared/vendor/debril/rss-atom-bundle/Debril/RssAtomBundle/Provider/FeedContentProviderInterface.php';
  6494.         include_once \dirname(__DIR__6).'/shared/vendor/debril/rss-atom-bundle/Debril/RssAtomBundle/Provider/MockProvider.php';
  6495.         return $this->privates['debril.rss_atom.provider'] = new \Debril\RssAtomBundle\Provider\MockProvider();
  6496.     }
  6497.     /**
  6498.      * Gets the private 'debug.argument_resolver.default' shared service.
  6499.      *
  6500.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  6501.      */
  6502.     protected function getDebug_ArgumentResolver_DefaultService()
  6503.     {
  6504.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  6505.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  6506.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/http-kernel/Controller/ArgumentResolver/DefaultValueResolver.php';
  6507.         return $this->privates['debug.argument_resolver.default'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\DefaultValueResolver(), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  6508.     }
  6509.     /**
  6510.      * Gets the private 'debug.argument_resolver.not_tagged_controller' shared service.
  6511.      *
  6512.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  6513.      */
  6514.     protected function getDebug_ArgumentResolver_NotTaggedControllerService()
  6515.     {
  6516.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  6517.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  6518.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/http-kernel/Controller/ArgumentResolver/NotTaggedControllerValueResolver.php';
  6519.         return $this->privates['debug.argument_resolver.not_tagged_controller'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\NotTaggedControllerValueResolver(($this->privates['.service_locator.IP3hUl1'] ?? $this->get_ServiceLocator_IP3hUl1Service())), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  6520.     }
  6521.     /**
  6522.      * Gets the private 'debug.argument_resolver.request' shared service.
  6523.      *
  6524.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  6525.      */
  6526.     protected function getDebug_ArgumentResolver_RequestService()
  6527.     {
  6528.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  6529.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  6530.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/http-kernel/Controller/ArgumentResolver/RequestValueResolver.php';
  6531.         return $this->privates['debug.argument_resolver.request'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\RequestValueResolver(), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  6532.     }
  6533.     /**
  6534.      * Gets the private 'debug.argument_resolver.request_attribute' shared service.
  6535.      *
  6536.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  6537.      */
  6538.     protected function getDebug_ArgumentResolver_RequestAttributeService()
  6539.     {
  6540.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  6541.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  6542.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/http-kernel/Controller/ArgumentResolver/RequestAttributeValueResolver.php';
  6543.         return $this->privates['debug.argument_resolver.request_attribute'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\RequestAttributeValueResolver(), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  6544.     }
  6545.     /**
  6546.      * Gets the private 'debug.argument_resolver.service' shared service.
  6547.      *
  6548.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  6549.      */
  6550.     protected function getDebug_ArgumentResolver_ServiceService()
  6551.     {
  6552.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  6553.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  6554.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/http-kernel/Controller/ArgumentResolver/ServiceValueResolver.php';
  6555.         return $this->privates['debug.argument_resolver.service'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\ServiceValueResolver(($this->privates['.service_locator.IP3hUl1'] ?? $this->get_ServiceLocator_IP3hUl1Service())), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  6556.     }
  6557.     /**
  6558.      * Gets the private 'debug.argument_resolver.session' shared service.
  6559.      *
  6560.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  6561.      */
  6562.     protected function getDebug_ArgumentResolver_SessionService()
  6563.     {
  6564.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  6565.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  6566.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/http-kernel/Controller/ArgumentResolver/SessionValueResolver.php';
  6567.         return $this->privates['debug.argument_resolver.session'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\SessionValueResolver(), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  6568.     }
  6569.     /**
  6570.      * Gets the private 'debug.argument_resolver.variadic' shared service.
  6571.      *
  6572.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  6573.      */
  6574.     protected function getDebug_ArgumentResolver_VariadicService()
  6575.     {
  6576.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  6577.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  6578.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/http-kernel/Controller/ArgumentResolver/VariadicValueResolver.php';
  6579.         return $this->privates['debug.argument_resolver.variadic'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\VariadicValueResolver(), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  6580.     }
  6581.     /**
  6582.      * Gets the private 'debug.controller_resolver' shared service.
  6583.      *
  6584.      * @return \Symfony\Component\HttpKernel\Controller\TraceableControllerResolver
  6585.      */
  6586.     protected function getDebug_ControllerResolverService()
  6587.     {
  6588.         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))));
  6589.     }
  6590.     /**
  6591.      * Gets the private 'debug.debug_handlers_listener' shared service.
  6592.      *
  6593.      * @return \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener
  6594.      */
  6595.     protected function getDebug_DebugHandlersListenerService()
  6596.     {
  6597.         $a = new \Symfony\Bridge\Monolog\Logger('php');
  6598.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  6599.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  6600.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  6601.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  6602.         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);
  6603.     }
  6604.     /**
  6605.      * Gets the private 'debug.dump_listener' shared service.
  6606.      *
  6607.      * @return \Symfony\Component\HttpKernel\EventListener\DumpListener
  6608.      */
  6609.     protected function getDebug_DumpListenerService()
  6610.     {
  6611.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/http-kernel/EventListener/DumpListener.php';
  6612.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/var-dumper/Dumper/ContextualizedDumper.php';
  6613.         return $this->privates['debug.dump_listener'] = new \Symfony\Component\HttpKernel\EventListener\DumpListener(($this->services['var_dumper.cloner'] ?? $this->getVarDumper_ClonerService()), new \Symfony\Component\VarDumper\Dumper\ContextualizedDumper(($this->privates['var_dumper.contextualized_cli_dumper.inner'] ?? $this->getVarDumper_ContextualizedCliDumper_InnerService()), ['source' => new \Symfony\Component\VarDumper\Dumper\ContextProvider\SourceContextProvider('UTF-8', \dirname(__DIR__4), ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()))]), ($this->privates['var_dumper.server_connection'] ?? $this->getVarDumper_ServerConnectionService()));
  6614.     }
  6615.     /**
  6616.      * Gets the private 'debug.file_link_formatter' shared service.
  6617.      *
  6618.      * @return \Symfony\Component\HttpKernel\Debug\FileLinkFormatter
  6619.      */
  6620.     protected function getDebug_FileLinkFormatterService()
  6621.     {
  6622.         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 () {
  6623.             return ($this->privates['debug.file_link_formatter.url_format'] ?? $this->getDebug_FileLinkFormatter_UrlFormatService());
  6624.         });
  6625.     }
  6626.     /**
  6627.      * Gets the private 'debug.file_link_formatter.url_format' shared service.
  6628.      *
  6629.      * @return \string
  6630.      */
  6631.     protected function getDebug_FileLinkFormatter_UrlFormatService()
  6632.     {
  6633.         return $this->privates['debug.file_link_formatter.url_format'] = \Symfony\Component\HttpKernel\Debug\FileLinkFormatter::generateUrlFormat(($this->services['router'] ?? $this->getRouterService()), '_profiler_open_file''?file=%f&line=%l#line%l');
  6634.     }
  6635.     /**
  6636.      * Gets the private 'debug.log_processor' shared service.
  6637.      *
  6638.      * @return \Symfony\Bridge\Monolog\Processor\DebugProcessor
  6639.      */
  6640.     protected function getDebug_LogProcessorService()
  6641.     {
  6642.         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())));
  6643.     }
  6644.     /**
  6645.      * Gets the private 'debug.security.access.decision_manager' shared service.
  6646.      *
  6647.      * @return \Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager
  6648.      */
  6649.     protected function getDebug_Security_Access_DecisionManagerService()
  6650.     {
  6651.         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 () {
  6652.             yield => ($this->privates['debug.security.voter.security.access.authenticated_voter'] ?? $this->getDebug_Security_Voter_Security_Access_AuthenticatedVoterService());
  6653.             yield => ($this->privates['debug.security.voter.security.access.role_hierarchy_voter'] ?? $this->getDebug_Security_Voter_Security_Access_RoleHierarchyVoterService());
  6654.             yield => ($this->privates['debug.security.voter.security.access.expression_voter'] ?? $this->getDebug_Security_Voter_Security_Access_ExpressionVoterService());
  6655.         }, 3), 'affirmative'falsetrue));
  6656.     }
  6657.     /**
  6658.      * Gets the private 'debug.security.firewall' shared service.
  6659.      *
  6660.      * @return \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener
  6661.      */
  6662.     protected function getDebug_Security_FirewallService()
  6663.     {
  6664.         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()));
  6665.     }
  6666.     /**
  6667.      * Gets the private 'debug.security.user_value_resolver' shared service.
  6668.      *
  6669.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  6670.      */
  6671.     protected function getDebug_Security_UserValueResolverService()
  6672.     {
  6673.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  6674.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  6675.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/security-http/Controller/UserValueResolver.php';
  6676.         return $this->privates['debug.security.user_value_resolver'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(new \Symfony\Component\Security\Http\Controller\UserValueResolver(($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService())), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  6677.     }
  6678.     /**
  6679.      * Gets the private 'debug.security.voter.security.access.authenticated_voter' shared service.
  6680.      *
  6681.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  6682.      */
  6683.     protected function getDebug_Security_Voter_Security_Access_AuthenticatedVoterService()
  6684.     {
  6685.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  6686.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  6687.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/security-core/Authorization/Voter/AuthenticatedVoter.php';
  6688.         return $this->privates['debug.security.voter.security.access.authenticated_voter'] = new \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter(new \Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter(($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver(NULLNULL)))), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  6689.     }
  6690.     /**
  6691.      * Gets the private 'debug.security.voter.security.access.expression_voter' shared service.
  6692.      *
  6693.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  6694.      */
  6695.     protected function getDebug_Security_Voter_Security_Access_ExpressionVoterService()
  6696.     {
  6697.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  6698.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  6699.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/security-core/Authorization/Voter/ExpressionVoter.php';
  6700.         return $this->privates['debug.security.voter.security.access.expression_voter'] = new \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter(new \Symfony\Component\Security\Core\Authorization\Voter\ExpressionVoter(new \Symfony\Component\Security\Core\Authorization\ExpressionLanguage(($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService())), ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver(NULLNULL))), ($this->services['security.authorization_checker'] ?? $this->getSecurity_AuthorizationCheckerService()), ($this->privates['security.role_hierarchy'] ?? $this->getSecurity_RoleHierarchyService())), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  6701.     }
  6702.     /**
  6703.      * Gets the private 'debug.security.voter.security.access.role_hierarchy_voter' shared service.
  6704.      *
  6705.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  6706.      */
  6707.     protected function getDebug_Security_Voter_Security_Access_RoleHierarchyVoterService()
  6708.     {
  6709.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  6710.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  6711.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/security-core/Authorization/Voter/RoleVoter.php';
  6712.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/security-core/Authorization/Voter/RoleHierarchyVoter.php';
  6713.         return $this->privates['debug.security.voter.security.access.role_hierarchy_voter'] = new \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter(new \Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter(($this->privates['security.role_hierarchy'] ?? $this->getSecurity_RoleHierarchyService())), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  6714.     }
  6715.     /**
  6716.      * Gets the private 'debug.security.voter.vote_listener' shared service.
  6717.      *
  6718.      * @return \Symfony\Bundle\SecurityBundle\EventListener\VoteListener
  6719.      */
  6720.     protected function getDebug_Security_Voter_VoteListenerService()
  6721.     {
  6722.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/security-bundle/EventListener/VoteListener.php';
  6723.         return $this->privates['debug.security.voter.vote_listener'] = new \Symfony\Bundle\SecurityBundle\EventListener\VoteListener(($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService()));
  6724.     }
  6725.     /**
  6726.      * Gets the private 'doctrine.cache_clear_metadata_command' shared service.
  6727.      *
  6728.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearMetadataCacheDoctrineCommand
  6729.      */
  6730.     protected function getDoctrine_CacheClearMetadataCommandService()
  6731.     {
  6732.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/console/Command/Command.php';
  6733.         include_once \dirname(__DIR__6).'/shared/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/MetadataCommand.php';
  6734.         include_once \dirname(__DIR__6).'/shared/vendor/doctrine/doctrine-bundle/Command/Proxy/ClearMetadataCacheDoctrineCommand.php';
  6735.         $this->privates['doctrine.cache_clear_metadata_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearMetadataCacheDoctrineCommand();
  6736.         $instance->setName('doctrine:cache:clear-metadata');
  6737.         return $instance;
  6738.     }
  6739.     /**
  6740.      * Gets the private 'doctrine.cache_clear_query_cache_command' shared service.
  6741.      *
  6742.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearQueryCacheDoctrineCommand
  6743.      */
  6744.     protected function getDoctrine_CacheClearQueryCacheCommandService()
  6745.     {
  6746.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/console/Command/Command.php';
  6747.         include_once \dirname(__DIR__6).'/shared/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/QueryCommand.php';
  6748.         include_once \dirname(__DIR__6).'/shared/vendor/doctrine/doctrine-bundle/Command/Proxy/ClearQueryCacheDoctrineCommand.php';
  6749.         $this->privates['doctrine.cache_clear_query_cache_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearQueryCacheDoctrineCommand();
  6750.         $instance->setName('doctrine:cache:clear-query');
  6751.         return $instance;
  6752.     }
  6753.     /**
  6754.      * Gets the private 'doctrine.cache_clear_result_command' shared service.
  6755.      *
  6756.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearResultCacheDoctrineCommand
  6757.      */
  6758.     protected function getDoctrine_CacheClearResultCommandService()
  6759.     {
  6760.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/console/Command/Command.php';
  6761.         include_once \dirname(__DIR__6).'/shared/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/ResultCommand.php';
  6762.         include_once \dirname(__DIR__6).'/shared/vendor/doctrine/doctrine-bundle/Command/Proxy/ClearResultCacheDoctrineCommand.php';
  6763.         $this->privates['doctrine.cache_clear_result_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearResultCacheDoctrineCommand();
  6764.         $instance->setName('doctrine:cache:clear-result');
  6765.         return $instance;
  6766.     }
  6767.     /**
  6768.      * Gets the private 'doctrine.cache_collection_region_command' shared service.
  6769.      *
  6770.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\CollectionRegionDoctrineCommand
  6771.      */
  6772.     protected function getDoctrine_CacheCollectionRegionCommandService()
  6773.     {
  6774.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/console/Command/Command.php';
  6775.         include_once \dirname(__DIR__6).'/shared/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/CollectionRegionCommand.php';
  6776.         include_once \dirname(__DIR__6).'/shared/vendor/doctrine/doctrine-bundle/Command/Proxy/CollectionRegionDoctrineCommand.php';
  6777.         $this->privates['doctrine.cache_collection_region_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\CollectionRegionDoctrineCommand();
  6778.         $instance->setName('doctrine:cache:clear-collection-region');
  6779.         return $instance;
  6780.     }
  6781.     /**
  6782.      * Gets the private 'doctrine.clear_entity_region_command' shared service.
  6783.      *
  6784.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\EntityRegionCacheDoctrineCommand
  6785.      */
  6786.     protected function getDoctrine_ClearEntityRegionCommandService()
  6787.     {
  6788.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/console/Command/Command.php';
  6789.         include_once \dirname(__DIR__6).'/shared/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/EntityRegionCommand.php';
  6790.         include_once \dirname(__DIR__6).'/shared/vendor/doctrine/doctrine-bundle/Command/Proxy/EntityRegionCacheDoctrineCommand.php';
  6791.         $this->privates['doctrine.clear_entity_region_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\EntityRegionCacheDoctrineCommand();
  6792.         $instance->setName('doctrine:cache:clear-entity-region');
  6793.         return $instance;
  6794.     }
  6795.     /**
  6796.      * Gets the private 'doctrine.clear_query_region_command' shared service.
  6797.      *
  6798.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\QueryRegionCacheDoctrineCommand
  6799.      */
  6800.     protected function getDoctrine_ClearQueryRegionCommandService()
  6801.     {
  6802.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/console/Command/Command.php';
  6803.         include_once \dirname(__DIR__6).'/shared/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/QueryRegionCommand.php';
  6804.         include_once \dirname(__DIR__6).'/shared/vendor/doctrine/doctrine-bundle/Command/Proxy/QueryRegionCacheDoctrineCommand.php';
  6805.         $this->privates['doctrine.clear_query_region_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\QueryRegionCacheDoctrineCommand();
  6806.         $instance->setName('doctrine:cache:clear-query-region');
  6807.         return $instance;
  6808.     }
  6809.     /**
  6810.      * Gets the private 'doctrine.database_create_command' shared service.
  6811.      *
  6812.      * @return \Doctrine\Bundle\DoctrineBundle\Command\CreateDatabaseDoctrineCommand
  6813.      */
  6814.     protected function getDoctrine_DatabaseCreateCommandService()
  6815.     {
  6816.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/console/Command/Command.php';
  6817.         include_once \dirname(__DIR__6).'/shared/vendor/doctrine/doctrine-bundle/Command/DoctrineCommand.php';
  6818.         include_once \dirname(__DIR__6).'/shared/vendor/doctrine/doctrine-bundle/Command/CreateDatabaseDoctrineCommand.php';
  6819.         $this->privates['doctrine.database_create_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\CreateDatabaseDoctrineCommand(($this->services['doctrine'] ?? $this->getDoctrineService()));
  6820.         $instance->setName('doctrine:database:create');
  6821.         return $instance;
  6822.     }
  6823.     /**
  6824.      * Gets the private 'doctrine.database_drop_command' shared service.
  6825.      *
  6826.      * @return \Doctrine\Bundle\DoctrineBundle\Command\DropDatabaseDoctrineCommand
  6827.      */
  6828.     protected function getDoctrine_DatabaseDropCommandService()
  6829.     {
  6830.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/console/Command/Command.php';
  6831.         include_once \dirname(__DIR__6).'/shared/vendor/doctrine/doctrine-bundle/Command/DoctrineCommand.php';
  6832.         include_once \dirname(__DIR__6).'/shared/vendor/doctrine/doctrine-bundle/Command/DropDatabaseDoctrineCommand.php';
  6833.         $this->privates['doctrine.database_drop_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\DropDatabaseDoctrineCommand(($this->services['doctrine'] ?? $this->getDoctrineService()));
  6834.         $instance->setName('doctrine:database:drop');
  6835.         return $instance;
  6836.     }
  6837.     /**
  6838.      * Gets the private 'doctrine.database_import_command' shared service.
  6839.      *
  6840.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ImportDoctrineCommand
  6841.      */
  6842.     protected function getDoctrine_DatabaseImportCommandService()
  6843.     {
  6844.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/console/Command/Command.php';
  6845.         include_once \dirname(__DIR__6).'/shared/vendor/doctrine/dbal/lib/Doctrine/DBAL/Tools/Console/Command/ImportCommand.php';
  6846.         include_once \dirname(__DIR__6).'/shared/vendor/doctrine/doctrine-bundle/Command/Proxy/ImportDoctrineCommand.php';
  6847.         $this->privates['doctrine.database_import_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ImportDoctrineCommand();
  6848.         $instance->setName('doctrine:database:import');
  6849.         return $instance;
  6850.     }
  6851.     /**
  6852.      * Gets the private 'doctrine.ensure_production_settings_command' shared service.
  6853.      *
  6854.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\EnsureProductionSettingsDoctrineCommand
  6855.      */
  6856.     protected function getDoctrine_EnsureProductionSettingsCommandService()
  6857.     {
  6858.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/console/Command/Command.php';
  6859.         include_once \dirname(__DIR__6).'/shared/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/EnsureProductionSettingsCommand.php';
  6860.         include_once \dirname(__DIR__6).'/shared/vendor/doctrine/doctrine-bundle/Command/Proxy/EnsureProductionSettingsDoctrineCommand.php';
  6861.         $this->privates['doctrine.ensure_production_settings_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\EnsureProductionSettingsDoctrineCommand();
  6862.         $instance->setName('doctrine:ensure-production-settings');
  6863.         return $instance;
  6864.     }
  6865.     /**
  6866.      * Gets the private 'doctrine.mapping_convert_command' shared service.
  6867.      *
  6868.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ConvertMappingDoctrineCommand
  6869.      */
  6870.     protected function getDoctrine_MappingConvertCommandService()
  6871.     {
  6872.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/console/Command/Command.php';
  6873.         include_once \dirname(__DIR__6).'/shared/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ConvertMappingCommand.php';
  6874.         include_once \dirname(__DIR__6).'/shared/vendor/doctrine/doctrine-bundle/Command/Proxy/ConvertMappingDoctrineCommand.php';
  6875.         $this->privates['doctrine.mapping_convert_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ConvertMappingDoctrineCommand();
  6876.         $instance->setName('doctrine:mapping:convert');
  6877.         return $instance;
  6878.     }
  6879.     /**
  6880.      * Gets the private 'doctrine.mapping_import_command' shared service.
  6881.      *
  6882.      * @return \Doctrine\Bundle\DoctrineBundle\Command\ImportMappingDoctrineCommand
  6883.      */
  6884.     protected function getDoctrine_MappingImportCommandService()
  6885.     {
  6886.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/console/Command/Command.php';
  6887.         include_once \dirname(__DIR__6).'/shared/vendor/doctrine/doctrine-bundle/Command/DoctrineCommand.php';
  6888.         include_once \dirname(__DIR__6).'/shared/vendor/doctrine/doctrine-bundle/Command/ImportMappingDoctrineCommand.php';
  6889.         $this->privates['doctrine.mapping_import_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\ImportMappingDoctrineCommand(($this->services['doctrine'] ?? $this->getDoctrineService()), $this->parameters['kernel.bundles']);
  6890.         $instance->setName('doctrine:mapping:import');
  6891.         return $instance;
  6892.     }
  6893.     /**
  6894.      * Gets the private 'doctrine.mapping_info_command' shared service.
  6895.      *
  6896.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\InfoDoctrineCommand
  6897.      */
  6898.     protected function getDoctrine_MappingInfoCommandService()
  6899.     {
  6900.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/console/Command/Command.php';
  6901.         include_once \dirname(__DIR__6).'/shared/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/InfoCommand.php';
  6902.         include_once \dirname(__DIR__6).'/shared/vendor/doctrine/doctrine-bundle/Command/Proxy/InfoDoctrineCommand.php';
  6903.         $this->privates['doctrine.mapping_info_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\InfoDoctrineCommand();
  6904.         $instance->setName('doctrine:mapping:info');
  6905.         return $instance;
  6906.     }
  6907.     /**
  6908.      * Gets the private 'doctrine.migrations.container_aware_migrations_factory' shared service.
  6909.      *
  6910.      * @return \Doctrine\Bundle\MigrationsBundle\MigrationsFactory\ContainerAwareMigrationFactory
  6911.      */
  6912.     protected function getDoctrine_Migrations_ContainerAwareMigrationsFactoryService()
  6913.     {
  6914.         include_once \dirname(__DIR__6).'/shared/vendor/doctrine/migrations/lib/Doctrine/Migrations/Version/MigrationFactory.php';
  6915.         include_once \dirname(__DIR__6).'/shared/vendor/doctrine/doctrine-migrations-bundle/MigrationsFactory/ContainerAwareMigrationFactory.php';
  6916.         return $this->privates['doctrine.migrations.container_aware_migrations_factory'] = new \Doctrine\Bundle\MigrationsBundle\MigrationsFactory\ContainerAwareMigrationFactory(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService())->getMigrationFactory(), $this);
  6917.     }
  6918.     /**
  6919.      * Gets the private 'doctrine.migrations.dependency_factory' shared service.
  6920.      *
  6921.      * @return \Doctrine\Migrations\DependencyFactory
  6922.      */
  6923.     protected function getDoctrine_Migrations_DependencyFactoryService()
  6924.     {
  6925.         include_once \dirname(__DIR__6).'/shared/vendor/doctrine/migrations/lib/Doctrine/Migrations/DependencyFactory.php';
  6926.         include_once \dirname(__DIR__6).'/shared/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/Migration/ConfigurationLoader.php';
  6927.         include_once \dirname(__DIR__6).'/shared/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/Migration/ExistingConfiguration.php';
  6928.         include_once \dirname(__DIR__6).'/shared/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/Configuration.php';
  6929.         include_once \dirname(__DIR__6).'/shared/vendor/doctrine/migrations/lib/Doctrine/Migrations/Metadata/Storage/MetadataStorageConfiguration.php';
  6930.         include_once \dirname(__DIR__6).'/shared/vendor/doctrine/migrations/lib/Doctrine/Migrations/Metadata/Storage/TableMetadataStorageConfiguration.php';
  6931.         include_once \dirname(__DIR__6).'/shared/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/EntityManager/EntityManagerLoader.php';
  6932.         include_once \dirname(__DIR__6).'/shared/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/EntityManager/ManagerRegistryEntityManager.php';
  6933.         $a = new \Doctrine\Migrations\Configuration\Configuration();
  6934.         $a->addMigrationsDirectory('DoctrineMigrations', (\dirname(__DIR__4).'/migrations'));
  6935.         $a->setAllOrNothing(false);
  6936.         $a->setCheckDatabasePlatform(true);
  6937.         $a->setTransactional(true);
  6938.         $a->setMetadataStorageConfiguration(new \Doctrine\Migrations\Metadata\Storage\TableMetadataStorageConfiguration());
  6939.         $this->privates['doctrine.migrations.dependency_factory'] = $instance = \Doctrine\Migrations\DependencyFactory::fromEntityManager(new \Doctrine\Migrations\Configuration\Migration\ExistingConfiguration($a), \Doctrine\Migrations\Configuration\EntityManager\ManagerRegistryEntityManager::withSimpleDefault(($this->services['doctrine'] ?? $this->getDoctrineService())), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  6940.         $instance->setDefinition('Doctrine\\Migrations\\Version\\MigrationFactory', function () {
  6941.             return ($this->privates['doctrine.migrations.container_aware_migrations_factory'] ?? $this->getDoctrine_Migrations_ContainerAwareMigrationsFactoryService());
  6942.         });
  6943.         return $instance;
  6944.     }
  6945.     /**
  6946.      * Gets the private 'doctrine.orm.default_annotation_metadata_driver' shared service.
  6947.      *
  6948.      * @return \Doctrine\ORM\Mapping\Driver\AnnotationDriver
  6949.      */
  6950.     protected function getDoctrine_Orm_DefaultAnnotationMetadataDriverService()
  6951.     {
  6952.         return $this->privates['doctrine.orm.default_annotation_metadata_driver'] = new \Doctrine\ORM\Mapping\Driver\AnnotationDriver(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()), [=> (\dirname(__DIR__4).'/src/Entity'), => (\dirname(__DIR__6).'/shared/vendor/vich/uploader-bundle/src/Entity'), => (\dirname(__DIR__6).'/shared/vendor/beelab/paypal-bundle/Entity')]);
  6953.     }
  6954.     /**
  6955.      * Gets the private 'doctrine.orm.default_entity_manager.property_info_extractor' shared service.
  6956.      *
  6957.      * @return \Symfony\Bridge\Doctrine\PropertyInfo\DoctrineExtractor
  6958.      */
  6959.     protected function getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService()
  6960.     {
  6961.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/doctrine-bridge/PropertyInfo/DoctrineExtractor.php';
  6962.         return $this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] = new \Symfony\Bridge\Doctrine\PropertyInfo\DoctrineExtractor(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  6963.     }
  6964.     /**
  6965.      * Gets the private 'doctrine.orm.default_listeners.attach_entity_listeners' shared service.
  6966.      *
  6967.      * @return \Doctrine\ORM\Tools\AttachEntityListenersListener
  6968.      */
  6969.     protected function getDoctrine_Orm_DefaultListeners_AttachEntityListenersService()
  6970.     {
  6971.         include_once \dirname(__DIR__6).'/shared/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/AttachEntityListenersListener.php';
  6972.         return $this->privates['doctrine.orm.default_listeners.attach_entity_listeners'] = new \Doctrine\ORM\Tools\AttachEntityListenersListener();
  6973.     }
  6974.     /**
  6975.      * Gets the private 'doctrine.orm.proxy_cache_warmer' shared service.
  6976.      *
  6977.      * @return \Symfony\Bridge\Doctrine\CacheWarmer\ProxyCacheWarmer
  6978.      */
  6979.     protected function getDoctrine_Orm_ProxyCacheWarmerService()
  6980.     {
  6981.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  6982.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/doctrine-bridge/CacheWarmer/ProxyCacheWarmer.php';
  6983.         return $this->privates['doctrine.orm.proxy_cache_warmer'] = new \Symfony\Bridge\Doctrine\CacheWarmer\ProxyCacheWarmer(($this->services['doctrine'] ?? $this->getDoctrineService()));
  6984.     }
  6985.     /**
  6986.      * Gets the private 'doctrine.orm.validator.unique' shared service.
  6987.      *
  6988.      * @return \Symfony\Bridge\Doctrine\Validator\Constraints\UniqueEntityValidator
  6989.      */
  6990.     protected function getDoctrine_Orm_Validator_UniqueService()
  6991.     {
  6992.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/validator/ConstraintValidatorInterface.php';
  6993.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/validator/ConstraintValidator.php';
  6994.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/doctrine-bridge/Validator/Constraints/UniqueEntityValidator.php';
  6995.         return $this->privates['doctrine.orm.validator.unique'] = new \Symfony\Bridge\Doctrine\Validator\Constraints\UniqueEntityValidator(($this->services['doctrine'] ?? $this->getDoctrineService()));
  6996.     }
  6997.     /**
  6998.      * Gets the private 'doctrine.query_dql_command' shared service.
  6999.      *
  7000.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\RunDqlDoctrineCommand
  7001.      */
  7002.     protected function getDoctrine_QueryDqlCommandService()
  7003.     {
  7004.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/console/Command/Command.php';
  7005.         include_once \dirname(__DIR__6).'/shared/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/RunDqlCommand.php';
  7006.         include_once \dirname(__DIR__6).'/shared/vendor/doctrine/doctrine-bundle/Command/Proxy/RunDqlDoctrineCommand.php';
  7007.         $this->privates['doctrine.query_dql_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\RunDqlDoctrineCommand();
  7008.         $instance->setName('doctrine:query:dql');
  7009.         return $instance;
  7010.     }
  7011.     /**
  7012.      * Gets the private 'doctrine.query_sql_command' shared service.
  7013.      *
  7014.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\RunSqlDoctrineCommand
  7015.      */
  7016.     protected function getDoctrine_QuerySqlCommandService()
  7017.     {
  7018.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/console/Command/Command.php';
  7019.         include_once \dirname(__DIR__6).'/shared/vendor/doctrine/dbal/lib/Doctrine/DBAL/Tools/Console/Command/RunSqlCommand.php';
  7020.         include_once \dirname(__DIR__6).'/shared/vendor/doctrine/doctrine-bundle/Command/Proxy/RunSqlDoctrineCommand.php';
  7021.         $this->privates['doctrine.query_sql_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\RunSqlDoctrineCommand(($this->privates['Doctrine\\Bundle\\DoctrineBundle\\Dbal\\ManagerRegistryAwareConnectionProvider'] ?? $this->getManagerRegistryAwareConnectionProviderService()));
  7022.         $instance->setName('doctrine:query:sql');
  7023.         return $instance;
  7024.     }
  7025.     /**
  7026.      * Gets the private 'doctrine.schema_create_command' shared service.
  7027.      *
  7028.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\CreateSchemaDoctrineCommand
  7029.      */
  7030.     protected function getDoctrine_SchemaCreateCommandService()
  7031.     {
  7032.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/console/Command/Command.php';
  7033.         include_once \dirname(__DIR__6).'/shared/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/AbstractCommand.php';
  7034.         include_once \dirname(__DIR__6).'/shared/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/CreateCommand.php';
  7035.         include_once \dirname(__DIR__6).'/shared/vendor/doctrine/doctrine-bundle/Command/Proxy/CreateSchemaDoctrineCommand.php';
  7036.         $this->privates['doctrine.schema_create_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\CreateSchemaDoctrineCommand();
  7037.         $instance->setName('doctrine:schema:create');
  7038.         return $instance;
  7039.     }
  7040.     /**
  7041.      * Gets the private 'doctrine.schema_drop_command' shared service.
  7042.      *
  7043.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\DropSchemaDoctrineCommand
  7044.      */
  7045.     protected function getDoctrine_SchemaDropCommandService()
  7046.     {
  7047.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/console/Command/Command.php';
  7048.         include_once \dirname(__DIR__6).'/shared/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/AbstractCommand.php';
  7049.         include_once \dirname(__DIR__6).'/shared/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/DropCommand.php';
  7050.         include_once \dirname(__DIR__6).'/shared/vendor/doctrine/doctrine-bundle/Command/Proxy/DropSchemaDoctrineCommand.php';
  7051.         $this->privates['doctrine.schema_drop_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\DropSchemaDoctrineCommand();
  7052.         $instance->setName('doctrine:schema:drop');
  7053.         return $instance;
  7054.     }
  7055.     /**
  7056.      * Gets the private 'doctrine.schema_update_command' shared service.
  7057.      *
  7058.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\UpdateSchemaDoctrineCommand
  7059.      */
  7060.     protected function getDoctrine_SchemaUpdateCommandService()
  7061.     {
  7062.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/console/Command/Command.php';
  7063.         include_once \dirname(__DIR__6).'/shared/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/AbstractCommand.php';
  7064.         include_once \dirname(__DIR__6).'/shared/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/UpdateCommand.php';
  7065.         include_once \dirname(__DIR__6).'/shared/vendor/doctrine/doctrine-bundle/Command/Proxy/UpdateSchemaDoctrineCommand.php';
  7066.         $this->privates['doctrine.schema_update_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\UpdateSchemaDoctrineCommand();
  7067.         $instance->setName('doctrine:schema:update');
  7068.         return $instance;
  7069.     }
  7070.     /**
  7071.      * Gets the private 'doctrine.schema_validate_command' shared service.
  7072.      *
  7073.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ValidateSchemaCommand
  7074.      */
  7075.     protected function getDoctrine_SchemaValidateCommandService()
  7076.     {
  7077.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/console/Command/Command.php';
  7078.         include_once \dirname(__DIR__6).'/shared/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ValidateSchemaCommand.php';
  7079.         include_once \dirname(__DIR__6).'/shared/vendor/doctrine/doctrine-bundle/Command/Proxy/ValidateSchemaCommand.php';
  7080.         $this->privates['doctrine.schema_validate_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ValidateSchemaCommand();
  7081.         $instance->setName('doctrine:schema:validate');
  7082.         return $instance;
  7083.     }
  7084.     /**
  7085.      * Gets the private 'doctrine_migrations.current_command' shared service.
  7086.      *
  7087.      * @return \Doctrine\Migrations\Tools\Console\Command\CurrentCommand
  7088.      */
  7089.     protected function getDoctrineMigrations_CurrentCommandService()
  7090.     {
  7091.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/console/Command/Command.php';
  7092.         include_once \dirname(__DIR__6).'/shared/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  7093.         include_once \dirname(__DIR__6).'/shared/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/CurrentCommand.php';
  7094.         $this->privates['doctrine_migrations.current_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\CurrentCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:current');
  7095.         $instance->setName('doctrine:migrations:current');
  7096.         return $instance;
  7097.     }
  7098.     /**
  7099.      * Gets the private 'doctrine_migrations.diff_command' shared service.
  7100.      *
  7101.      * @return \Doctrine\Migrations\Tools\Console\Command\DiffCommand
  7102.      */
  7103.     protected function getDoctrineMigrations_DiffCommandService()
  7104.     {
  7105.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/console/Command/Command.php';
  7106.         include_once \dirname(__DIR__6).'/shared/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  7107.         include_once \dirname(__DIR__6).'/shared/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DiffCommand.php';
  7108.         $this->privates['doctrine_migrations.diff_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\DiffCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:diff');
  7109.         $instance->setName('doctrine:migrations:diff');
  7110.         return $instance;
  7111.     }
  7112.     /**
  7113.      * Gets the private 'doctrine_migrations.dump_schema_command' shared service.
  7114.      *
  7115.      * @return \Doctrine\Migrations\Tools\Console\Command\DumpSchemaCommand
  7116.      */
  7117.     protected function getDoctrineMigrations_DumpSchemaCommandService()
  7118.     {
  7119.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/console/Command/Command.php';
  7120.         include_once \dirname(__DIR__6).'/shared/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  7121.         include_once \dirname(__DIR__6).'/shared/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DumpSchemaCommand.php';
  7122.         $this->privates['doctrine_migrations.dump_schema_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\DumpSchemaCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:dump-schema');
  7123.         $instance->setName('doctrine:migrations:dump-schema');
  7124.         return $instance;
  7125.     }
  7126.     /**
  7127.      * Gets the private 'doctrine_migrations.execute_command' shared service.
  7128.      *
  7129.      * @return \Doctrine\Migrations\Tools\Console\Command\ExecuteCommand
  7130.      */
  7131.     protected function getDoctrineMigrations_ExecuteCommandService()
  7132.     {
  7133.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/console/Command/Command.php';
  7134.         include_once \dirname(__DIR__6).'/shared/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  7135.         include_once \dirname(__DIR__6).'/shared/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/ExecuteCommand.php';
  7136.         $this->privates['doctrine_migrations.execute_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\ExecuteCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:execute');
  7137.         $instance->setName('doctrine:migrations:execute');
  7138.         return $instance;
  7139.     }
  7140.     /**
  7141.      * Gets the private 'doctrine_migrations.generate_command' shared service.
  7142.      *
  7143.      * @return \Doctrine\Migrations\Tools\Console\Command\GenerateCommand
  7144.      */
  7145.     protected function getDoctrineMigrations_GenerateCommandService()
  7146.     {
  7147.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/console/Command/Command.php';
  7148.         include_once \dirname(__DIR__6).'/shared/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  7149.         include_once \dirname(__DIR__6).'/shared/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/GenerateCommand.php';
  7150.         $this->privates['doctrine_migrations.generate_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\GenerateCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:generate');
  7151.         $instance->setName('doctrine:migrations:generate');
  7152.         return $instance;
  7153.     }
  7154.     /**
  7155.      * Gets the private 'doctrine_migrations.latest_command' shared service.
  7156.      *
  7157.      * @return \Doctrine\Migrations\Tools\Console\Command\LatestCommand
  7158.      */
  7159.     protected function getDoctrineMigrations_LatestCommandService()
  7160.     {
  7161.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/console/Command/Command.php';
  7162.         include_once \dirname(__DIR__6).'/shared/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  7163.         include_once \dirname(__DIR__6).'/shared/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/LatestCommand.php';
  7164.         $this->privates['doctrine_migrations.latest_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\LatestCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:latest');
  7165.         $instance->setName('doctrine:migrations:latest');
  7166.         return $instance;
  7167.     }
  7168.     /**
  7169.      * Gets the private 'doctrine_migrations.migrate_command' shared service.
  7170.      *
  7171.      * @return \Doctrine\Migrations\Tools\Console\Command\MigrateCommand
  7172.      */
  7173.     protected function getDoctrineMigrations_MigrateCommandService()
  7174.     {
  7175.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/console/Command/Command.php';
  7176.         include_once \dirname(__DIR__6).'/shared/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  7177.         include_once \dirname(__DIR__6).'/shared/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/MigrateCommand.php';
  7178.         $this->privates['doctrine_migrations.migrate_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\MigrateCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:migrate');
  7179.         $instance->setName('doctrine:migrations:migrate');
  7180.         return $instance;
  7181.     }
  7182.     /**
  7183.      * Gets the private 'doctrine_migrations.rollup_command' shared service.
  7184.      *
  7185.      * @return \Doctrine\Migrations\Tools\Console\Command\RollupCommand
  7186.      */
  7187.     protected function getDoctrineMigrations_RollupCommandService()
  7188.     {
  7189.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/console/Command/Command.php';
  7190.         include_once \dirname(__DIR__6).'/shared/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  7191.         include_once \dirname(__DIR__6).'/shared/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/RollupCommand.php';
  7192.         $this->privates['doctrine_migrations.rollup_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\RollupCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:rollup');
  7193.         $instance->setName('doctrine:migrations:rollup');
  7194.         return $instance;
  7195.     }
  7196.     /**
  7197.      * Gets the private 'doctrine_migrations.status_command' shared service.
  7198.      *
  7199.      * @return \Doctrine\Migrations\Tools\Console\Command\StatusCommand
  7200.      */
  7201.     protected function getDoctrineMigrations_StatusCommandService()
  7202.     {
  7203.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/console/Command/Command.php';
  7204.         include_once \dirname(__DIR__6).'/shared/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  7205.         include_once \dirname(__DIR__6).'/shared/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/StatusCommand.php';
  7206.         $this->privates['doctrine_migrations.status_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\StatusCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:status');
  7207.         $instance->setName('doctrine:migrations:status');
  7208.         return $instance;
  7209.     }
  7210.     /**
  7211.      * Gets the private 'doctrine_migrations.sync_metadata_command' shared service.
  7212.      *
  7213.      * @return \Doctrine\Migrations\Tools\Console\Command\SyncMetadataCommand
  7214.      */
  7215.     protected function getDoctrineMigrations_SyncMetadataCommandService()
  7216.     {
  7217.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/console/Command/Command.php';
  7218.         include_once \dirname(__DIR__6).'/shared/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  7219.         include_once \dirname(__DIR__6).'/shared/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/SyncMetadataCommand.php';
  7220.         $this->privates['doctrine_migrations.sync_metadata_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\SyncMetadataCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:sync-metadata-storage');
  7221.         $instance->setName('doctrine:migrations:sync-metadata-storage');
  7222.         return $instance;
  7223.     }
  7224.     /**
  7225.      * Gets the private 'doctrine_migrations.up_to_date_command' shared service.
  7226.      *
  7227.      * @return \Doctrine\Migrations\Tools\Console\Command\UpToDateCommand
  7228.      */
  7229.     protected function getDoctrineMigrations_UpToDateCommandService()
  7230.     {
  7231.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/console/Command/Command.php';
  7232.         include_once \dirname(__DIR__6).'/shared/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  7233.         include_once \dirname(__DIR__6).'/shared/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/UpToDateCommand.php';
  7234.         $this->privates['doctrine_migrations.up_to_date_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\UpToDateCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:up-to-date');
  7235.         $instance->setName('doctrine:migrations:up-to-date');
  7236.         return $instance;
  7237.     }
  7238.     /**
  7239.      * Gets the private 'doctrine_migrations.version_command' shared service.
  7240.      *
  7241.      * @return \Doctrine\Migrations\Tools\Console\Command\VersionCommand
  7242.      */
  7243.     protected function getDoctrineMigrations_VersionCommandService()
  7244.     {
  7245.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/console/Command/Command.php';
  7246.         include_once \dirname(__DIR__6).'/shared/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  7247.         include_once \dirname(__DIR__6).'/shared/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/VersionCommand.php';
  7248.         $this->privates['doctrine_migrations.version_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\VersionCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:version');
  7249.         $instance->setName('doctrine:migrations:version');
  7250.         return $instance;
  7251.     }
  7252.     /**
  7253.      * Gets the private 'doctrine_migrations.versions_command' shared service.
  7254.      *
  7255.      * @return \Doctrine\Migrations\Tools\Console\Command\ListCommand
  7256.      */
  7257.     protected function getDoctrineMigrations_VersionsCommandService()
  7258.     {
  7259.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/console/Command/Command.php';
  7260.         include_once \dirname(__DIR__6).'/shared/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  7261.         include_once \dirname(__DIR__6).'/shared/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/ListCommand.php';
  7262.         $this->privates['doctrine_migrations.versions_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\ListCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:versions');
  7263.         $instance->setName('doctrine:migrations:list');
  7264.         return $instance;
  7265.     }
  7266.     /**
  7267.      * Gets the private 'easyadmin.filter.type.array' shared service.
  7268.      *
  7269.      * @return \EasyCorp\Bundle\EasyAdminBundle\Form\Filter\Type\ArrayFilterType
  7270.      */
  7271.     protected function getEasyadmin_Filter_Type_ArrayService()
  7272.     {
  7273.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/form/FormTypeInterface.php';
  7274.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/form/AbstractType.php';
  7275.         include_once \dirname(__DIR__6).'/shared/vendor/easycorp/easyadmin-bundle/src/Form/Filter/Type/FilterInterface.php';
  7276.         include_once \dirname(__DIR__6).'/shared/vendor/easycorp/easyadmin-bundle/src/Form/Filter/Type/FilterType.php';
  7277.         include_once \dirname(__DIR__6).'/shared/vendor/easycorp/easyadmin-bundle/src/Form/Filter/Type/FilterTypeTrait.php';
  7278.         include_once \dirname(__DIR__6).'/shared/vendor/easycorp/easyadmin-bundle/src/Form/Filter/Type/ArrayFilterType.php';
  7279.         return $this->privates['easyadmin.filter.type.array'] = new \EasyCorp\Bundle\EasyAdminBundle\Form\Filter\Type\ArrayFilterType();
  7280.     }
  7281.     /**
  7282.      * Gets the private 'easyadmin.filter.type.boolean' shared service.
  7283.      *
  7284.      * @return \EasyCorp\Bundle\EasyAdminBundle\Form\Filter\Type\BooleanFilterType
  7285.      */
  7286.     protected function getEasyadmin_Filter_Type_BooleanService()
  7287.     {
  7288.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/form/FormTypeInterface.php';
  7289.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/form/AbstractType.php';
  7290.         include_once \dirname(__DIR__6).'/shared/vendor/easycorp/easyadmin-bundle/src/Form/Filter/Type/FilterInterface.php';
  7291.         include_once \dirname(__DIR__6).'/shared/vendor/easycorp/easyadmin-bundle/src/Form/Filter/Type/FilterType.php';
  7292.         include_once \dirname(__DIR__6).'/shared/vendor/easycorp/easyadmin-bundle/src/Form/Filter/Type/FilterTypeTrait.php';
  7293.         include_once \dirname(__DIR__6).'/shared/vendor/easycorp/easyadmin-bundle/src/Form/Filter/Type/BooleanFilterType.php';
  7294.         return $this->privates['easyadmin.filter.type.boolean'] = new \EasyCorp\Bundle\EasyAdminBundle\Form\Filter\Type\BooleanFilterType();
  7295.     }
  7296.     /**
  7297.      * Gets the private 'easyadmin.filter.type.choice' shared service.
  7298.      *
  7299.      * @return \EasyCorp\Bundle\EasyAdminBundle\Form\Filter\Type\ChoiceFilterType
  7300.      */
  7301.     protected function getEasyadmin_Filter_Type_ChoiceService()
  7302.     {
  7303.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/form/FormTypeInterface.php';
  7304.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/form/AbstractType.php';
  7305.         include_once \dirname(__DIR__6).'/shared/vendor/easycorp/easyadmin-bundle/src/Form/Filter/Type/FilterInterface.php';
  7306.         include_once \dirname(__DIR__6).'/shared/vendor/easycorp/easyadmin-bundle/src/Form/Filter/Type/FilterType.php';
  7307.         include_once \dirname(__DIR__6).'/shared/vendor/easycorp/easyadmin-bundle/src/Form/Filter/Type/FilterTypeTrait.php';
  7308.         include_once \dirname(__DIR__6).'/shared/vendor/easycorp/easyadmin-bundle/src/Form/Filter/Type/ChoiceFilterType.php';
  7309.         return $this->privates['easyadmin.filter.type.choice'] = new \EasyCorp\Bundle\EasyAdminBundle\Form\Filter\Type\ChoiceFilterType();
  7310.     }
  7311.     /**
  7312.      * Gets the private 'easyadmin.filter.type.comparison' shared service.
  7313.      *
  7314.      * @return \EasyCorp\Bundle\EasyAdminBundle\Form\Filter\Type\ComparisonFilterType
  7315.      */
  7316.     protected function getEasyadmin_Filter_Type_ComparisonService()
  7317.     {
  7318.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/form/FormTypeInterface.php';
  7319.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/form/AbstractType.php';
  7320.         include_once \dirname(__DIR__6).'/shared/vendor/easycorp/easyadmin-bundle/src/Form/Filter/Type/FilterInterface.php';
  7321.         include_once \dirname(__DIR__6).'/shared/vendor/easycorp/easyadmin-bundle/src/Form/Filter/Type/FilterType.php';
  7322.         include_once \dirname(__DIR__6).'/shared/vendor/easycorp/easyadmin-bundle/src/Form/Filter/Type/FilterTypeTrait.php';
  7323.         include_once \dirname(__DIR__6).'/shared/vendor/easycorp/easyadmin-bundle/src/Form/Filter/Type/ComparisonFilterType.php';
  7324.         return $this->privates['easyadmin.filter.type.comparison'] = new \EasyCorp\Bundle\EasyAdminBundle\Form\Filter\Type\ComparisonFilterType();
  7325.     }
  7326.     /**
  7327.      * Gets the private 'easyadmin.filter.type.date' shared service.
  7328.      *
  7329.      * @return \EasyCorp\Bundle\EasyAdminBundle\Form\Filter\Type\DateTimeFilterType
  7330.      */
  7331.     protected function getEasyadmin_Filter_Type_DateService()
  7332.     {
  7333.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/form/FormTypeInterface.php';
  7334.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/form/AbstractType.php';
  7335.         include_once \dirname(__DIR__6).'/shared/vendor/easycorp/easyadmin-bundle/src/Form/Filter/Type/FilterInterface.php';
  7336.         include_once \dirname(__DIR__6).'/shared/vendor/easycorp/easyadmin-bundle/src/Form/Filter/Type/FilterType.php';
  7337.         include_once \dirname(__DIR__6).'/shared/vendor/easycorp/easyadmin-bundle/src/Form/Filter/Type/FilterTypeTrait.php';
  7338.         include_once \dirname(__DIR__6).'/shared/vendor/easycorp/easyadmin-bundle/src/Form/Filter/Type/DateTimeFilterType.php';
  7339.         return $this->privates['easyadmin.filter.type.date'] = new \EasyCorp\Bundle\EasyAdminBundle\Form\Filter\Type\DateTimeFilterType('Symfony\\Component\\Form\\Extension\\Core\\Type\\DateType');
  7340.     }
  7341.     /**
  7342.      * Gets the private 'easyadmin.filter.type.dateinterval' shared service.
  7343.      *
  7344.      * @return \EasyCorp\Bundle\EasyAdminBundle\Form\Filter\Type\ComparisonFilterType
  7345.      */
  7346.     protected function getEasyadmin_Filter_Type_DateintervalService()
  7347.     {
  7348.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/form/FormTypeInterface.php';
  7349.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/form/AbstractType.php';
  7350.         include_once \dirname(__DIR__6).'/shared/vendor/easycorp/easyadmin-bundle/src/Form/Filter/Type/FilterInterface.php';
  7351.         include_once \dirname(__DIR__6).'/shared/vendor/easycorp/easyadmin-bundle/src/Form/Filter/Type/FilterType.php';
  7352.         include_once \dirname(__DIR__6).'/shared/vendor/easycorp/easyadmin-bundle/src/Form/Filter/Type/FilterTypeTrait.php';
  7353.         include_once \dirname(__DIR__6).'/shared/vendor/easycorp/easyadmin-bundle/src/Form/Filter/Type/ComparisonFilterType.php';
  7354.         return $this->privates['easyadmin.filter.type.dateinterval'] = new \EasyCorp\Bundle\EasyAdminBundle\Form\Filter\Type\ComparisonFilterType('Symfony\\Component\\Form\\Extension\\Core\\Type\\DateIntervalType', [], '', ['type' => 'datetime']);
  7355.     }
  7356.     /**
  7357.      * Gets the private 'easyadmin.filter.type.datetime' shared service.
  7358.      *
  7359.      * @return \EasyCorp\Bundle\EasyAdminBundle\Form\Filter\Type\DateTimeFilterType
  7360.      */
  7361.     protected function getEasyadmin_Filter_Type_DatetimeService()
  7362.     {
  7363.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/form/FormTypeInterface.php';
  7364.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/form/AbstractType.php';
  7365.         include_once \dirname(__DIR__6).'/shared/vendor/easycorp/easyadmin-bundle/src/Form/Filter/Type/FilterInterface.php';
  7366.         include_once \dirname(__DIR__6).'/shared/vendor/easycorp/easyadmin-bundle/src/Form/Filter/Type/FilterType.php';
  7367.         include_once \dirname(__DIR__6).'/shared/vendor/easycorp/easyadmin-bundle/src/Form/Filter/Type/FilterTypeTrait.php';
  7368.         include_once \dirname(__DIR__6).'/shared/vendor/easycorp/easyadmin-bundle/src/Form/Filter/Type/DateTimeFilterType.php';
  7369.         return $this->privates['easyadmin.filter.type.datetime'] = new \EasyCorp\Bundle\EasyAdminBundle\Form\Filter\Type\DateTimeFilterType();
  7370.     }
  7371.     /**
  7372.      * Gets the private 'easyadmin.filter.type.decimal' shared service.
  7373.      *
  7374.      * @return \EasyCorp\Bundle\EasyAdminBundle\Form\Filter\Type\NumericFilterType
  7375.      */
  7376.     protected function getEasyadmin_Filter_Type_DecimalService()
  7377.     {
  7378.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/form/FormTypeInterface.php';
  7379.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/form/AbstractType.php';
  7380.         include_once \dirname(__DIR__6).'/shared/vendor/easycorp/easyadmin-bundle/src/Form/Filter/Type/FilterInterface.php';
  7381.         include_once \dirname(__DIR__6).'/shared/vendor/easycorp/easyadmin-bundle/src/Form/Filter/Type/FilterType.php';
  7382.         include_once \dirname(__DIR__6).'/shared/vendor/easycorp/easyadmin-bundle/src/Form/Filter/Type/FilterTypeTrait.php';
  7383.         include_once \dirname(__DIR__6).'/shared/vendor/easycorp/easyadmin-bundle/src/Form/Filter/Type/NumericFilterType.php';
  7384.         return $this->privates['easyadmin.filter.type.decimal'] = new \EasyCorp\Bundle\EasyAdminBundle\Form\Filter\Type\NumericFilterType('Symfony\\Component\\Form\\Extension\\Core\\Type\\NumberType', ['input' => 'string']);
  7385.     }
  7386.     /**
  7387.      * Gets the private 'easyadmin.filter.type.entity' shared service.
  7388.      *
  7389.      * @return \EasyCorp\Bundle\EasyAdminBundle\Form\Filter\Type\EntityFilterType
  7390.      */
  7391.     protected function getEasyadmin_Filter_Type_EntityService()
  7392.     {
  7393.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/form/FormTypeInterface.php';
  7394.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/form/AbstractType.php';
  7395.         include_once \dirname(__DIR__6).'/shared/vendor/easycorp/easyadmin-bundle/src/Form/Filter/Type/FilterInterface.php';
  7396.         include_once \dirname(__DIR__6).'/shared/vendor/easycorp/easyadmin-bundle/src/Form/Filter/Type/FilterType.php';
  7397.         include_once \dirname(__DIR__6).'/shared/vendor/easycorp/easyadmin-bundle/src/Form/Filter/Type/FilterTypeTrait.php';
  7398.         include_once \dirname(__DIR__6).'/shared/vendor/easycorp/easyadmin-bundle/src/Form/Filter/Type/EntityFilterType.php';
  7399.         return $this->privates['easyadmin.filter.type.entity'] = new \EasyCorp\Bundle\EasyAdminBundle\Form\Filter\Type\EntityFilterType();
  7400.     }
  7401.     /**
  7402.      * Gets the private 'easyadmin.filter.type.float' shared service.
  7403.      *
  7404.      * @return \EasyCorp\Bundle\EasyAdminBundle\Form\Filter\Type\NumericFilterType
  7405.      */
  7406.     protected function getEasyadmin_Filter_Type_FloatService()
  7407.     {
  7408.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/form/FormTypeInterface.php';
  7409.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/form/AbstractType.php';
  7410.         include_once \dirname(__DIR__6).'/shared/vendor/easycorp/easyadmin-bundle/src/Form/Filter/Type/FilterInterface.php';
  7411.         include_once \dirname(__DIR__6).'/shared/vendor/easycorp/easyadmin-bundle/src/Form/Filter/Type/FilterType.php';
  7412.         include_once \dirname(__DIR__6).'/shared/vendor/easycorp/easyadmin-bundle/src/Form/Filter/Type/FilterTypeTrait.php';
  7413.         include_once \dirname(__DIR__6).'/shared/vendor/easycorp/easyadmin-bundle/src/Form/Filter/Type/NumericFilterType.php';
  7414.         return $this->privates['easyadmin.filter.type.float'] = new \EasyCorp\Bundle\EasyAdminBundle\Form\Filter\Type\NumericFilterType();
  7415.     }
  7416.     /**
  7417.      * Gets the private 'easyadmin.filter.type.integer' shared service.
  7418.      *
  7419.      * @return \EasyCorp\Bundle\EasyAdminBundle\Form\Filter\Type\NumericFilterType
  7420.      */
  7421.     protected function getEasyadmin_Filter_Type_IntegerService()
  7422.     {
  7423.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/form/FormTypeInterface.php';
  7424.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/form/AbstractType.php';
  7425.         include_once \dirname(__DIR__6).'/shared/vendor/easycorp/easyadmin-bundle/src/Form/Filter/Type/FilterInterface.php';
  7426.         include_once \dirname(__DIR__6).'/shared/vendor/easycorp/easyadmin-bundle/src/Form/Filter/Type/FilterType.php';
  7427.         include_once \dirname(__DIR__6).'/shared/vendor/easycorp/easyadmin-bundle/src/Form/Filter/Type/FilterTypeTrait.php';
  7428.         include_once \dirname(__DIR__6).'/shared/vendor/easycorp/easyadmin-bundle/src/Form/Filter/Type/NumericFilterType.php';
  7429.         return $this->privates['easyadmin.filter.type.integer'] = new \EasyCorp\Bundle\EasyAdminBundle\Form\Filter\Type\NumericFilterType('Symfony\\Component\\Form\\Extension\\Core\\Type\\IntegerType');
  7430.     }
  7431.     /**
  7432.      * Gets the private 'easyadmin.filter.type.text' shared service.
  7433.      *
  7434.      * @return \EasyCorp\Bundle\EasyAdminBundle\Form\Filter\Type\TextFilterType
  7435.      */
  7436.     protected function getEasyadmin_Filter_Type_TextService()
  7437.     {
  7438.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/form/FormTypeInterface.php';
  7439.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/form/AbstractType.php';
  7440.         include_once \dirname(__DIR__6).'/shared/vendor/easycorp/easyadmin-bundle/src/Form/Filter/Type/TextFilterType.php';
  7441.         return $this->privates['easyadmin.filter.type.text'] = new \EasyCorp\Bundle\EasyAdminBundle\Form\Filter\Type\TextFilterType();
  7442.     }
  7443.     /**
  7444.      * Gets the private 'easyadmin.filter.type.textarea' shared service.
  7445.      *
  7446.      * @return \EasyCorp\Bundle\EasyAdminBundle\Form\Filter\Type\TextFilterType
  7447.      */
  7448.     protected function getEasyadmin_Filter_Type_TextareaService()
  7449.     {
  7450.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/form/FormTypeInterface.php';
  7451.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/form/AbstractType.php';
  7452.         include_once \dirname(__DIR__6).'/shared/vendor/easycorp/easyadmin-bundle/src/Form/Filter/Type/TextFilterType.php';
  7453.         return $this->privates['easyadmin.filter.type.textarea'] = new \EasyCorp\Bundle\EasyAdminBundle\Form\Filter\Type\TextFilterType('Symfony\\Component\\Form\\Extension\\Core\\Type\\TextareaType');
  7454.     }
  7455.     /**
  7456.      * Gets the private 'easyadmin.filter.type.time' shared service.
  7457.      *
  7458.      * @return \EasyCorp\Bundle\EasyAdminBundle\Form\Filter\Type\DateTimeFilterType
  7459.      */
  7460.     protected function getEasyadmin_Filter_Type_TimeService()
  7461.     {
  7462.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/form/FormTypeInterface.php';
  7463.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/form/AbstractType.php';
  7464.         include_once \dirname(__DIR__6).'/shared/vendor/easycorp/easyadmin-bundle/src/Form/Filter/Type/FilterInterface.php';
  7465.         include_once \dirname(__DIR__6).'/shared/vendor/easycorp/easyadmin-bundle/src/Form/Filter/Type/FilterType.php';
  7466.         include_once \dirname(__DIR__6).'/shared/vendor/easycorp/easyadmin-bundle/src/Form/Filter/Type/FilterTypeTrait.php';
  7467.         include_once \dirname(__DIR__6).'/shared/vendor/easycorp/easyadmin-bundle/src/Form/Filter/Type/DateTimeFilterType.php';
  7468.         return $this->privates['easyadmin.filter.type.time'] = new \EasyCorp\Bundle\EasyAdminBundle\Form\Filter\Type\DateTimeFilterType('Symfony\\Component\\Form\\Extension\\Core\\Type\\TimeType');
  7469.     }
  7470.     /**
  7471.      * Gets the private 'easyadmin.filter.type_guesser.doctrine' shared service.
  7472.      *
  7473.      * @return \EasyCorp\Bundle\EasyAdminBundle\Form\Filter\Guesser\DoctrineOrmFilterTypeGuesser
  7474.      */
  7475.     protected function getEasyadmin_Filter_TypeGuesser_DoctrineService()
  7476.     {
  7477.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/form/FormTypeGuesserInterface.php';
  7478.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/doctrine-bridge/Form/DoctrineOrmTypeGuesser.php';
  7479.         include_once \dirname(__DIR__6).'/shared/vendor/easycorp/easyadmin-bundle/src/Form/Filter/Guesser/DoctrineOrmFilterTypeGuesser.php';
  7480.         return $this->privates['easyadmin.filter.type_guesser.doctrine'] = new \EasyCorp\Bundle\EasyAdminBundle\Form\Filter\Guesser\DoctrineOrmFilterTypeGuesser(($this->services['doctrine'] ?? $this->getDoctrineService()));
  7481.     }
  7482.     /**
  7483.      * Gets the private 'easyadmin.form.type' shared service.
  7484.      *
  7485.      * @return \EasyCorp\Bundle\EasyAdminBundle\Form\Type\EasyAdminFormType
  7486.      */
  7487.     protected function getEasyadmin_Form_TypeService()
  7488.     {
  7489.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/form/FormTypeInterface.php';
  7490.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/form/AbstractType.php';
  7491.         include_once \dirname(__DIR__6).'/shared/vendor/easycorp/easyadmin-bundle/src/Form/Type/EasyAdminFormType.php';
  7492.         include_once \dirname(__DIR__6).'/shared/vendor/easycorp/easyadmin-bundle/src/Form/Type/Configurator/TypeConfiguratorInterface.php';
  7493.         include_once \dirname(__DIR__6).'/shared/vendor/easycorp/easyadmin-bundle/src/Form/Type/Configurator/CodeEditorTypeConfigurator.php';
  7494.         include_once \dirname(__DIR__6).'/shared/vendor/easycorp/easyadmin-bundle/src/Form/Type/Configurator/TextareaTypeConfigurator.php';
  7495.         include_once \dirname(__DIR__6).'/shared/vendor/easycorp/easyadmin-bundle/src/Form/Type/Configurator/AutocompleteTypeConfigurator.php';
  7496.         include_once \dirname(__DIR__6).'/shared/vendor/easycorp/easyadmin-bundle/src/Form/Type/Configurator/CollectionTypeConfigurator.php';
  7497.         include_once \dirname(__DIR__6).'/shared/vendor/easycorp/easyadmin-bundle/src/Form/Type/Configurator/CheckboxTypeConfigurator.php';
  7498.         include_once \dirname(__DIR__6).'/shared/vendor/easycorp/easyadmin-bundle/src/Form/Filter/Type/Configurator/ChoiceFilterTypeConfigurator.php';
  7499.         include_once \dirname(__DIR__6).'/shared/vendor/easycorp/easyadmin-bundle/src/Form/Type/Configurator/EntityTypeConfigurator.php';
  7500.         include_once \dirname(__DIR__6).'/shared/vendor/easycorp/easyadmin-bundle/src/Form/Type/Configurator/IvoryCKEditorTypeConfigurator.php';
  7501.         include_once \dirname(__DIR__6).'/shared/vendor/easycorp/easyadmin-bundle/src/Form/Type/Configurator/FOSCKEditorTypeConfigurator.php';
  7502.         return $this->privates['easyadmin.form.type'] = new \EasyCorp\Bundle\EasyAdminBundle\Form\Type\EasyAdminFormType(($this->services['easyadmin.config.manager'] ?? $this->getEasyadmin_Config_ManagerService()), [=> ($this->privates['easyadmin.form.type.configurator.code_editor'] ?? ($this->privates['easyadmin.form.type.configurator.code_editor'] = new \EasyCorp\Bundle\EasyAdminBundle\Form\Type\Configurator\CodeEditorTypeConfigurator())), => ($this->privates['easyadmin.form.type.configurator.textarea'] ?? ($this->privates['easyadmin.form.type.configurator.textarea'] = new \EasyCorp\Bundle\EasyAdminBundle\Form\Type\Configurator\TextareaTypeConfigurator())), => ($this->privates['easyadmin.form.type.configurator.autocomplete'] ?? ($this->privates['easyadmin.form.type.configurator.autocomplete'] = new \EasyCorp\Bundle\EasyAdminBundle\Form\Type\Configurator\AutocompleteTypeConfigurator())), => ($this->privates['easyadmin.form.type.configurator.collection'] ?? ($this->privates['easyadmin.form.type.configurator.collection'] = new \EasyCorp\Bundle\EasyAdminBundle\Form\Type\Configurator\CollectionTypeConfigurator())), => ($this->privates['easyadmin.form.type.configurator.checkbox'] ?? ($this->privates['easyadmin.form.type.configurator.checkbox'] = new \EasyCorp\Bundle\EasyAdminBundle\Form\Type\Configurator\CheckboxTypeConfigurator())), => ($this->privates['easyadmin.filter.type.configurator.choice'] ?? ($this->privates['easyadmin.filter.type.configurator.choice'] = new \EasyCorp\Bundle\EasyAdminBundle\Form\Filter\Type\Configurator\ChoiceFilterTypeConfigurator())), => ($this->privates['easyadmin.form.type.configurator.type'] ?? $this->getEasyadmin_Form_Type_Configurator_TypeService()), => ($this->privates['easyadmin.form.type.configurator.entity'] ?? ($this->privates['easyadmin.form.type.configurator.entity'] = new \EasyCorp\Bundle\EasyAdminBundle\Form\Type\Configurator\EntityTypeConfigurator())), => ($this->privates['easyadmin.form.type.configurator.ivory_ckeditor'] ?? ($this->privates['easyadmin.form.type.configurator.ivory_ckeditor'] = new \EasyCorp\Bundle\EasyAdminBundle\Form\Type\Configurator\IvoryCKEditorTypeConfigurator())), => ($this->privates['easyadmin.form.type.configurator.fos_ckeditor'] ?? ($this->privates['easyadmin.form.type.configurator.fos_ckeditor'] = new \EasyCorp\Bundle\EasyAdminBundle\Form\Type\Configurator\FOSCKEditorTypeConfigurator()))], ($this->services['easyadmin.security.authorization_checker'] ?? $this->getEasyadmin_Security_AuthorizationCheckerService()));
  7503.     }
  7504.     /**
  7505.      * Gets the private 'easyadmin.form.type.autocomplete' shared service.
  7506.      *
  7507.      * @return \EasyCorp\Bundle\EasyAdminBundle\Form\Type\EasyAdminAutocompleteType
  7508.      */
  7509.     protected function getEasyadmin_Form_Type_AutocompleteService()
  7510.     {
  7511.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/form/FormTypeInterface.php';
  7512.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/form/AbstractType.php';
  7513.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/form/DataMapperInterface.php';
  7514.         include_once \dirname(__DIR__6).'/shared/vendor/easycorp/easyadmin-bundle/src/Form/Type/EasyAdminAutocompleteType.php';
  7515.         return $this->privates['easyadmin.form.type.autocomplete'] = new \EasyCorp\Bundle\EasyAdminBundle\Form\Type\EasyAdminAutocompleteType(($this->services['easyadmin.config.manager'] ?? $this->getEasyadmin_Config_ManagerService()));
  7516.     }
  7517.     /**
  7518.      * Gets the private 'easyadmin.form.type.batch' shared service.
  7519.      *
  7520.      * @return \EasyCorp\Bundle\EasyAdminBundle\Form\Type\EasyAdminBatchFormType
  7521.      */
  7522.     protected function getEasyadmin_Form_Type_BatchService()
  7523.     {
  7524.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/form/FormTypeInterface.php';
  7525.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/form/AbstractType.php';
  7526.         include_once \dirname(__DIR__6).'/shared/vendor/easycorp/easyadmin-bundle/src/Form/Type/EasyAdminBatchFormType.php';
  7527.         return $this->privates['easyadmin.form.type.batch'] = new \EasyCorp\Bundle\EasyAdminBundle\Form\Type\EasyAdminBatchFormType(($this->services['easyadmin.config.manager'] ?? $this->getEasyadmin_Config_ManagerService()));
  7528.     }
  7529.     /**
  7530.      * Gets the private 'easyadmin.form.type.configurator.type' shared service.
  7531.      *
  7532.      * @return \EasyCorp\Bundle\EasyAdminBundle\Form\Type\Configurator\TypeConfigurator
  7533.      */
  7534.     protected function getEasyadmin_Form_Type_Configurator_TypeService()
  7535.     {
  7536.         include_once \dirname(__DIR__6).'/shared/vendor/easycorp/easyadmin-bundle/src/Form/Type/Configurator/TypeConfiguratorInterface.php';
  7537.         include_once \dirname(__DIR__6).'/shared/vendor/easycorp/easyadmin-bundle/src/Form/Type/Configurator/TypeConfigurator.php';
  7538.         return $this->privates['easyadmin.form.type.configurator.type'] = new \EasyCorp\Bundle\EasyAdminBundle\Form\Type\Configurator\TypeConfigurator(($this->services['easyadmin.config.manager'] ?? $this->getEasyadmin_Config_ManagerService()));
  7539.     }
  7540.     /**
  7541.      * Gets the private 'easyadmin.form.type.divider' shared service.
  7542.      *
  7543.      * @return \EasyCorp\Bundle\EasyAdminBundle\Form\Type\EasyAdminDividerType
  7544.      */
  7545.     protected function getEasyadmin_Form_Type_DividerService()
  7546.     {
  7547.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/form/FormTypeInterface.php';
  7548.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/form/AbstractType.php';
  7549.         include_once \dirname(__DIR__6).'/shared/vendor/easycorp/easyadmin-bundle/src/Form/Type/EasyAdminDividerType.php';
  7550.         return $this->privates['easyadmin.form.type.divider'] = new \EasyCorp\Bundle\EasyAdminBundle\Form\Type\EasyAdminDividerType();
  7551.     }
  7552.     /**
  7553.      * Gets the private 'easyadmin.form.type.extension' shared service.
  7554.      *
  7555.      * @return \EasyCorp\Bundle\EasyAdminBundle\Form\Extension\EasyAdminExtension
  7556.      */
  7557.     protected function getEasyadmin_Form_Type_ExtensionService()
  7558.     {
  7559.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/form/FormTypeExtensionInterface.php';
  7560.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/form/AbstractTypeExtension.php';
  7561.         include_once \dirname(__DIR__6).'/shared/vendor/easycorp/easyadmin-bundle/src/Form/Extension/EasyAdminExtension.php';
  7562.         return $this->privates['easyadmin.form.type.extension'] = new \EasyCorp\Bundle\EasyAdminBundle\Form\Extension\EasyAdminExtension(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  7563.     }
  7564.     /**
  7565.      * Gets the private 'easyadmin.form.type.fileupload' shared service.
  7566.      *
  7567.      * @return \EasyCorp\Bundle\EasyAdminBundle\Form\Type\FileUploadType
  7568.      */
  7569.     protected function getEasyadmin_Form_Type_FileuploadService()
  7570.     {
  7571.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/form/FormTypeInterface.php';
  7572.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/form/AbstractType.php';
  7573.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/form/DataMapperInterface.php';
  7574.         include_once \dirname(__DIR__6).'/shared/vendor/easycorp/easyadmin-bundle/src/Form/Type/FileUploadType.php';
  7575.         return $this->privates['easyadmin.form.type.fileupload'] = new \EasyCorp\Bundle\EasyAdminBundle\Form\Type\FileUploadType(\dirname(__DIR__4));
  7576.     }
  7577.     /**
  7578.      * Gets the private 'easyadmin.form.type.filters' shared service.
  7579.      *
  7580.      * @return \EasyCorp\Bundle\EasyAdminBundle\Form\Type\EasyAdminFiltersFormType
  7581.      */
  7582.     protected function getEasyadmin_Form_Type_FiltersService()
  7583.     {
  7584.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/form/FormTypeInterface.php';
  7585.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/form/AbstractType.php';
  7586.         include_once \dirname(__DIR__6).'/shared/vendor/easycorp/easyadmin-bundle/src/Form/Type/EasyAdminFiltersFormType.php';
  7587.         include_once \dirname(__DIR__6).'/shared/vendor/easycorp/easyadmin-bundle/src/Form/Type/Configurator/TypeConfiguratorInterface.php';
  7588.         include_once \dirname(__DIR__6).'/shared/vendor/easycorp/easyadmin-bundle/src/Form/Type/Configurator/CodeEditorTypeConfigurator.php';
  7589.         include_once \dirname(__DIR__6).'/shared/vendor/easycorp/easyadmin-bundle/src/Form/Type/Configurator/TextareaTypeConfigurator.php';
  7590.         include_once \dirname(__DIR__6).'/shared/vendor/easycorp/easyadmin-bundle/src/Form/Type/Configurator/AutocompleteTypeConfigurator.php';
  7591.         include_once \dirname(__DIR__6).'/shared/vendor/easycorp/easyadmin-bundle/src/Form/Type/Configurator/CollectionTypeConfigurator.php';
  7592.         include_once \dirname(__DIR__6).'/shared/vendor/easycorp/easyadmin-bundle/src/Form/Type/Configurator/CheckboxTypeConfigurator.php';
  7593.         include_once \dirname(__DIR__6).'/shared/vendor/easycorp/easyadmin-bundle/src/Form/Filter/Type/Configurator/ChoiceFilterTypeConfigurator.php';
  7594.         include_once \dirname(__DIR__6).'/shared/vendor/easycorp/easyadmin-bundle/src/Form/Type/Configurator/EntityTypeConfigurator.php';
  7595.         include_once \dirname(__DIR__6).'/shared/vendor/easycorp/easyadmin-bundle/src/Form/Type/Configurator/IvoryCKEditorTypeConfigurator.php';
  7596.         include_once \dirname(__DIR__6).'/shared/vendor/easycorp/easyadmin-bundle/src/Form/Type/Configurator/FOSCKEditorTypeConfigurator.php';
  7597.         return $this->privates['easyadmin.form.type.filters'] = new \EasyCorp\Bundle\EasyAdminBundle\Form\Type\EasyAdminFiltersFormType(($this->services['easyadmin.config.manager'] ?? $this->getEasyadmin_Config_ManagerService()), [=> ($this->privates['easyadmin.form.type.configurator.code_editor'] ?? ($this->privates['easyadmin.form.type.configurator.code_editor'] = new \EasyCorp\Bundle\EasyAdminBundle\Form\Type\Configurator\CodeEditorTypeConfigurator())), => ($this->privates['easyadmin.form.type.configurator.textarea'] ?? ($this->privates['easyadmin.form.type.configurator.textarea'] = new \EasyCorp\Bundle\EasyAdminBundle\Form\Type\Configurator\TextareaTypeConfigurator())), => ($this->privates['easyadmin.form.type.configurator.autocomplete'] ?? ($this->privates['easyadmin.form.type.configurator.autocomplete'] = new \EasyCorp\Bundle\EasyAdminBundle\Form\Type\Configurator\AutocompleteTypeConfigurator())), => ($this->privates['easyadmin.form.type.configurator.collection'] ?? ($this->privates['easyadmin.form.type.configurator.collection'] = new \EasyCorp\Bundle\EasyAdminBundle\Form\Type\Configurator\CollectionTypeConfigurator())), => ($this->privates['easyadmin.form.type.configurator.checkbox'] ?? ($this->privates['easyadmin.form.type.configurator.checkbox'] = new \EasyCorp\Bundle\EasyAdminBundle\Form\Type\Configurator\CheckboxTypeConfigurator())), => ($this->privates['easyadmin.filter.type.configurator.choice'] ?? ($this->privates['easyadmin.filter.type.configurator.choice'] = new \EasyCorp\Bundle\EasyAdminBundle\Form\Filter\Type\Configurator\ChoiceFilterTypeConfigurator())), => ($this->privates['easyadmin.form.type.configurator.type'] ?? $this->getEasyadmin_Form_Type_Configurator_TypeService()), => ($this->privates['easyadmin.form.type.configurator.entity'] ?? ($this->privates['easyadmin.form.type.configurator.entity'] = new \EasyCorp\Bundle\EasyAdminBundle\Form\Type\Configurator\EntityTypeConfigurator())), => ($this->privates['easyadmin.form.type.configurator.ivory_ckeditor'] ?? ($this->privates['easyadmin.form.type.configurator.ivory_ckeditor'] = new \EasyCorp\Bundle\EasyAdminBundle\Form\Type\Configurator\IvoryCKEditorTypeConfigurator())), => ($this->privates['easyadmin.form.type.configurator.fos_ckeditor'] ?? ($this->privates['easyadmin.form.type.configurator.fos_ckeditor'] = new \EasyCorp\Bundle\EasyAdminBundle\Form\Type\Configurator\FOSCKEditorTypeConfigurator()))]);
  7598.     }
  7599.     /**
  7600.      * Gets the private 'easyadmin.form.type.group' shared service.
  7601.      *
  7602.      * @return \EasyCorp\Bundle\EasyAdminBundle\Form\Type\EasyAdminGroupType
  7603.      */
  7604.     protected function getEasyadmin_Form_Type_GroupService()
  7605.     {
  7606.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/form/FormTypeInterface.php';
  7607.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/form/AbstractType.php';
  7608.         include_once \dirname(__DIR__6).'/shared/vendor/easycorp/easyadmin-bundle/src/Form/Type/EasyAdminGroupType.php';
  7609.         return $this->privates['easyadmin.form.type.group'] = new \EasyCorp\Bundle\EasyAdminBundle\Form\Type\EasyAdminGroupType();
  7610.     }
  7611.     /**
  7612.      * Gets the private 'easyadmin.form.type.section' shared service.
  7613.      *
  7614.      * @return \EasyCorp\Bundle\EasyAdminBundle\Form\Type\EasyAdminSectionType
  7615.      */
  7616.     protected function getEasyadmin_Form_Type_SectionService()
  7617.     {
  7618.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/form/FormTypeInterface.php';
  7619.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/form/AbstractType.php';
  7620.         include_once \dirname(__DIR__6).'/shared/vendor/easycorp/easyadmin-bundle/src/Form/Type/EasyAdminSectionType.php';
  7621.         return $this->privates['easyadmin.form.type.section'] = new \EasyCorp\Bundle\EasyAdminBundle\Form\Type\EasyAdminSectionType();
  7622.     }
  7623.     /**
  7624.      * Gets the private 'error_handler.error_renderer.html' shared service.
  7625.      *
  7626.      * @return \Symfony\Component\ErrorHandler\ErrorRenderer\HtmlErrorRenderer
  7627.      */
  7628.     protected function getErrorHandler_ErrorRenderer_HtmlService()
  7629.     {
  7630.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/error-handler/ErrorRenderer/ErrorRendererInterface.php';
  7631.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/error-handler/ErrorRenderer/HtmlErrorRenderer.php';
  7632.         $a = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  7633.         return $this->privates['error_handler.error_renderer.html'] = new \Symfony\Component\ErrorHandler\ErrorRenderer\HtmlErrorRenderer(\Symfony\Component\ErrorHandler\ErrorRenderer\HtmlErrorRenderer::isDebug($atrue), 'UTF-8', ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()), \dirname(__DIR__4), \Symfony\Component\ErrorHandler\ErrorRenderer\HtmlErrorRenderer::getAndCleanOutputBuffer($a), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  7634.     }
  7635.     /**
  7636.      * Gets the private 'file_locator' shared service.
  7637.      *
  7638.      * @return \Symfony\Component\HttpKernel\Config\FileLocator
  7639.      */
  7640.     protected function getFileLocatorService()
  7641.     {
  7642.         return $this->privates['file_locator'] = new \Symfony\Component\HttpKernel\Config\FileLocator(($this->services['kernel'] ?? $this->get('kernel'1)), (\dirname(__DIR__4).'/src/Resources'), [=> (\dirname(__DIR__4).'/src')], false);
  7643.     }
  7644.     /**
  7645.      * Gets the private 'form.choice_list_factory.cached' shared service.
  7646.      *
  7647.      * @return \Symfony\Component\Form\ChoiceList\Factory\CachingFactoryDecorator
  7648.      */
  7649.     protected function getForm_ChoiceListFactory_CachedService()
  7650.     {
  7651.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/form/ChoiceList/Factory/ChoiceListFactoryInterface.php';
  7652.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/form/ChoiceList/Factory/CachingFactoryDecorator.php';
  7653.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/form/ChoiceList/Factory/PropertyAccessDecorator.php';
  7654.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/form/ChoiceList/Factory/DefaultChoiceListFactory.php';
  7655.         return $this->privates['form.choice_list_factory.cached'] = new \Symfony\Component\Form\ChoiceList\Factory\CachingFactoryDecorator(new \Symfony\Component\Form\ChoiceList\Factory\PropertyAccessDecorator(new \Symfony\Component\Form\ChoiceList\Factory\DefaultChoiceListFactory(), ($this->services['easyadmin.property_accessor'] ?? $this->getEasyadmin_PropertyAccessorService())));
  7656.     }
  7657.     /**
  7658.      * Gets the private 'form.registry' shared service.
  7659.      *
  7660.      * @return \Symfony\Component\Form\FormRegistry
  7661.      */
  7662.     protected function getForm_RegistryService()
  7663.     {
  7664.         return $this->privates['form.registry'] = new \Symfony\Component\Form\FormRegistry([=> new \Symfony\Component\Form\Extension\DependencyInjection\DependencyInjectionExtension(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7665.             'easyadmin.filter.type.array' => ['privates''easyadmin.filter.type.array''getEasyadmin_Filter_Type_ArrayService'false],
  7666.             'easyadmin.filter.type.boolean' => ['privates''easyadmin.filter.type.boolean''getEasyadmin_Filter_Type_BooleanService'false],
  7667.             'easyadmin.filter.type.choice' => ['privates''easyadmin.filter.type.choice''getEasyadmin_Filter_Type_ChoiceService'false],
  7668.             'easyadmin.filter.type.comparison' => ['privates''easyadmin.filter.type.comparison''getEasyadmin_Filter_Type_ComparisonService'false],
  7669.             'easyadmin.filter.type.date' => ['privates''easyadmin.filter.type.date''getEasyadmin_Filter_Type_DateService'false],
  7670.             'easyadmin.filter.type.dateinterval' => ['privates''easyadmin.filter.type.dateinterval''getEasyadmin_Filter_Type_DateintervalService'false],
  7671.             'easyadmin.filter.type.datetime' => ['privates''easyadmin.filter.type.datetime''getEasyadmin_Filter_Type_DatetimeService'false],
  7672.             'easyadmin.filter.type.decimal' => ['privates''easyadmin.filter.type.decimal''getEasyadmin_Filter_Type_DecimalService'false],
  7673.             'easyadmin.filter.type.entity' => ['privates''easyadmin.filter.type.entity''getEasyadmin_Filter_Type_EntityService'false],
  7674.             'easyadmin.filter.type.float' => ['privates''easyadmin.filter.type.float''getEasyadmin_Filter_Type_FloatService'false],
  7675.             'easyadmin.filter.type.integer' => ['privates''easyadmin.filter.type.integer''getEasyadmin_Filter_Type_IntegerService'false],
  7676.             'easyadmin.filter.type.text' => ['privates''easyadmin.filter.type.text''getEasyadmin_Filter_Type_TextService'false],
  7677.             'easyadmin.filter.type.textarea' => ['privates''easyadmin.filter.type.textarea''getEasyadmin_Filter_Type_TextareaService'false],
  7678.             'easyadmin.filter.type.time' => ['privates''easyadmin.filter.type.time''getEasyadmin_Filter_Type_TimeService'false],
  7679.         ], [
  7680.             'easyadmin.filter.type.array' => '?',
  7681.             'easyadmin.filter.type.boolean' => '?',
  7682.             'easyadmin.filter.type.choice' => '?',
  7683.             'easyadmin.filter.type.comparison' => '?',
  7684.             'easyadmin.filter.type.date' => '?',
  7685.             'easyadmin.filter.type.dateinterval' => '?',
  7686.             'easyadmin.filter.type.datetime' => '?',
  7687.             'easyadmin.filter.type.decimal' => '?',
  7688.             'easyadmin.filter.type.entity' => '?',
  7689.             'easyadmin.filter.type.float' => '?',
  7690.             'easyadmin.filter.type.integer' => '?',
  7691.             'easyadmin.filter.type.text' => '?',
  7692.             'easyadmin.filter.type.textarea' => '?',
  7693.             'easyadmin.filter.type.time' => '?',
  7694.         ]), [], new RewindableGenerator(function () {
  7695.             return new \EmptyIterator();
  7696.         }, 0)), => new \Symfony\Component\Form\Extension\DependencyInjection\DependencyInjectionExtension(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7697.             'App\\Form\\AlertType' => ['privates''App\\Form\\AlertType''getAlertTypeService'false],
  7698.             'App\\Form\\CalificationType' => ['privates''App\\Form\\CalificationType''getCalificationTypeService'false],
  7699.             'App\\Form\\Category1Type' => ['privates''App\\Form\\Category1Type''getCategory1TypeService'false],
  7700.             'App\\Form\\CategoryType' => ['privates''App\\Form\\CategoryType''getCategoryTypeService'false],
  7701.             'App\\Form\\CompanyType' => ['privates''App\\Form\\CompanyType''getCompanyTypeService'false],
  7702.             'App\\Form\\ConsultaType' => ['privates''App\\Form\\ConsultaType''getConsultaTypeService'false],
  7703.             'App\\Form\\ContactMessageFormType' => ['privates''App\\Form\\ContactMessageFormType''getContactMessageFormTypeService'false],
  7704.             'App\\Form\\EducationType' => ['privates''App\\Form\\EducationType''getEducationTypeService'false],
  7705.             'App\\Form\\ImageType' => ['privates''App\\Form\\ImageType''getImageTypeService'false],
  7706.             'App\\Form\\JobType' => ['privates''App\\Form\\JobType''getJobTypeService'false],
  7707.             'App\\Form\\MetadataType' => ['privates''App\\Form\\MetadataType''getMetadataTypeService'false],
  7708.             'App\\Form\\OcupationType' => ['privates''App\\Form\\OcupationType''getOcupationTypeService'false],
  7709.             'App\\Form\\PaymentForJobsType' => ['privates''App\\Form\\PaymentForJobsType''getPaymentForJobsTypeService'false],
  7710.             'App\\Form\\PaymentForServicesType' => ['privates''App\\Form\\PaymentForServicesType''getPaymentForServicesTypeService'false],
  7711.             'App\\Form\\PaymentType' => ['privates''App\\Form\\PaymentType''getPaymentTypeService'false],
  7712.             'App\\Form\\Policy1Type' => ['privates''App\\Form\\Policy1Type''getPolicy1TypeService'false],
  7713.             'App\\Form\\ProfesionalSkillType' => ['privates''App\\Form\\ProfesionalSkillType''getProfesionalSkillTypeService'false],
  7714.             'App\\Form\\ProfessionType' => ['privates''App\\Form\\ProfessionType''getProfessionTypeService'false],
  7715.             'App\\Form\\RespuestaConsultaType' => ['privates''App\\Form\\RespuestaConsultaType''getRespuestaConsultaTypeService'false],
  7716.             'App\\Form\\ResumeFilesType' => ['privates''App\\Form\\ResumeFilesType''getResumeFilesTypeService'false],
  7717.             'App\\Form\\ResumeMetadataType' => ['privates''App\\Form\\ResumeMetadataType''getResumeMetadataTypeService'false],
  7718.             'App\\Form\\ResumeType' => ['privates''App\\Form\\ResumeType''getResumeTypeService'false],
  7719.             'App\\Form\\ServiceJobType' => ['privates''App\\Form\\ServiceJobType''getServiceJobTypeService'false],
  7720.             'App\\Form\\SlideType' => ['privates''App\\Form\\SlideType''getSlideTypeService'false],
  7721.             'App\\Form\\StaticPageType' => ['privates''App\\Form\\StaticPageType''getStaticPageTypeService'false],
  7722.             'App\\Form\\TitleType' => ['privates''App\\Form\\TitleType''getTitleTypeService'false],
  7723.             'App\\Form\\UserEditType' => ['privates''App\\Form\\UserEditType''getUserEditTypeService'false],
  7724.             'App\\Form\\UserFullyEmployerType' => ['privates''App\\Form\\UserFullyEmployerType''getUserFullyEmployerTypeService'false],
  7725.             'App\\Form\\UserFullyType' => ['privates''App\\Form\\UserFullyType''getUserFullyTypeService'false],
  7726.             'App\\Form\\UserRadioType' => ['privates''App\\Form\\UserRadioType''getUserRadioTypeService'false],
  7727.             'App\\Form\\UserSkillsType' => ['privates''App\\Form\\UserSkillsType''getUserSkillsTypeService'false],
  7728.             'App\\Form\\UserType' => ['privates''App\\Form\\UserType''getUserTypeService'false],
  7729.             'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\EasyAdminAutocompleteType' => ['privates''easyadmin.form.type.autocomplete''getEasyadmin_Form_Type_AutocompleteService'false],
  7730.             'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\EasyAdminBatchFormType' => ['privates''easyadmin.form.type.batch''getEasyadmin_Form_Type_BatchService'false],
  7731.             'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\EasyAdminDividerType' => ['privates''easyadmin.form.type.divider''getEasyadmin_Form_Type_DividerService'false],
  7732.             'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\EasyAdminFiltersFormType' => ['privates''easyadmin.form.type.filters''getEasyadmin_Form_Type_FiltersService'false],
  7733.             'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\EasyAdminFormType' => ['privates''easyadmin.form.type''getEasyadmin_Form_TypeService'false],
  7734.             'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\EasyAdminGroupType' => ['privates''easyadmin.form.type.group''getEasyadmin_Form_Type_GroupService'false],
  7735.             'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\EasyAdminSectionType' => ['privates''easyadmin.form.type.section''getEasyadmin_Form_Type_SectionService'false],
  7736.             'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\FileUploadType' => ['privates''easyadmin.form.type.fileupload''getEasyadmin_Form_Type_FileuploadService'false],
  7737.             'FOS\\CKEditorBundle\\Form\\Type\\CKEditorType' => ['privates''fos_ck_editor.form.type''getFosCkEditor_Form_TypeService'false],
  7738.             'FOS\\UserBundle\\Form\\Type\\ChangePasswordFormType' => ['privates''fos_user.change_password.form.type''getFosUser_ChangePassword_Form_TypeService'false],
  7739.             'FOS\\UserBundle\\Form\\Type\\ProfileFormType' => ['privates''fos_user.profile.form.type''getFosUser_Profile_Form_TypeService'false],
  7740.             'FOS\\UserBundle\\Form\\Type\\RegistrationFormType' => ['privates''fos_user.registration.form.type''getFosUser_Registration_Form_TypeService'false],
  7741.             'FOS\\UserBundle\\Form\\Type\\ResettingFormType' => ['privates''fos_user.resetting.form.type''getFosUser_Resetting_Form_TypeService'false],
  7742.             'FOS\\UserBundle\\Form\\Type\\UsernameFormType' => ['privates''fos_user.username_form_type''getFosUser_UsernameFormTypeService'false],
  7743.             'Gregwar\\CaptchaBundle\\Type\\CaptchaType' => ['services''gregwar_captcha.type''getGregwarCaptcha_TypeService'false],
  7744.             'Sonata\\BlockBundle\\Form\\Type\\ContainerTemplateType' => ['privates''sonata.block.form.type.container_template''getSonata_Block_Form_Type_ContainerTemplateService'false],
  7745.             'Sonata\\BlockBundle\\Form\\Type\\ServiceListType' => ['privates''sonata.block.form.type.block''getSonata_Block_Form_Type_BlockService'false],
  7746.             'Sonata\\Form\\Type\\BooleanType' => ['privates''sonata.form.type.boolean''getSonata_Form_Type_BooleanService'false],
  7747.             'Sonata\\Form\\Type\\CollectionType' => ['privates''sonata.form.type.collection''getSonata_Form_Type_CollectionService'false],
  7748.             'Sonata\\Form\\Type\\DatePickerType' => ['privates''sonata.form.type.date_picker''getSonata_Form_Type_DatePickerService'false],
  7749.             'Sonata\\Form\\Type\\DateRangePickerType' => ['privates''sonata.form.type.date_range_picker''getSonata_Form_Type_DateRangePickerService'false],
  7750.             'Sonata\\Form\\Type\\DateRangeType' => ['privates''sonata.form.type.date_range''getSonata_Form_Type_DateRangeService'false],
  7751.             'Sonata\\Form\\Type\\DateTimePickerType' => ['privates''sonata.form.type.datetime_picker''getSonata_Form_Type_DatetimePickerService'false],
  7752.             'Sonata\\Form\\Type\\DateTimeRangePickerType' => ['privates''sonata.form.type.datetime_range_picker''getSonata_Form_Type_DatetimeRangePickerService'false],
  7753.             'Sonata\\Form\\Type\\DateTimeRangeType' => ['privates''sonata.form.type.datetime_range''getSonata_Form_Type_DatetimeRangeService'false],
  7754.             'Sonata\\Form\\Type\\EqualType' => ['privates''sonata.form.type.equal''getSonata_Form_Type_EqualService'false],
  7755.             'Sonata\\Form\\Type\\ImmutableArrayType' => ['privates''sonata.form.type.array''getSonata_Form_Type_ArrayService'false],
  7756.             'Symfony\\Bridge\\Doctrine\\Form\\Type\\EntityType' => ['privates''form.type.entity''getForm_Type_EntityService'false],
  7757.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType' => ['privates''form.type.choice''getForm_Type_ChoiceService'false],
  7758.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType' => ['services''form.type.file''getForm_Type_FileService'false],
  7759.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => ['privates''form.type.form''getForm_Type_FormService'false],
  7760.             'Vich\\UploaderBundle\\Form\\Type\\VichFileType' => ['services''vich_uploader.form.type.file''getVichUploader_Form_Type_FileService'false],
  7761.             'Vich\\UploaderBundle\\Form\\Type\\VichImageType' => ['services''vich_uploader.form.type.image''getVichUploader_Form_Type_ImageService'false],
  7762.         ], [
  7763.             'App\\Form\\AlertType' => '?',
  7764.             'App\\Form\\CalificationType' => '?',
  7765.             'App\\Form\\Category1Type' => '?',
  7766.             'App\\Form\\CategoryType' => '?',
  7767.             'App\\Form\\CompanyType' => '?',
  7768.             'App\\Form\\ConsultaType' => '?',
  7769.             'App\\Form\\ContactMessageFormType' => '?',
  7770.             'App\\Form\\EducationType' => '?',
  7771.             'App\\Form\\ImageType' => '?',
  7772.             'App\\Form\\JobType' => '?',
  7773.             'App\\Form\\MetadataType' => '?',
  7774.             'App\\Form\\OcupationType' => '?',
  7775.             'App\\Form\\PaymentForJobsType' => '?',
  7776.             'App\\Form\\PaymentForServicesType' => '?',
  7777.             'App\\Form\\PaymentType' => '?',
  7778.             'App\\Form\\Policy1Type' => '?',
  7779.             'App\\Form\\ProfesionalSkillType' => '?',
  7780.             'App\\Form\\ProfessionType' => '?',
  7781.             'App\\Form\\RespuestaConsultaType' => '?',
  7782.             'App\\Form\\ResumeFilesType' => '?',
  7783.             'App\\Form\\ResumeMetadataType' => '?',
  7784.             'App\\Form\\ResumeType' => '?',
  7785.             'App\\Form\\ServiceJobType' => '?',
  7786.             'App\\Form\\SlideType' => '?',
  7787.             'App\\Form\\StaticPageType' => '?',
  7788.             'App\\Form\\TitleType' => '?',
  7789.             'App\\Form\\UserEditType' => '?',
  7790.             'App\\Form\\UserFullyEmployerType' => '?',
  7791.             'App\\Form\\UserFullyType' => '?',
  7792.             'App\\Form\\UserRadioType' => '?',
  7793.             'App\\Form\\UserSkillsType' => '?',
  7794.             'App\\Form\\UserType' => '?',
  7795.             'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\EasyAdminAutocompleteType' => '?',
  7796.             'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\EasyAdminBatchFormType' => '?',
  7797.             'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\EasyAdminDividerType' => '?',
  7798.             'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\EasyAdminFiltersFormType' => '?',
  7799.             'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\EasyAdminFormType' => '?',
  7800.             'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\EasyAdminGroupType' => '?',
  7801.             'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\EasyAdminSectionType' => '?',
  7802.             'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\FileUploadType' => '?',
  7803.             'FOS\\CKEditorBundle\\Form\\Type\\CKEditorType' => '?',
  7804.             'FOS\\UserBundle\\Form\\Type\\ChangePasswordFormType' => '?',
  7805.             'FOS\\UserBundle\\Form\\Type\\ProfileFormType' => '?',
  7806.             'FOS\\UserBundle\\Form\\Type\\RegistrationFormType' => '?',
  7807.             'FOS\\UserBundle\\Form\\Type\\ResettingFormType' => '?',
  7808.             'FOS\\UserBundle\\Form\\Type\\UsernameFormType' => '?',
  7809.             'Gregwar\\CaptchaBundle\\Type\\CaptchaType' => '?',
  7810.             'Sonata\\BlockBundle\\Form\\Type\\ContainerTemplateType' => '?',
  7811.             'Sonata\\BlockBundle\\Form\\Type\\ServiceListType' => '?',
  7812.             'Sonata\\Form\\Type\\BooleanType' => '?',
  7813.             'Sonata\\Form\\Type\\CollectionType' => '?',
  7814.             'Sonata\\Form\\Type\\DatePickerType' => '?',
  7815.             'Sonata\\Form\\Type\\DateRangePickerType' => '?',
  7816.             'Sonata\\Form\\Type\\DateRangeType' => '?',
  7817.             'Sonata\\Form\\Type\\DateTimePickerType' => '?',
  7818.             'Sonata\\Form\\Type\\DateTimeRangePickerType' => '?',
  7819.             'Sonata\\Form\\Type\\DateTimeRangeType' => '?',
  7820.             'Sonata\\Form\\Type\\EqualType' => '?',
  7821.             'Sonata\\Form\\Type\\ImmutableArrayType' => '?',
  7822.             'Symfony\\Bridge\\Doctrine\\Form\\Type\\EntityType' => '?',
  7823.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType' => '?',
  7824.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType' => '?',
  7825.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => '?',
  7826.             'Vich\\UploaderBundle\\Form\\Type\\VichFileType' => '?',
  7827.             'Vich\\UploaderBundle\\Form\\Type\\VichImageType' => '?',
  7828.         ]), ['Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => new RewindableGenerator(function () {
  7829.             yield => ($this->privates['form.type_extension.form.transformation_failure_handling'] ?? $this->getForm_TypeExtension_Form_TransformationFailureHandlingService());
  7830.             yield => ($this->privates['form.type_extension.form.http_foundation'] ?? $this->getForm_TypeExtension_Form_HttpFoundationService());
  7831.             yield => ($this->privates['form.type_extension.form.validator'] ?? $this->getForm_TypeExtension_Form_ValidatorService());
  7832.             yield => ($this->privates['form.type_extension.upload.validator'] ?? $this->getForm_TypeExtension_Upload_ValidatorService());
  7833.             yield => ($this->privates['form.type_extension.csrf'] ?? $this->getForm_TypeExtension_CsrfService());
  7834.             yield => ($this->privates['form.type_extension.form.data_collector'] ?? $this->getForm_TypeExtension_Form_DataCollectorService());
  7835.             yield => ($this->privates['easyadmin.form.type.extension'] ?? $this->getEasyadmin_Form_Type_ExtensionService());
  7836.         }, 7), 'Symfony\\Component\\Form\\Extension\\Core\\Type\\RepeatedType' => new RewindableGenerator(function () {
  7837.             yield => ($this->privates['form.type_extension.repeated.validator'] ?? ($this->privates['form.type_extension.repeated.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\RepeatedTypeValidatorExtension()));
  7838.         }, 1), 'Symfony\\Component\\Form\\Extension\\Core\\Type\\SubmitType' => new RewindableGenerator(function () {
  7839.             yield => ($this->privates['form.type_extension.submit.validator'] ?? ($this->privates['form.type_extension.submit.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\SubmitTypeValidatorExtension()));
  7840.         }, 1)], new RewindableGenerator(function () {
  7841.             yield => ($this->privates['form.type_guesser.validator'] ?? $this->getForm_TypeGuesser_ValidatorService());
  7842.             yield => ($this->privates['form.type_guesser.doctrine'] ?? $this->getForm_TypeGuesser_DoctrineService());
  7843.             yield => ($this->services['easyadmin.form.guesser.missing_doctrine_orm_type_guesser'] ?? $this->getEasyadmin_Form_Guesser_MissingDoctrineOrmTypeGuesserService());
  7844.         }, 3))], new \Symfony\Component\Form\Extension\DataCollector\Proxy\ResolvedTypeFactoryDataCollectorProxy(new \Symfony\Component\Form\ResolvedFormTypeFactory(), ($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService())));
  7845.     }
  7846.     /**
  7847.      * Gets the private 'form.server_params' shared service.
  7848.      *
  7849.      * @return \Symfony\Component\Form\Util\ServerParams
  7850.      */
  7851.     protected function getForm_ServerParamsService()
  7852.     {
  7853.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/form/Util/ServerParams.php';
  7854.         return $this->privates['form.server_params'] = new \Symfony\Component\Form\Util\ServerParams(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  7855.     }
  7856.     /**
  7857.      * Gets the private 'form.type.choice' shared service.
  7858.      *
  7859.      * @return \Symfony\Component\Form\Extension\Core\Type\ChoiceType
  7860.      */
  7861.     protected function getForm_Type_ChoiceService()
  7862.     {
  7863.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/form/FormTypeInterface.php';
  7864.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/form/AbstractType.php';
  7865.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/form/Extension/Core/Type/ChoiceType.php';
  7866.         return $this->privates['form.type.choice'] = new \Symfony\Component\Form\Extension\Core\Type\ChoiceType(($this->privates['form.choice_list_factory.cached'] ?? $this->getForm_ChoiceListFactory_CachedService()), ($this->services['translator'] ?? $this->getTranslatorService()));
  7867.     }
  7868.     /**
  7869.      * Gets the private 'form.type.entity' shared service.
  7870.      *
  7871.      * @return \Symfony\Bridge\Doctrine\Form\Type\EntityType
  7872.      */
  7873.     protected function getForm_Type_EntityService()
  7874.     {
  7875.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/form/FormTypeInterface.php';
  7876.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/form/AbstractType.php';
  7877.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/doctrine-bridge/Form/Type/DoctrineType.php';
  7878.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/doctrine-bridge/Form/Type/EntityType.php';
  7879.         return $this->privates['form.type.entity'] = new \Symfony\Bridge\Doctrine\Form\Type\EntityType(($this->services['doctrine'] ?? $this->getDoctrineService()));
  7880.     }
  7881.     /**
  7882.      * Gets the private 'form.type.form' shared service.
  7883.      *
  7884.      * @return \Symfony\Component\Form\Extension\Core\Type\FormType
  7885.      */
  7886.     protected function getForm_Type_FormService()
  7887.     {
  7888.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/form/FormTypeInterface.php';
  7889.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/form/AbstractType.php';
  7890.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/form/Extension/Core/Type/BaseType.php';
  7891.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/form/Extension/Core/Type/FormType.php';
  7892.         return $this->privates['form.type.form'] = new \Symfony\Component\Form\Extension\Core\Type\FormType(($this->services['easyadmin.property_accessor'] ?? $this->getEasyadmin_PropertyAccessorService()));
  7893.     }
  7894.     /**
  7895.      * Gets the private 'form.type_extension.csrf' shared service.
  7896.      *
  7897.      * @return \Symfony\Component\Form\Extension\Csrf\Type\FormTypeCsrfExtension
  7898.      */
  7899.     protected function getForm_TypeExtension_CsrfService()
  7900.     {
  7901.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/form/FormTypeExtensionInterface.php';
  7902.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/form/AbstractTypeExtension.php';
  7903.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/form/Extension/Csrf/Type/FormTypeCsrfExtension.php';
  7904.         return $this->privates['form.type_extension.csrf'] = new \Symfony\Component\Form\Extension\Csrf\Type\FormTypeCsrfExtension(($this->services['security.csrf.token_manager'] ?? $this->getSecurity_Csrf_TokenManagerService()), true'_token', ($this->services['translator'] ?? $this->getTranslatorService()), 'validators', ($this->privates['form.server_params'] ?? $this->getForm_ServerParamsService()));
  7905.     }
  7906.     /**
  7907.      * Gets the private 'form.type_extension.form.data_collector' shared service.
  7908.      *
  7909.      * @return \Symfony\Component\Form\Extension\DataCollector\Type\DataCollectorTypeExtension
  7910.      */
  7911.     protected function getForm_TypeExtension_Form_DataCollectorService()
  7912.     {
  7913.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/form/FormTypeExtensionInterface.php';
  7914.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/form/AbstractTypeExtension.php';
  7915.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/form/Extension/DataCollector/Type/DataCollectorTypeExtension.php';
  7916.         return $this->privates['form.type_extension.form.data_collector'] = new \Symfony\Component\Form\Extension\DataCollector\Type\DataCollectorTypeExtension(($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService()));
  7917.     }
  7918.     /**
  7919.      * Gets the private 'form.type_extension.form.http_foundation' shared service.
  7920.      *
  7921.      * @return \Symfony\Component\Form\Extension\HttpFoundation\Type\FormTypeHttpFoundationExtension
  7922.      */
  7923.     protected function getForm_TypeExtension_Form_HttpFoundationService()
  7924.     {
  7925.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/form/FormTypeExtensionInterface.php';
  7926.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/form/AbstractTypeExtension.php';
  7927.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/form/Extension/HttpFoundation/Type/FormTypeHttpFoundationExtension.php';
  7928.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/form/RequestHandlerInterface.php';
  7929.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/form/Extension/HttpFoundation/HttpFoundationRequestHandler.php';
  7930.         return $this->privates['form.type_extension.form.http_foundation'] = new \Symfony\Component\Form\Extension\HttpFoundation\Type\FormTypeHttpFoundationExtension(new \Symfony\Component\Form\Extension\HttpFoundation\HttpFoundationRequestHandler(($this->privates['form.server_params'] ?? $this->getForm_ServerParamsService())));
  7931.     }
  7932.     /**
  7933.      * Gets the private 'form.type_extension.form.transformation_failure_handling' shared service.
  7934.      *
  7935.      * @return \Symfony\Component\Form\Extension\Core\Type\TransformationFailureExtension
  7936.      */
  7937.     protected function getForm_TypeExtension_Form_TransformationFailureHandlingService()
  7938.     {
  7939.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/form/FormTypeExtensionInterface.php';
  7940.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/form/AbstractTypeExtension.php';
  7941.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/form/Extension/Core/Type/TransformationFailureExtension.php';
  7942.         return $this->privates['form.type_extension.form.transformation_failure_handling'] = new \Symfony\Component\Form\Extension\Core\Type\TransformationFailureExtension(($this->services['translator'] ?? $this->getTranslatorService()));
  7943.     }
  7944.     /**
  7945.      * Gets the private 'form.type_extension.form.validator' shared service.
  7946.      *
  7947.      * @return \Symfony\Component\Form\Extension\Validator\Type\FormTypeValidatorExtension
  7948.      */
  7949.     protected function getForm_TypeExtension_Form_ValidatorService()
  7950.     {
  7951.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/form/FormTypeExtensionInterface.php';
  7952.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/form/AbstractTypeExtension.php';
  7953.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/form/Extension/Validator/Type/BaseValidatorExtension.php';
  7954.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/form/Extension/Validator/Type/FormTypeValidatorExtension.php';
  7955.         return $this->privates['form.type_extension.form.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\FormTypeValidatorExtension(($this->services['validator'] ?? $this->getValidatorService()));
  7956.     }
  7957.     /**
  7958.      * Gets the private 'form.type_extension.upload.validator' shared service.
  7959.      *
  7960.      * @return \Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension
  7961.      */
  7962.     protected function getForm_TypeExtension_Upload_ValidatorService()
  7963.     {
  7964.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/form/FormTypeExtensionInterface.php';
  7965.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/form/AbstractTypeExtension.php';
  7966.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/form/Extension/Validator/Type/UploadValidatorExtension.php';
  7967.         return $this->privates['form.type_extension.upload.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension(($this->services['translator'] ?? $this->getTranslatorService()), 'validators');
  7968.     }
  7969.     /**
  7970.      * Gets the private 'form.type_guesser.doctrine' shared service.
  7971.      *
  7972.      * @return \Symfony\Bridge\Doctrine\Form\DoctrineOrmTypeGuesser
  7973.      */
  7974.     protected function getForm_TypeGuesser_DoctrineService()
  7975.     {
  7976.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/form/FormTypeGuesserInterface.php';
  7977.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/doctrine-bridge/Form/DoctrineOrmTypeGuesser.php';
  7978.         return $this->privates['form.type_guesser.doctrine'] = new \Symfony\Bridge\Doctrine\Form\DoctrineOrmTypeGuesser(($this->services['doctrine'] ?? $this->getDoctrineService()));
  7979.     }
  7980.     /**
  7981.      * Gets the private 'form.type_guesser.validator' shared service.
  7982.      *
  7983.      * @return \Symfony\Component\Form\Extension\Validator\ValidatorTypeGuesser
  7984.      */
  7985.     protected function getForm_TypeGuesser_ValidatorService()
  7986.     {
  7987.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/form/FormTypeGuesserInterface.php';
  7988.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/form/Extension/Validator/ValidatorTypeGuesser.php';
  7989.         return $this->privates['form.type_guesser.validator'] = new \Symfony\Component\Form\Extension\Validator\ValidatorTypeGuesser(($this->services['validator'] ?? $this->getValidatorService()));
  7990.     }
  7991.     /**
  7992.      * Gets the private 'fos_ck_editor.command.installer' shared service.
  7993.      *
  7994.      * @return \FOS\CKEditorBundle\Command\CKEditorInstallerCommand
  7995.      */
  7996.     protected function getFosCkEditor_Command_InstallerService()
  7997.     {
  7998.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/console/Command/Command.php';
  7999.         include_once \dirname(__DIR__6).'/shared/vendor/friendsofsymfony/ckeditor-bundle/src/Command/CKEditorInstallerCommand.php';
  8000.         include_once \dirname(__DIR__6).'/shared/vendor/friendsofsymfony/ckeditor-bundle/src/Installer/CKEditorInstaller.php';
  8001.         $this->privates['fos_ck_editor.command.installer'] = $instance = new \FOS\CKEditorBundle\Command\CKEditorInstallerCommand(new \FOS\CKEditorBundle\Installer\CKEditorInstaller());
  8002.         $instance->setName('ckeditor:install');
  8003.         return $instance;
  8004.     }
  8005.     /**
  8006.      * Gets the private 'fos_ck_editor.form.type' shared service.
  8007.      *
  8008.      * @return \FOS\CKEditorBundle\Form\Type\CKEditorType
  8009.      */
  8010.     protected function getFosCkEditor_Form_TypeService()
  8011.     {
  8012.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/form/FormTypeInterface.php';
  8013.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/form/AbstractType.php';
  8014.         include_once \dirname(__DIR__6).'/shared/vendor/friendsofsymfony/ckeditor-bundle/src/Form/Type/CKEditorType.php';
  8015.         include_once \dirname(__DIR__6).'/shared/vendor/friendsofsymfony/ckeditor-bundle/src/Config/CKEditorConfigurationInterface.php';
  8016.         include_once \dirname(__DIR__6).'/shared/vendor/friendsofsymfony/ckeditor-bundle/src/Config/CKEditorConfiguration.php';
  8017.         return $this->privates['fos_ck_editor.form.type'] = new \FOS\CKEditorBundle\Form\Type\CKEditorType(new \FOS\CKEditorBundle\Config\CKEditorConfiguration(['base_path' => 'build/ckeditor''js_path' => 'build/ckeditor/ckeditor.js''enable' => true'async' => false'auto_inline' => true'inline' => false'autoload' => true'jquery' => false'require_js' => false'input_sync' => false'jquery_path' => 'bundles/fosckeditor/adapters/jquery.js''default_config' => NULL'configs' => [], 'plugins' => [], 'styles' => [], 'templates' => [], 'filebrowsers' => [], 'toolbars' => ['configs' => [], 'items' => []]]));
  8018.     }
  8019.     /**
  8020.      * Gets the private 'fos_js_routing.dump_command' shared service.
  8021.      *
  8022.      * @return \FOS\JsRoutingBundle\Command\DumpCommand
  8023.      */
  8024.     protected function getFosJsRouting_DumpCommandService()
  8025.     {
  8026.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/console/Command/Command.php';
  8027.         include_once \dirname(__DIR__6).'/shared/vendor/friendsofsymfony/jsrouting-bundle/Command/DumpCommand.php';
  8028.         $this->privates['fos_js_routing.dump_command'] = $instance = new \FOS\JsRoutingBundle\Command\DumpCommand(($this->services['fos_js_routing.extractor'] ?? $this->getFosJsRouting_ExtractorService()), ($this->services['fos_js_routing.serializer'] ?? $this->getFosJsRouting_SerializerService()), \dirname(__DIR__4), NULL);
  8029.         $instance->setName('fos:js-routing:dump');
  8030.         return $instance;
  8031.     }
  8032.     /**
  8033.      * Gets the private 'fos_js_routing.router_debug_exposed_command' shared service.
  8034.      *
  8035.      * @return \FOS\JsRoutingBundle\Command\RouterDebugExposedCommand
  8036.      */
  8037.     protected function getFosJsRouting_RouterDebugExposedCommandService()
  8038.     {
  8039.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/console/Command/Command.php';
  8040.         include_once \dirname(__DIR__6).'/shared/vendor/friendsofsymfony/jsrouting-bundle/Command/RouterDebugExposedCommand.php';
  8041.         $this->privates['fos_js_routing.router_debug_exposed_command'] = $instance = new \FOS\JsRoutingBundle\Command\RouterDebugExposedCommand(($this->services['fos_js_routing.extractor'] ?? $this->getFosJsRouting_ExtractorService()), ($this->services['router'] ?? $this->getRouterService()));
  8042.         $instance->setName('fos:js-routing:debug');
  8043.         return $instance;
  8044.     }
  8045.     /**
  8046.      * Gets the private 'fos_user.change_password.form.type' shared service.
  8047.      *
  8048.      * @return \FOS\UserBundle\Form\Type\ChangePasswordFormType
  8049.      */
  8050.     protected function getFosUser_ChangePassword_Form_TypeService()
  8051.     {
  8052.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/form/FormTypeInterface.php';
  8053.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/form/AbstractType.php';
  8054.         include_once \dirname(__DIR__6).'/shared/vendor/friendsofsymfony/user-bundle/Form/Type/ChangePasswordFormType.php';
  8055.         return $this->privates['fos_user.change_password.form.type'] = new \FOS\UserBundle\Form\Type\ChangePasswordFormType('App\\Entity\\User');
  8056.     }
  8057.     /**
  8058.      * Gets the private 'fos_user.command.activate_user' shared service.
  8059.      *
  8060.      * @return \FOS\UserBundle\Command\ActivateUserCommand
  8061.      */
  8062.     protected function getFosUser_Command_ActivateUserService()
  8063.     {
  8064.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/console/Command/Command.php';
  8065.         include_once \dirname(__DIR__6).'/shared/vendor/friendsofsymfony/user-bundle/Command/ActivateUserCommand.php';
  8066.         $this->privates['fos_user.command.activate_user'] = $instance = new \FOS\UserBundle\Command\ActivateUserCommand(($this->privates['fos_user.util.user_manipulator'] ?? $this->getFosUser_Util_UserManipulatorService()));
  8067.         $instance->setName('fos:user:activate');
  8068.         return $instance;
  8069.     }
  8070.     /**
  8071.      * Gets the private 'fos_user.command.change_password' shared service.
  8072.      *
  8073.      * @return \FOS\UserBundle\Command\ChangePasswordCommand
  8074.      */
  8075.     protected function getFosUser_Command_ChangePasswordService()
  8076.     {
  8077.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/console/Command/Command.php';
  8078.         include_once \dirname(__DIR__6).'/shared/vendor/friendsofsymfony/user-bundle/Command/ChangePasswordCommand.php';
  8079.         $this->privates['fos_user.command.change_password'] = $instance = new \FOS\UserBundle\Command\ChangePasswordCommand(($this->privates['fos_user.util.user_manipulator'] ?? $this->getFosUser_Util_UserManipulatorService()));
  8080.         $instance->setName('fos:user:change-password');
  8081.         return $instance;
  8082.     }
  8083.     /**
  8084.      * Gets the private 'fos_user.command.create_user' shared service.
  8085.      *
  8086.      * @return \FOS\UserBundle\Command\CreateUserCommand
  8087.      */
  8088.     protected function getFosUser_Command_CreateUserService()
  8089.     {
  8090.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/console/Command/Command.php';
  8091.         include_once \dirname(__DIR__6).'/shared/vendor/friendsofsymfony/user-bundle/Command/CreateUserCommand.php';
  8092.         $this->privates['fos_user.command.create_user'] = $instance = new \FOS\UserBundle\Command\CreateUserCommand(($this->privates['fos_user.util.user_manipulator'] ?? $this->getFosUser_Util_UserManipulatorService()));
  8093.         $instance->setName('fos:user:create');
  8094.         return $instance;
  8095.     }
  8096.     /**
  8097.      * Gets the private 'fos_user.command.deactivate_user' shared service.
  8098.      *
  8099.      * @return \FOS\UserBundle\Command\DeactivateUserCommand
  8100.      */
  8101.     protected function getFosUser_Command_DeactivateUserService()
  8102.     {
  8103.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/console/Command/Command.php';
  8104.         include_once \dirname(__DIR__6).'/shared/vendor/friendsofsymfony/user-bundle/Command/DeactivateUserCommand.php';
  8105.         $this->privates['fos_user.command.deactivate_user'] = $instance = new \FOS\UserBundle\Command\DeactivateUserCommand(($this->privates['fos_user.util.user_manipulator'] ?? $this->getFosUser_Util_UserManipulatorService()));
  8106.         $instance->setName('fos:user:deactivate');
  8107.         return $instance;
  8108.     }
  8109.     /**
  8110.      * Gets the private 'fos_user.command.demote_user' shared service.
  8111.      *
  8112.      * @return \FOS\UserBundle\Command\DemoteUserCommand
  8113.      */
  8114.     protected function getFosUser_Command_DemoteUserService()
  8115.     {
  8116.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/console/Command/Command.php';
  8117.         include_once \dirname(__DIR__6).'/shared/vendor/friendsofsymfony/user-bundle/Command/RoleCommand.php';
  8118.         include_once \dirname(__DIR__6).'/shared/vendor/friendsofsymfony/user-bundle/Command/DemoteUserCommand.php';
  8119.         $this->privates['fos_user.command.demote_user'] = $instance = new \FOS\UserBundle\Command\DemoteUserCommand(($this->privates['fos_user.util.user_manipulator'] ?? $this->getFosUser_Util_UserManipulatorService()));
  8120.         $instance->setName('fos:user:demote');
  8121.         return $instance;
  8122.     }
  8123.     /**
  8124.      * Gets the private 'fos_user.command.promote_user' shared service.
  8125.      *
  8126.      * @return \FOS\UserBundle\Command\PromoteUserCommand
  8127.      */
  8128.     protected function getFosUser_Command_PromoteUserService()
  8129.     {
  8130.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/console/Command/Command.php';
  8131.         include_once \dirname(__DIR__6).'/shared/vendor/friendsofsymfony/user-bundle/Command/RoleCommand.php';
  8132.         include_once \dirname(__DIR__6).'/shared/vendor/friendsofsymfony/user-bundle/Command/PromoteUserCommand.php';
  8133.         $this->privates['fos_user.command.promote_user'] = $instance = new \FOS\UserBundle\Command\PromoteUserCommand(($this->privates['fos_user.util.user_manipulator'] ?? $this->getFosUser_Util_UserManipulatorService()));
  8134.         $instance->setName('fos:user:promote');
  8135.         return $instance;
  8136.     }
  8137.     /**
  8138.      * Gets the private 'fos_user.listener.authentication' shared service.
  8139.      *
  8140.      * @return \FOS\UserBundle\EventListener\AuthenticationListener
  8141.      */
  8142.     protected function getFosUser_Listener_AuthenticationService()
  8143.     {
  8144.         include_once \dirname(__DIR__6).'/shared/vendor/friendsofsymfony/user-bundle/EventListener/AuthenticationListener.php';
  8145.         include_once \dirname(__DIR__6).'/shared/vendor/friendsofsymfony/user-bundle/Security/LoginManagerInterface.php';
  8146.         include_once \dirname(__DIR__6).'/shared/vendor/friendsofsymfony/user-bundle/Security/LoginManager.php';
  8147.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/security-core/User/UserCheckerInterface.php';
  8148.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/security-core/User/UserChecker.php';
  8149.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/security-http/Session/SessionAuthenticationStrategyInterface.php';
  8150.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/security-http/Session/SessionAuthenticationStrategy.php';
  8151.         return $this->privates['fos_user.listener.authentication'] = new \FOS\UserBundle\EventListener\AuthenticationListener(new \FOS\UserBundle\Security\LoginManager(($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->privates['security.user_checker'] ?? ($this->privates['security.user_checker'] = new \Symfony\Component\Security\Core\User\UserChecker())), ($this->privates['security.authentication.session_strategy'] ?? ($this->privates['security.authentication.session_strategy'] = new \Symfony\Component\Security\Http\Session\SessionAuthenticationStrategy('migrate'))), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), NULL), 'main');
  8152.     }
  8153.     /**
  8154.      * Gets the private 'fos_user.listener.email_confirmation' shared service.
  8155.      *
  8156.      * @return \FOS\UserBundle\EventListener\EmailConfirmationListener
  8157.      */
  8158.     protected function getFosUser_Listener_EmailConfirmationService()
  8159.     {
  8160.         include_once \dirname(__DIR__6).'/shared/vendor/friendsofsymfony/user-bundle/EventListener/EmailConfirmationListener.php';
  8161.         include_once \dirname(__DIR__6).'/shared/vendor/friendsofsymfony/user-bundle/Util/TokenGeneratorInterface.php';
  8162.         include_once \dirname(__DIR__6).'/shared/vendor/friendsofsymfony/user-bundle/Util/TokenGenerator.php';
  8163.         return $this->privates['fos_user.listener.email_confirmation'] = new \FOS\UserBundle\EventListener\EmailConfirmationListener(($this->privates['fos_user.mailer.default'] ?? $this->getFosUser_Mailer_DefaultService()), ($this->privates['fos_user.util.token_generator.default'] ?? ($this->privates['fos_user.util.token_generator.default'] = new \FOS\UserBundle\Util\TokenGenerator())), ($this->services['router'] ?? $this->getRouterService()), ($this->services['session'] ?? $this->getSessionService()));
  8164.     }
  8165.     /**
  8166.      * Gets the private 'fos_user.listener.flash' shared service.
  8167.      *
  8168.      * @return \FOS\UserBundle\EventListener\FlashListener
  8169.      */
  8170.     protected function getFosUser_Listener_FlashService()
  8171.     {
  8172.         include_once \dirname(__DIR__6).'/shared/vendor/friendsofsymfony/user-bundle/EventListener/FlashListener.php';
  8173.         return $this->privates['fos_user.listener.flash'] = new \FOS\UserBundle\EventListener\FlashListener(($this->services['session'] ?? $this->getSessionService()), ($this->services['translator'] ?? $this->getTranslatorService()));
  8174.     }
  8175.     /**
  8176.      * Gets the private 'fos_user.listener.resetting' shared service.
  8177.      *
  8178.      * @return \FOS\UserBundle\EventListener\ResettingListener
  8179.      */
  8180.     protected function getFosUser_Listener_ResettingService()
  8181.     {
  8182.         include_once \dirname(__DIR__6).'/shared/vendor/friendsofsymfony/user-bundle/EventListener/ResettingListener.php';
  8183.         return $this->privates['fos_user.listener.resetting'] = new \FOS\UserBundle\EventListener\ResettingListener(($this->services['router'] ?? $this->getRouterService()), 86400);
  8184.     }
  8185.     /**
  8186.      * Gets the private 'fos_user.mailer.default' shared service.
  8187.      *
  8188.      * @return \FOS\UserBundle\Mailer\Mailer
  8189.      */
  8190.     protected function getFosUser_Mailer_DefaultService()
  8191.     {
  8192.         include_once \dirname(__DIR__6).'/shared/vendor/friendsofsymfony/user-bundle/Mailer/MailerInterface.php';
  8193.         include_once \dirname(__DIR__6).'/shared/vendor/friendsofsymfony/user-bundle/Mailer/Mailer.php';
  8194.         return $this->privates['fos_user.mailer.default'] = new \FOS\UserBundle\Mailer\Mailer(($this->services['swiftmailer.mailer.default'] ?? $this->getSwiftmailer_Mailer_DefaultService()), ($this->services['router'] ?? $this->getRouterService()), ($this->services['templating'] ?? $this->getTemplatingService()), ['confirmation.template' => '@FOSUser/Registration/email.txt.twig''resetting.template' => '@FOSUser/Resetting/email.txt.twig''from_email' => ['confirmation' => $this->parameters['fos_user.registration.confirmation.from_email'], 'resetting' => $this->parameters['fos_user.resetting.email.from_email']]]);
  8195.     }
  8196.     /**
  8197.      * Gets the private 'fos_user.profile.form.type' shared service.
  8198.      *
  8199.      * @return \FOS\UserBundle\Form\Type\ProfileFormType
  8200.      */
  8201.     protected function getFosUser_Profile_Form_TypeService()
  8202.     {
  8203.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/form/FormTypeInterface.php';
  8204.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/form/AbstractType.php';
  8205.         include_once \dirname(__DIR__6).'/shared/vendor/friendsofsymfony/user-bundle/Form/Type/ProfileFormType.php';
  8206.         return $this->privates['fos_user.profile.form.type'] = new \FOS\UserBundle\Form\Type\ProfileFormType('App\\Entity\\User');
  8207.     }
  8208.     /**
  8209.      * Gets the private 'fos_user.registration.form.type' shared service.
  8210.      *
  8211.      * @return \FOS\UserBundle\Form\Type\RegistrationFormType
  8212.      */
  8213.     protected function getFosUser_Registration_Form_TypeService()
  8214.     {
  8215.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/form/FormTypeInterface.php';
  8216.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/form/AbstractType.php';
  8217.         include_once \dirname(__DIR__6).'/shared/vendor/friendsofsymfony/user-bundle/Form/Type/RegistrationFormType.php';
  8218.         return $this->privates['fos_user.registration.form.type'] = new \FOS\UserBundle\Form\Type\RegistrationFormType('App\\Entity\\User');
  8219.     }
  8220.     /**
  8221.      * Gets the private 'fos_user.resetting.form.type' shared service.
  8222.      *
  8223.      * @return \FOS\UserBundle\Form\Type\ResettingFormType
  8224.      */
  8225.     protected function getFosUser_Resetting_Form_TypeService()
  8226.     {
  8227.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/form/FormTypeInterface.php';
  8228.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/form/AbstractType.php';
  8229.         include_once \dirname(__DIR__6).'/shared/vendor/friendsofsymfony/user-bundle/Form/Type/ResettingFormType.php';
  8230.         return $this->privates['fos_user.resetting.form.type'] = new \FOS\UserBundle\Form\Type\ResettingFormType('App\\Entity\\User');
  8231.     }
  8232.     /**
  8233.      * Gets the private 'fos_user.security.interactive_login_listener' shared service.
  8234.      *
  8235.      * @return \FOS\UserBundle\EventListener\LastLoginListener
  8236.      */
  8237.     protected function getFosUser_Security_InteractiveLoginListenerService()
  8238.     {
  8239.         include_once \dirname(__DIR__6).'/shared/vendor/friendsofsymfony/user-bundle/EventListener/LastLoginListener.php';
  8240.         return $this->privates['fos_user.security.interactive_login_listener'] = new \FOS\UserBundle\EventListener\LastLoginListener(($this->services['fos_user.user_manager'] ?? $this->getFosUser_UserManagerService()));
  8241.     }
  8242.     /**
  8243.      * Gets the private 'fos_user.user_listener' shared service.
  8244.      *
  8245.      * @return \FOS\UserBundle\Doctrine\UserListener
  8246.      */
  8247.     protected function getFosUser_UserListenerService()
  8248.     {
  8249.         include_once \dirname(__DIR__6).'/shared/vendor/doctrine/event-manager/lib/Doctrine/Common/EventSubscriber.php';
  8250.         include_once \dirname(__DIR__6).'/shared/vendor/friendsofsymfony/user-bundle/Doctrine/UserListener.php';
  8251.         return $this->privates['fos_user.user_listener'] = new \FOS\UserBundle\Doctrine\UserListener(($this->privates['fos_user.util.password_updater'] ?? $this->getFosUser_Util_PasswordUpdaterService()), ($this->privates['fos_user.util.canonical_fields_updater'] ?? $this->getFosUser_Util_CanonicalFieldsUpdaterService()));
  8252.     }
  8253.     /**
  8254.      * Gets the private 'fos_user.user_provider.username' shared service.
  8255.      *
  8256.      * @return \FOS\UserBundle\Security\UserProvider
  8257.      */
  8258.     protected function getFosUser_UserProvider_UsernameService()
  8259.     {
  8260.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/security-core/User/UserProviderInterface.php';
  8261.         include_once \dirname(__DIR__6).'/shared/vendor/friendsofsymfony/user-bundle/Security/UserProvider.php';
  8262.         return $this->privates['fos_user.user_provider.username'] = new \FOS\UserBundle\Security\UserProvider(($this->services['fos_user.user_manager'] ?? $this->getFosUser_UserManagerService()));
  8263.     }
  8264.     /**
  8265.      * Gets the private 'fos_user.username_form_type' shared service.
  8266.      *
  8267.      * @return \FOS\UserBundle\Form\Type\UsernameFormType
  8268.      */
  8269.     protected function getFosUser_UsernameFormTypeService()
  8270.     {
  8271.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/form/FormTypeInterface.php';
  8272.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/form/AbstractType.php';
  8273.         include_once \dirname(__DIR__6).'/shared/vendor/friendsofsymfony/user-bundle/Form/Type/UsernameFormType.php';
  8274.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/form/DataTransformerInterface.php';
  8275.         include_once \dirname(__DIR__6).'/shared/vendor/friendsofsymfony/user-bundle/Form/DataTransformer/UserToUsernameTransformer.php';
  8276.         return $this->privates['fos_user.username_form_type'] = new \FOS\UserBundle\Form\Type\UsernameFormType(new \FOS\UserBundle\Form\DataTransformer\UserToUsernameTransformer(($this->services['fos_user.user_manager'] ?? $this->getFosUser_UserManagerService())));
  8277.     }
  8278.     /**
  8279.      * Gets the private 'fos_user.util.canonical_fields_updater' shared service.
  8280.      *
  8281.      * @return \FOS\UserBundle\Util\CanonicalFieldsUpdater
  8282.      */
  8283.     protected function getFosUser_Util_CanonicalFieldsUpdaterService()
  8284.     {
  8285.         $a = new \FOS\UserBundle\Util\Canonicalizer();
  8286.         return $this->privates['fos_user.util.canonical_fields_updater'] = new \FOS\UserBundle\Util\CanonicalFieldsUpdater($a$a);
  8287.     }
  8288.     /**
  8289.      * Gets the private 'fos_user.util.password_updater' shared service.
  8290.      *
  8291.      * @return \FOS\UserBundle\Util\PasswordUpdater
  8292.      */
  8293.     protected function getFosUser_Util_PasswordUpdaterService()
  8294.     {
  8295.         include_once \dirname(__DIR__6).'/shared/vendor/friendsofsymfony/user-bundle/Util/PasswordUpdaterInterface.php';
  8296.         include_once \dirname(__DIR__6).'/shared/vendor/friendsofsymfony/user-bundle/Util/PasswordUpdater.php';
  8297.         return $this->privates['fos_user.util.password_updater'] = new \FOS\UserBundle\Util\PasswordUpdater(($this->privates['security.encoder_factory.generic'] ?? $this->getSecurity_EncoderFactory_GenericService()));
  8298.     }
  8299.     /**
  8300.      * Gets the private 'fos_user.util.user_manipulator' shared service.
  8301.      *
  8302.      * @return \FOS\UserBundle\Util\UserManipulator
  8303.      */
  8304.     protected function getFosUser_Util_UserManipulatorService()
  8305.     {
  8306.         include_once \dirname(__DIR__6).'/shared/vendor/friendsofsymfony/user-bundle/Util/UserManipulator.php';
  8307.         return $this->privates['fos_user.util.user_manipulator'] = new \FOS\UserBundle\Util\UserManipulator(($this->services['fos_user.user_manager'] ?? $this->getFosUser_UserManagerService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  8308.     }
  8309.     /**
  8310.      * Gets the private 'fragment.renderer.inline' shared service.
  8311.      *
  8312.      * @return \Symfony\Component\HttpKernel\Fragment\InlineFragmentRenderer
  8313.      */
  8314.     protected function getFragment_Renderer_InlineService()
  8315.     {
  8316.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/http-kernel/Fragment/FragmentRendererInterface.php';
  8317.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/http-kernel/Fragment/RoutableFragmentRenderer.php';
  8318.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/http-kernel/Fragment/InlineFragmentRenderer.php';
  8319.         $this->privates['fragment.renderer.inline'] = $instance = new \Symfony\Component\HttpKernel\Fragment\InlineFragmentRenderer(($this->services['http_kernel'] ?? $this->getHttpKernelService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  8320.         $instance->setFragmentPath('/_fragment');
  8321.         return $instance;
  8322.     }
  8323.     /**
  8324.      * Gets the private 'framework_extra_bundle.argument_name_convertor' shared service.
  8325.      *
  8326.      * @return \Sensio\Bundle\FrameworkExtraBundle\Request\ArgumentNameConverter
  8327.      */
  8328.     protected function getFrameworkExtraBundle_ArgumentNameConvertorService()
  8329.     {
  8330.         return $this->privates['framework_extra_bundle.argument_name_convertor'] = new \Sensio\Bundle\FrameworkExtraBundle\Request\ArgumentNameConverter(($this->privates['argument_metadata_factory'] ?? ($this->privates['argument_metadata_factory'] = new \Symfony\Component\HttpKernel\ControllerMetadata\ArgumentMetadataFactory())));
  8331.     }
  8332.     /**
  8333.      * Gets the private 'framework_extra_bundle.event.is_granted' shared service.
  8334.      *
  8335.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener
  8336.      */
  8337.     protected function getFrameworkExtraBundle_Event_IsGrantedService()
  8338.     {
  8339.         return $this->privates['framework_extra_bundle.event.is_granted'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener(($this->privates['framework_extra_bundle.argument_name_convertor'] ?? $this->getFrameworkExtraBundle_ArgumentNameConvertorService()), ($this->services['security.authorization_checker'] ?? $this->getSecurity_AuthorizationCheckerService()));
  8340.     }
  8341.     /**
  8342.      * Gets the private 'knp_paginator.subscriber.sliding_pagination' shared service.
  8343.      *
  8344.      * @return \Knp\Bundle\PaginatorBundle\Subscriber\SlidingPaginationSubscriber
  8345.      */
  8346.     protected function getKnpPaginator_Subscriber_SlidingPaginationService()
  8347.     {
  8348.         return $this->privates['knp_paginator.subscriber.sliding_pagination'] = new \Knp\Bundle\PaginatorBundle\Subscriber\SlidingPaginationSubscriber(['defaultPaginationTemplate' => '@KnpPaginator/Pagination/sliding.html.twig''defaultSortableTemplate' => '@KnpPaginator/Pagination/sortable_link.html.twig''defaultFiltrationTemplate' => '@KnpPaginator/Pagination/filtration.html.twig''defaultPageRange' => 1]);
  8349.     }
  8350.     /**
  8351.      * Gets the private 'locale_aware_listener' shared service.
  8352.      *
  8353.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener
  8354.      */
  8355.     protected function getLocaleAwareListenerService()
  8356.     {
  8357.         return $this->privates['locale_aware_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener(new RewindableGenerator(function () {
  8358.             yield => ($this->privates['translator.default'] ?? $this->getTranslator_DefaultService());
  8359.             yield => ($this->privates['sonata.form.type.date_picker'] ?? $this->getSonata_Form_Type_DatePickerService());
  8360.             yield => ($this->privates['sonata.form.type.datetime_picker'] ?? $this->getSonata_Form_Type_DatetimePickerService());
  8361.         }, 3), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  8362.     }
  8363.     /**
  8364.      * Gets the private 'locale_listener' shared service.
  8365.      *
  8366.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleListener
  8367.      */
  8368.     protected function getLocaleListenerService()
  8369.     {
  8370.         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()));
  8371.     }
  8372.     /**
  8373.      * Gets the private 'maker.auto_command.make_auth' shared service.
  8374.      *
  8375.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  8376.      */
  8377.     protected function getMaker_AutoCommand_MakeAuthService()
  8378.     {
  8379.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/console/Command/Command.php';
  8380.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  8381.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/maker-bundle/src/MakerInterface.php';
  8382.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  8383.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/maker-bundle/src/Maker/MakeAuthenticator.php';
  8384.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/maker-bundle/src/Security/SecurityConfigUpdater.php';
  8385.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  8386.         $b = ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService());
  8387.         $this->privates['maker.auto_command.make_auth'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeAuthenticator($a, ($this->privates['maker.security_config_updater'] ?? ($this->privates['maker.security_config_updater'] = new \Symfony\Bundle\MakerBundle\Security\SecurityConfigUpdater())), $b, ($this->privates['maker.doctrine_helper'] ?? $this->getMaker_DoctrineHelperService())), $a$b);
  8388.         $instance->setDescription('Creates a Guard authenticator of different flavors');
  8389.         $instance->setName('make:auth');
  8390.         return $instance;
  8391.     }
  8392.     /**
  8393.      * Gets the private 'maker.auto_command.make_command' shared service.
  8394.      *
  8395.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  8396.      */
  8397.     protected function getMaker_AutoCommand_MakeCommandService()
  8398.     {
  8399.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/console/Command/Command.php';
  8400.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  8401.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/maker-bundle/src/MakerInterface.php';
  8402.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  8403.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/maker-bundle/src/Maker/MakeCommand.php';
  8404.         $this->privates['maker.auto_command.make_command'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeCommand(), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  8405.         $instance->setDescription('Creates a new console command class');
  8406.         $instance->setName('make:command');
  8407.         return $instance;
  8408.     }
  8409.     /**
  8410.      * Gets the private 'maker.auto_command.make_controller' shared service.
  8411.      *
  8412.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  8413.      */
  8414.     protected function getMaker_AutoCommand_MakeControllerService()
  8415.     {
  8416.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/console/Command/Command.php';
  8417.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  8418.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/maker-bundle/src/MakerInterface.php';
  8419.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  8420.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/maker-bundle/src/Maker/MakeController.php';
  8421.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  8422.         $this->privates['maker.auto_command.make_controller'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeController($a), $a, ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  8423.         $instance->setDescription('Creates a new controller class');
  8424.         $instance->setName('make:controller');
  8425.         return $instance;
  8426.     }
  8427.     /**
  8428.      * Gets the private 'maker.auto_command.make_crud' shared service.
  8429.      *
  8430.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  8431.      */
  8432.     protected function getMaker_AutoCommand_MakeCrudService()
  8433.     {
  8434.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/console/Command/Command.php';
  8435.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  8436.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/maker-bundle/src/MakerInterface.php';
  8437.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  8438.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/maker-bundle/src/Maker/MakeCrud.php';
  8439.         $this->privates['maker.auto_command.make_crud'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeCrud(($this->privates['maker.doctrine_helper'] ?? $this->getMaker_DoctrineHelperService()), ($this->privates['maker.renderer.form_type_renderer'] ?? $this->getMaker_Renderer_FormTypeRendererService())), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  8440.         $instance->setDescription('Creates CRUD for Doctrine entity class');
  8441.         $instance->setName('make:crud');
  8442.         return $instance;
  8443.     }
  8444.     /**
  8445.      * Gets the private 'maker.auto_command.make_docker_database' shared service.
  8446.      *
  8447.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  8448.      */
  8449.     protected function getMaker_AutoCommand_MakeDockerDatabaseService()
  8450.     {
  8451.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/console/Command/Command.php';
  8452.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  8453.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/maker-bundle/src/MakerInterface.php';
  8454.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  8455.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/maker-bundle/src/Maker/MakeDockerDatabase.php';
  8456.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  8457.         $this->privates['maker.auto_command.make_docker_database'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeDockerDatabase($a), $a, ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  8458.         $instance->setDescription('Adds a database container to your docker-compose.yaml file');
  8459.         $instance->setName('make:docker:database');
  8460.         return $instance;
  8461.     }
  8462.     /**
  8463.      * Gets the private 'maker.auto_command.make_entity' shared service.
  8464.      *
  8465.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  8466.      */
  8467.     protected function getMaker_AutoCommand_MakeEntityService()
  8468.     {
  8469.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/console/Command/Command.php';
  8470.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  8471.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/maker-bundle/src/MakerInterface.php';
  8472.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  8473.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/maker-bundle/src/InputAwareMakerInterface.php';
  8474.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/maker-bundle/src/Maker/MakeEntity.php';
  8475.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  8476.         $b = ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService());
  8477.         $this->privates['maker.auto_command.make_entity'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeEntity($a, ($this->privates['maker.doctrine_helper'] ?? $this->getMaker_DoctrineHelperService()), \dirname(__DIR__4), $b, ($this->privates['maker.entity_class_generator'] ?? $this->getMaker_EntityClassGeneratorService())), $a$b);
  8478.         $instance->setDescription('Creates or updates a Doctrine entity class, and optionally an API Platform resource');
  8479.         $instance->setName('make:entity');
  8480.         return $instance;
  8481.     }
  8482.     /**
  8483.      * Gets the private 'maker.auto_command.make_fixtures' shared service.
  8484.      *
  8485.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  8486.      */
  8487.     protected function getMaker_AutoCommand_MakeFixturesService()
  8488.     {
  8489.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/console/Command/Command.php';
  8490.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  8491.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/maker-bundle/src/MakerInterface.php';
  8492.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  8493.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/maker-bundle/src/Maker/MakeFixtures.php';
  8494.         $this->privates['maker.auto_command.make_fixtures'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeFixtures(), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  8495.         $instance->setDescription('Creates a new class to load Doctrine fixtures');
  8496.         $instance->setName('make:fixtures');
  8497.         return $instance;
  8498.     }
  8499.     /**
  8500.      * Gets the private 'maker.auto_command.make_form' shared service.
  8501.      *
  8502.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  8503.      */
  8504.     protected function getMaker_AutoCommand_MakeFormService()
  8505.     {
  8506.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/console/Command/Command.php';
  8507.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  8508.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/maker-bundle/src/MakerInterface.php';
  8509.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  8510.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/maker-bundle/src/Maker/MakeForm.php';
  8511.         $this->privates['maker.auto_command.make_form'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeForm(($this->privates['maker.doctrine_helper'] ?? $this->getMaker_DoctrineHelperService()), ($this->privates['maker.renderer.form_type_renderer'] ?? $this->getMaker_Renderer_FormTypeRendererService())), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  8512.         $instance->setDescription('Creates a new form class');
  8513.         $instance->setName('make:form');
  8514.         return $instance;
  8515.     }
  8516.     /**
  8517.      * Gets the private 'maker.auto_command.make_message' shared service.
  8518.      *
  8519.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  8520.      */
  8521.     protected function getMaker_AutoCommand_MakeMessageService()
  8522.     {
  8523.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/console/Command/Command.php';
  8524.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  8525.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/maker-bundle/src/MakerInterface.php';
  8526.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  8527.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/maker-bundle/src/Maker/MakeMessage.php';
  8528.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  8529.         $this->privates['maker.auto_command.make_message'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeMessage($a), $a, ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  8530.         $instance->setDescription('Creates a new message and handler');
  8531.         $instance->setName('make:message');
  8532.         return $instance;
  8533.     }
  8534.     /**
  8535.      * Gets the private 'maker.auto_command.make_messenger_middleware' shared service.
  8536.      *
  8537.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  8538.      */
  8539.     protected function getMaker_AutoCommand_MakeMessengerMiddlewareService()
  8540.     {
  8541.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/console/Command/Command.php';
  8542.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  8543.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/maker-bundle/src/MakerInterface.php';
  8544.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  8545.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/maker-bundle/src/Maker/MakeMessengerMiddleware.php';
  8546.         $this->privates['maker.auto_command.make_messenger_middleware'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeMessengerMiddleware(), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  8547.         $instance->setDescription('Creates a new messenger middleware');
  8548.         $instance->setName('make:messenger-middleware');
  8549.         return $instance;
  8550.     }
  8551.     /**
  8552.      * Gets the private 'maker.auto_command.make_migration' shared service.
  8553.      *
  8554.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  8555.      */
  8556.     protected function getMaker_AutoCommand_MakeMigrationService()
  8557.     {
  8558.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/console/Command/Command.php';
  8559.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  8560.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/maker-bundle/src/MakerInterface.php';
  8561.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  8562.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/maker-bundle/src/ApplicationAwareMakerInterface.php';
  8563.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/maker-bundle/src/Maker/MakeMigration.php';
  8564.         $this->privates['maker.auto_command.make_migration'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeMigration(\dirname(__DIR__4)), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  8565.         $instance->setDescription('Creates a new migration based on database changes');
  8566.         $instance->setName('make:migration');
  8567.         return $instance;
  8568.     }
  8569.     /**
  8570.      * Gets the private 'maker.auto_command.make_registration_form' shared service.
  8571.      *
  8572.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  8573.      */
  8574.     protected function getMaker_AutoCommand_MakeRegistrationFormService()
  8575.     {
  8576.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/console/Command/Command.php';
  8577.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  8578.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/maker-bundle/src/MakerInterface.php';
  8579.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  8580.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/maker-bundle/src/Maker/MakeRegistrationForm.php';
  8581.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  8582.         $this->privates['maker.auto_command.make_registration_form'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeRegistrationForm($a, ($this->privates['maker.renderer.form_type_renderer'] ?? $this->getMaker_Renderer_FormTypeRendererService()), ($this->services['router'] ?? $this->getRouterService()), ($this->privates['maker.doctrine_helper'] ?? $this->getMaker_DoctrineHelperService())), $a, ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  8583.         $instance->setDescription('Creates a new registration form system');
  8584.         $instance->setName('make:registration-form');
  8585.         return $instance;
  8586.     }
  8587.     /**
  8588.      * Gets the private 'maker.auto_command.make_reset_password' shared service.
  8589.      *
  8590.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  8591.      */
  8592.     protected function getMaker_AutoCommand_MakeResetPasswordService()
  8593.     {
  8594.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/console/Command/Command.php';
  8595.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  8596.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/maker-bundle/src/MakerInterface.php';
  8597.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  8598.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/maker-bundle/src/Maker/MakeResetPassword.php';
  8599.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  8600.         $this->privates['maker.auto_command.make_reset_password'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeResetPassword($a, ($this->privates['maker.doctrine_helper'] ?? $this->getMaker_DoctrineHelperService()), ($this->privates['maker.entity_class_generator'] ?? $this->getMaker_EntityClassGeneratorService())), $a, ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  8601.         $instance->setDescription('Create controller, entity, and repositories for use with symfonycasts/reset-password-bundle');
  8602.         $instance->setName('make:reset-password');
  8603.         return $instance;
  8604.     }
  8605.     /**
  8606.      * Gets the private 'maker.auto_command.make_serializer_encoder' shared service.
  8607.      *
  8608.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  8609.      */
  8610.     protected function getMaker_AutoCommand_MakeSerializerEncoderService()
  8611.     {
  8612.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/console/Command/Command.php';
  8613.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  8614.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/maker-bundle/src/MakerInterface.php';
  8615.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  8616.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/maker-bundle/src/Maker/MakeSerializerEncoder.php';
  8617.         $this->privates['maker.auto_command.make_serializer_encoder'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeSerializerEncoder(), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  8618.         $instance->setDescription('Creates a new serializer encoder class');
  8619.         $instance->setName('make:serializer:encoder');
  8620.         return $instance;
  8621.     }
  8622.     /**
  8623.      * Gets the private 'maker.auto_command.make_serializer_normalizer' shared service.
  8624.      *
  8625.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  8626.      */
  8627.     protected function getMaker_AutoCommand_MakeSerializerNormalizerService()
  8628.     {
  8629.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/console/Command/Command.php';
  8630.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  8631.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/maker-bundle/src/MakerInterface.php';
  8632.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  8633.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/maker-bundle/src/Maker/MakeSerializerNormalizer.php';
  8634.         $this->privates['maker.auto_command.make_serializer_normalizer'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeSerializerNormalizer(), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  8635.         $instance->setDescription('Creates a new serializer normalizer class');
  8636.         $instance->setName('make:serializer:normalizer');
  8637.         return $instance;
  8638.     }
  8639.     /**
  8640.      * Gets the private 'maker.auto_command.make_subscriber' shared service.
  8641.      *
  8642.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  8643.      */
  8644.     protected function getMaker_AutoCommand_MakeSubscriberService()
  8645.     {
  8646.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/console/Command/Command.php';
  8647.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  8648.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/maker-bundle/src/MakerInterface.php';
  8649.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  8650.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/maker-bundle/src/Maker/MakeSubscriber.php';
  8651.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/maker-bundle/src/EventRegistry.php';
  8652.         $this->privates['maker.auto_command.make_subscriber'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeSubscriber(new \Symfony\Bundle\MakerBundle\EventRegistry(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()))), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  8653.         $instance->setDescription('Creates a new event subscriber class');
  8654.         $instance->setName('make:subscriber');
  8655.         return $instance;
  8656.     }
  8657.     /**
  8658.      * Gets the private 'maker.auto_command.make_test' shared service.
  8659.      *
  8660.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  8661.      */
  8662.     protected function getMaker_AutoCommand_MakeTestService()
  8663.     {
  8664.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/console/Command/Command.php';
  8665.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  8666.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/maker-bundle/src/MakerInterface.php';
  8667.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  8668.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/maker-bundle/src/InputAwareMakerInterface.php';
  8669.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/maker-bundle/src/Maker/MakeTest.php';
  8670.         $this->privates['maker.auto_command.make_test'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeTest(), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  8671.         $instance->setDescription('Creates a new test class');
  8672.         $instance->setName('make:test');
  8673.         $instance->setAliases([=> 'make:unit-test'=> 'make:functional-test']);
  8674.         return $instance;
  8675.     }
  8676.     /**
  8677.      * Gets the private 'maker.auto_command.make_twig_extension' shared service.
  8678.      *
  8679.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  8680.      */
  8681.     protected function getMaker_AutoCommand_MakeTwigExtensionService()
  8682.     {
  8683.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/console/Command/Command.php';
  8684.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  8685.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/maker-bundle/src/MakerInterface.php';
  8686.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  8687.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/maker-bundle/src/Maker/MakeTwigExtension.php';
  8688.         $this->privates['maker.auto_command.make_twig_extension'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeTwigExtension(), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  8689.         $instance->setDescription('Creates a new Twig extension class');
  8690.         $instance->setName('make:twig-extension');
  8691.         return $instance;
  8692.     }
  8693.     /**
  8694.      * Gets the private 'maker.auto_command.make_user' shared service.
  8695.      *
  8696.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  8697.      */
  8698.     protected function getMaker_AutoCommand_MakeUserService()
  8699.     {
  8700.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/console/Command/Command.php';
  8701.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  8702.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/maker-bundle/src/MakerInterface.php';
  8703.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  8704.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/maker-bundle/src/Maker/MakeUser.php';
  8705.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/maker-bundle/src/Security/UserClassBuilder.php';
  8706.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/maker-bundle/src/Security/SecurityConfigUpdater.php';
  8707.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  8708.         $this->privates['maker.auto_command.make_user'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeUser($a, new \Symfony\Bundle\MakerBundle\Security\UserClassBuilder(), ($this->privates['maker.security_config_updater'] ?? ($this->privates['maker.security_config_updater'] = new \Symfony\Bundle\MakerBundle\Security\SecurityConfigUpdater())), ($this->privates['maker.entity_class_generator'] ?? $this->getMaker_EntityClassGeneratorService()), ($this->privates['maker.doctrine_helper'] ?? $this->getMaker_DoctrineHelperService())), $a, ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  8709.         $instance->setDescription('Creates a new security user class');
  8710.         $instance->setName('make:user');
  8711.         return $instance;
  8712.     }
  8713.     /**
  8714.      * Gets the private 'maker.auto_command.make_validator' shared service.
  8715.      *
  8716.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  8717.      */
  8718.     protected function getMaker_AutoCommand_MakeValidatorService()
  8719.     {
  8720.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/console/Command/Command.php';
  8721.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  8722.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/maker-bundle/src/MakerInterface.php';
  8723.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  8724.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/maker-bundle/src/Maker/MakeValidator.php';
  8725.         $this->privates['maker.auto_command.make_validator'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeValidator(), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  8726.         $instance->setDescription('Creates a new validator and constraint class');
  8727.         $instance->setName('make:validator');
  8728.         return $instance;
  8729.     }
  8730.     /**
  8731.      * Gets the private 'maker.auto_command.make_voter' shared service.
  8732.      *
  8733.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  8734.      */
  8735.     protected function getMaker_AutoCommand_MakeVoterService()
  8736.     {
  8737.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/console/Command/Command.php';
  8738.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  8739.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/maker-bundle/src/MakerInterface.php';
  8740.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  8741.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/maker-bundle/src/Maker/MakeVoter.php';
  8742.         $this->privates['maker.auto_command.make_voter'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeVoter(), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  8743.         $instance->setDescription('Creates a new security voter class');
  8744.         $instance->setName('make:voter');
  8745.         return $instance;
  8746.     }
  8747.     /**
  8748.      * Gets the private 'maker.doctrine_helper' shared service.
  8749.      *
  8750.      * @return \Symfony\Bundle\MakerBundle\Doctrine\DoctrineHelper
  8751.      */
  8752.     protected function getMaker_DoctrineHelperService()
  8753.     {
  8754.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/maker-bundle/src/Doctrine/DoctrineHelper.php';
  8755.         $a = ($this->privates['doctrine.orm.default_annotation_metadata_driver'] ?? $this->getDoctrine_Orm_DefaultAnnotationMetadataDriverService());
  8756.         return $this->privates['maker.doctrine_helper'] = new \Symfony\Bundle\MakerBundle\Doctrine\DoctrineHelper('App\\Entity', ($this->privates['maker.php_compat_util'] ?? $this->getMaker_PhpCompatUtilService()), ($this->services['doctrine'] ?? $this->getDoctrineService()), false, ['default' => [=> [=> 'App\\Entity'=> $a], => [=> 'Vich\\UploaderBundle\\Entity'=> $a], => [=> 'Beelab\\PaypalBundle\\Entity'=> $a]]]);
  8757.     }
  8758.     /**
  8759.      * Gets the private 'maker.entity_class_generator' shared service.
  8760.      *
  8761.      * @return \Symfony\Bundle\MakerBundle\Doctrine\EntityClassGenerator
  8762.      */
  8763.     protected function getMaker_EntityClassGeneratorService()
  8764.     {
  8765.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/maker-bundle/src/Doctrine/EntityClassGenerator.php';
  8766.         $this->privates['maker.entity_class_generator'] = $instance = new \Symfony\Bundle\MakerBundle\Doctrine\EntityClassGenerator(($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()), ($this->privates['maker.doctrine_helper'] ?? $this->getMaker_DoctrineHelperService()));
  8767.         $instance->setMangerRegistryClassName('Doctrine\\Persistence\\ManagerRegistry');
  8768.         return $instance;
  8769.     }
  8770.     /**
  8771.      * Gets the private 'maker.file_manager' shared service.
  8772.      *
  8773.      * @return \Symfony\Bundle\MakerBundle\FileManager
  8774.      */
  8775.     protected function getMaker_FileManagerService()
  8776.     {
  8777.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/maker-bundle/src/FileManager.php';
  8778.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/maker-bundle/src/Util/AutoloaderUtil.php';
  8779.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/maker-bundle/src/Util/ComposerAutoloaderFinder.php';
  8780.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/maker-bundle/src/Util/MakerFileLinkFormatter.php';
  8781.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/filesystem/Filesystem.php';
  8782.         return $this->privates['maker.file_manager'] = new \Symfony\Bundle\MakerBundle\FileManager(($this->services['filesystem'] ?? ($this->services['filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), new \Symfony\Bundle\MakerBundle\Util\AutoloaderUtil(new \Symfony\Bundle\MakerBundle\Util\ComposerAutoloaderFinder('App')), new \Symfony\Bundle\MakerBundle\Util\MakerFileLinkFormatter(($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())), \dirname(__DIR__4), (\dirname(__DIR__4).'/templates'));
  8783.     }
  8784.     /**
  8785.      * Gets the private 'maker.generator' shared service.
  8786.      *
  8787.      * @return \Symfony\Bundle\MakerBundle\Generator
  8788.      */
  8789.     protected function getMaker_GeneratorService()
  8790.     {
  8791.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/maker-bundle/src/Generator.php';
  8792.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/maker-bundle/src/Util/TemplateComponentGenerator.php';
  8793.         $a = ($this->privates['maker.php_compat_util'] ?? $this->getMaker_PhpCompatUtilService());
  8794.         return $this->privates['maker.generator'] = new \Symfony\Bundle\MakerBundle\Generator(($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), 'App'$a, new \Symfony\Bundle\MakerBundle\Util\TemplateComponentGenerator($a));
  8795.     }
  8796.     /**
  8797.      * Gets the private 'maker.php_compat_util' shared service.
  8798.      *
  8799.      * @return \Symfony\Bundle\MakerBundle\Util\PhpCompatUtil
  8800.      */
  8801.     protected function getMaker_PhpCompatUtilService()
  8802.     {
  8803.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/maker-bundle/src/Util/PhpCompatUtil.php';
  8804.         return $this->privates['maker.php_compat_util'] = new \Symfony\Bundle\MakerBundle\Util\PhpCompatUtil(($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()));
  8805.     }
  8806.     /**
  8807.      * Gets the private 'maker.renderer.form_type_renderer' shared service.
  8808.      *
  8809.      * @return \Symfony\Bundle\MakerBundle\Renderer\FormTypeRenderer
  8810.      */
  8811.     protected function getMaker_Renderer_FormTypeRendererService()
  8812.     {
  8813.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/maker-bundle/src/Renderer/FormTypeRenderer.php';
  8814.         return $this->privates['maker.renderer.form_type_renderer'] = new \Symfony\Bundle\MakerBundle\Renderer\FormTypeRenderer(($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  8815.     }
  8816.     /**
  8817.      * Gets the private 'mime_types' shared service.
  8818.      *
  8819.      * @return \Symfony\Component\Mime\MimeTypes
  8820.      */
  8821.     protected function getMimeTypesService()
  8822.     {
  8823.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/mime/MimeTypeGuesserInterface.php';
  8824.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/mime/MimeTypesInterface.php';
  8825.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/mime/MimeTypes.php';
  8826.         $this->privates['mime_types'] = $instance = new \Symfony\Component\Mime\MimeTypes();
  8827.         $instance->setDefault($instance);
  8828.         return $instance;
  8829.     }
  8830.     /**
  8831.      * Gets the private 'monolog.command.server_log' shared service.
  8832.      *
  8833.      * @return \Symfony\Bridge\Monolog\Command\ServerLogCommand
  8834.      */
  8835.     protected function getMonolog_Command_ServerLogService()
  8836.     {
  8837.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/console/Command/Command.php';
  8838.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/monolog-bridge/Command/ServerLogCommand.php';
  8839.         $this->privates['monolog.command.server_log'] = $instance = new \Symfony\Bridge\Monolog\Command\ServerLogCommand();
  8840.         $instance->setName('server:log');
  8841.         return $instance;
  8842.     }
  8843.     /**
  8844.      * Gets the private 'monolog.handler.console' shared service.
  8845.      *
  8846.      * @return \Symfony\Bridge\Monolog\Handler\ConsoleHandler
  8847.      */
  8848.     protected function getMonolog_Handler_ConsoleService()
  8849.     {
  8850.         return $this->privates['monolog.handler.console'] = new \Symfony\Bridge\Monolog\Handler\ConsoleHandler(NULLtrue, [], []);
  8851.     }
  8852.     /**
  8853.      * Gets the private 'monolog.handler.main' shared service.
  8854.      *
  8855.      * @return \Monolog\Handler\StreamHandler
  8856.      */
  8857.     protected function getMonolog_Handler_MainService()
  8858.     {
  8859.         $this->privates['monolog.handler.main'] = $instance = new \Monolog\Handler\StreamHandler((\dirname(__DIR__6).'/shared/var/log/dev.log'), 400trueNULLfalse);
  8860.         $instance->pushProcessor(new \Monolog\Processor\PsrLogMessageProcessor());
  8861.         return $instance;
  8862.     }
  8863.     /**
  8864.      * Gets the private 'monolog.logger' shared service.
  8865.      *
  8866.      * @return \Symfony\Bridge\Monolog\Logger
  8867.      */
  8868.     protected function getMonolog_LoggerService()
  8869.     {
  8870.         $this->privates['monolog.logger'] = $instance = new \Symfony\Bridge\Monolog\Logger('app');
  8871.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  8872.         $instance->useMicrosecondTimestamps(true);
  8873.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  8874.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  8875.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  8876.         return $instance;
  8877.     }
  8878.     /**
  8879.      * Gets the private 'monolog.logger.cache' shared service.
  8880.      *
  8881.      * @return \Symfony\Bridge\Monolog\Logger
  8882.      */
  8883.     protected function getMonolog_Logger_CacheService()
  8884.     {
  8885.         $this->privates['monolog.logger.cache'] = $instance = new \Symfony\Bridge\Monolog\Logger('cache');
  8886.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  8887.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  8888.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  8889.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  8890.         return $instance;
  8891.     }
  8892.     /**
  8893.      * Gets the private 'monolog.logger.request' shared service.
  8894.      *
  8895.      * @return \Symfony\Bridge\Monolog\Logger
  8896.      */
  8897.     protected function getMonolog_Logger_RequestService()
  8898.     {
  8899.         $this->privates['monolog.logger.request'] = $instance = new \Symfony\Bridge\Monolog\Logger('request');
  8900.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  8901.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  8902.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  8903.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  8904.         return $instance;
  8905.     }
  8906.     /**
  8907.      * Gets the private 'monolog.logger.security' shared service.
  8908.      *
  8909.      * @return \Symfony\Bridge\Monolog\Logger
  8910.      */
  8911.     protected function getMonolog_Logger_SecurityService()
  8912.     {
  8913.         $this->privates['monolog.logger.security'] = $instance = new \Symfony\Bridge\Monolog\Logger('security');
  8914.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  8915.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  8916.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  8917.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  8918.         return $instance;
  8919.     }
  8920.     /**
  8921.      * Gets the private 'parameter_bag' shared service.
  8922.      *
  8923.      * @return \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag
  8924.      */
  8925.     protected function getParameterBagService()
  8926.     {
  8927.         return $this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this);
  8928.     }
  8929.     /**
  8930.      * Gets the private 'profiler_listener' shared service.
  8931.      *
  8932.      * @return \Symfony\Component\HttpKernel\EventListener\ProfilerListener
  8933.      */
  8934.     protected function getProfilerListenerService()
  8935.     {
  8936.         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);
  8937.     }
  8938.     /**
  8939.      * Gets the private 'property_info' shared service.
  8940.      *
  8941.      * @return \Symfony\Component\PropertyInfo\PropertyInfoExtractor
  8942.      */
  8943.     protected function getPropertyInfoService()
  8944.     {
  8945.         return $this->privates['property_info'] = new \Symfony\Component\PropertyInfo\PropertyInfoExtractor(new RewindableGenerator(function () {
  8946.             yield => ($this->privates['property_info.serializer_extractor'] ?? $this->getPropertyInfo_SerializerExtractorService());
  8947.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  8948.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService());
  8949.         }, 3), new RewindableGenerator(function () {
  8950.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService());
  8951.             yield => ($this->privates['property_info.php_doc_extractor'] ?? ($this->privates['property_info.php_doc_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor()));
  8952.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  8953.         }, 3), new RewindableGenerator(function () {
  8954.             yield => ($this->privates['property_info.php_doc_extractor'] ?? ($this->privates['property_info.php_doc_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor()));
  8955.         }, 1), new RewindableGenerator(function () {
  8956.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService());
  8957.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  8958.         }, 2), new RewindableGenerator(function () {
  8959.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  8960.         }, 1));
  8961.     }
  8962.     /**
  8963.      * Gets the private 'property_info.serializer_extractor' shared service.
  8964.      *
  8965.      * @return \Symfony\Component\PropertyInfo\Extractor\SerializerExtractor
  8966.      */
  8967.     protected function getPropertyInfo_SerializerExtractorService()
  8968.     {
  8969.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/property-info/Extractor/SerializerExtractor.php';
  8970.         return $this->privates['property_info.serializer_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\SerializerExtractor(($this->privates['serializer.mapping.class_metadata_factory'] ?? $this->getSerializer_Mapping_ClassMetadataFactoryService()));
  8971.     }
  8972.     /**
  8973.      * Gets the private 'router.cache_warmer' shared service.
  8974.      *
  8975.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\RouterCacheWarmer
  8976.      */
  8977.     protected function getRouter_CacheWarmerService()
  8978.     {
  8979.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  8980.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/framework-bundle/CacheWarmer/RouterCacheWarmer.php';
  8981.         return $this->privates['router.cache_warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\RouterCacheWarmer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  8982.             'router' => ['services''router''getRouterService'false],
  8983.         ], [
  8984.             'router' => '?',
  8985.         ]))->withContext('router.cache_warmer'$this));
  8986.     }
  8987.     /**
  8988.      * Gets the private 'router.request_context' shared service.
  8989.      *
  8990.      * @return \Symfony\Component\Routing\RequestContext
  8991.      */
  8992.     protected function getRouter_RequestContextService()
  8993.     {
  8994.         return $this->privates['router.request_context'] = new \Symfony\Component\Routing\RequestContext('''GET''localhost''http'80443);
  8995.     }
  8996.     /**
  8997.      * Gets the private 'router_listener' shared service.
  8998.      *
  8999.      * @return \Symfony\Component\HttpKernel\EventListener\RouterListener
  9000.      */
  9001.     protected function getRouterListenerService()
  9002.     {
  9003.         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);
  9004.     }
  9005.     /**
  9006.      * Gets the private 'security.access_listener' shared service.
  9007.      *
  9008.      * @return \Symfony\Component\Security\Http\Firewall\AccessListener
  9009.      */
  9010.     protected function getSecurity_AccessListenerService()
  9011.     {
  9012.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/security-http/Firewall/AbstractListener.php';
  9013.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/security-http/Firewall/ListenerInterface.php';
  9014.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/security-http/Firewall/LegacyListenerTrait.php';
  9015.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/security-http/Firewall/AccessListener.php';
  9016.         return $this->privates['security.access_listener'] = new \Symfony\Component\Security\Http\Firewall\AccessListener(($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService()), ($this->privates['security.access_map'] ?? $this->getSecurity_AccessMapService()), ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService()));
  9017.     }
  9018.     /**
  9019.      * Gets the private 'security.access_map' shared service.
  9020.      *
  9021.      * @return \Symfony\Component\Security\Http\AccessMap
  9022.      */
  9023.     protected function getSecurity_AccessMapService()
  9024.     {
  9025.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/security-http/AccessMapInterface.php';
  9026.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/security-http/AccessMap.php';
  9027.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/http-foundation/RequestMatcherInterface.php';
  9028.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/http-foundation/RequestMatcher.php';
  9029.         $this->privates['security.access_map'] = $instance = new \Symfony\Component\Security\Http\AccessMap();
  9030.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/login$'), [=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  9031.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/admin/'), [=> 'ROLE_SUPER_ADMIN'], NULL);
  9032.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/backend'), [=> 'ROLE_SUPER_ADMIN'], NULL);
  9033.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/blog/'), [=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  9034.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/register'), [=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  9035.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/resetting'), [=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  9036.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('/job/new'), [=> 'ROLE_ADMIN'], NULL);
  9037.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/service/new'), [=> 'IS_AUTHENTICATED_FULLY'], NULL);
  9038.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/dashboard'), [=> 'IS_AUTHENTICATED_FULLY'], NULL);
  9039.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/profile'), [=> 'IS_AUTHENTICATED_FULLY'], NULL);
  9040.         return $instance;
  9041.     }
  9042.     /**
  9043.      * Gets the private 'security.authentication.listener.anonymous.main' shared service.
  9044.      *
  9045.      * @return \Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener
  9046.      */
  9047.     protected function getSecurity_Authentication_Listener_Anonymous_MainService()
  9048.     {
  9049.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/security-http/Firewall/AbstractListener.php';
  9050.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/security-http/Firewall/ListenerInterface.php';
  9051.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/security-http/Firewall/LegacyListenerTrait.php';
  9052.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/security-http/Firewall/AnonymousAuthenticationListener.php';
  9053.         return $this->privates['security.authentication.listener.anonymous.main'] = new \Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), $this->getParameter('container.build_hash'), ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService()));
  9054.     }
  9055.     /**
  9056.      * Gets the private 'security.authentication.listener.form.main' shared service.
  9057.      *
  9058.      * @return \Symfony\Component\Security\Http\Firewall\UsernamePasswordFormAuthenticationListener
  9059.      */
  9060.     protected function getSecurity_Authentication_Listener_Form_MainService()
  9061.     {
  9062.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/security-http/Firewall/AbstractListener.php';
  9063.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/security-http/Firewall/ListenerInterface.php';
  9064.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/security-http/Firewall/LegacyListenerTrait.php';
  9065.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/security-http/Firewall/AbstractAuthenticationListener.php';
  9066.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/security-http/Firewall/UsernamePasswordFormAuthenticationListener.php';
  9067.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/security-http/Authentication/AuthenticationSuccessHandlerInterface.php';
  9068.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/security-http/Util/TargetPathTrait.php';
  9069.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/security-http/Authentication/DefaultAuthenticationSuccessHandler.php';
  9070.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/security-http/Authentication/AuthenticationFailureHandlerInterface.php';
  9071.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/security-http/Authentication/DefaultAuthenticationFailureHandler.php';
  9072.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/security-http/Session/SessionAuthenticationStrategyInterface.php';
  9073.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/security-http/Session/SessionAuthenticationStrategy.php';
  9074.         $a = ($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService());
  9075.         $b = new \Symfony\Component\Security\Http\Authentication\DefaultAuthenticationSuccessHandler($a, []);
  9076.         $b->setOptions(['always_use_default_target_path' => false'default_target_path' => '/''login_path' => '/login''target_path_parameter' => '_target_path''use_referer' => false]);
  9077.         $b->setProviderKey('main');
  9078.         $c = ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService());
  9079.         $d = new \Symfony\Component\Security\Http\Authentication\DefaultAuthenticationFailureHandler(($this->services['http_kernel'] ?? $this->getHttpKernelService()), $a, [], $c);
  9080.         $d->setOptions(['login_path' => '/login''failure_path' => NULL'failure_forward' => false'failure_path_parameter' => '_failure_path']);
  9081.         return $this->privates['security.authentication.listener.form.main'] = new \Symfony\Component\Security\Http\Firewall\UsernamePasswordFormAuthenticationListener(($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService()), ($this->privates['security.authentication.session_strategy'] ?? ($this->privates['security.authentication.session_strategy'] = new \Symfony\Component\Security\Http\Session\SessionAuthenticationStrategy('migrate'))), $a'main'$b$d, ['check_path' => '/login_check''use_forward' => false'require_previous_session' => false'username_parameter' => '_username''password_parameter' => '_password''csrf_parameter' => '_csrf_token''csrf_token_id' => 'authenticate''post_only' => true], $c, ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['security.csrf.token_manager'] ?? $this->getSecurity_Csrf_TokenManagerService()));
  9082.     }
  9083.     /**
  9084.      * Gets the private 'security.authentication.listener.guard.main' shared service.
  9085.      *
  9086.      * @return \Symfony\Component\Security\Guard\Firewall\GuardAuthenticationListener
  9087.      */
  9088.     protected function getSecurity_Authentication_Listener_Guard_MainService()
  9089.     {
  9090.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/security-http/Firewall/AbstractListener.php';
  9091.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/security-http/Firewall/ListenerInterface.php';
  9092.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/security-http/Firewall/LegacyListenerTrait.php';
  9093.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/security-guard/Firewall/GuardAuthenticationListener.php';
  9094.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/security-guard/GuardAuthenticatorHandler.php';
  9095.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/security-http/Session/SessionAuthenticationStrategyInterface.php';
  9096.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/security-http/Session/SessionAuthenticationStrategy.php';
  9097.         $a = new \Symfony\Component\Security\Guard\GuardAuthenticatorHandler(($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), []);
  9098.         $a->setSessionAuthenticationStrategy(($this->privates['security.authentication.session_strategy'] ?? ($this->privates['security.authentication.session_strategy'] = new \Symfony\Component\Security\Http\Session\SessionAuthenticationStrategy('migrate'))));
  9099.         return $this->privates['security.authentication.listener.guard.main'] = new \Symfony\Component\Security\Guard\Firewall\GuardAuthenticationListener($a, ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService()), 'main', new RewindableGenerator(function () {
  9100.             yield => ($this->privates['App\\Security\\LoginFormAuthenticator'] ?? $this->getLoginFormAuthenticatorService());
  9101.         }, 1), ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), true);
  9102.     }
  9103.     /**
  9104.      * Gets the private 'security.authentication.manager' shared service.
  9105.      *
  9106.      * @return \Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager
  9107.      */
  9108.     protected function getSecurity_Authentication_ManagerService()
  9109.     {
  9110.         $this->privates['security.authentication.manager'] = $instance = new \Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager(new RewindableGenerator(function () {
  9111.             yield => ($this->privates['security.authentication.provider.guard.main'] ?? $this->getSecurity_Authentication_Provider_Guard_MainService());
  9112.             yield => ($this->privates['security.authentication.provider.dao.main'] ?? $this->getSecurity_Authentication_Provider_Dao_MainService());
  9113.             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'))));
  9114.         }, 3), true);
  9115.         $instance->setEventDispatcher(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  9116.         return $instance;
  9117.     }
  9118.     /**
  9119.      * Gets the private 'security.authentication.provider.dao.main' shared service.
  9120.      *
  9121.      * @return \Symfony\Component\Security\Core\Authentication\Provider\DaoAuthenticationProvider
  9122.      */
  9123.     protected function getSecurity_Authentication_Provider_Dao_MainService()
  9124.     {
  9125.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/security-core/Authentication/Provider/AuthenticationProviderInterface.php';
  9126.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/security-core/Authentication/Provider/UserAuthenticationProvider.php';
  9127.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/security-core/Authentication/Provider/DaoAuthenticationProvider.php';
  9128.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/security-core/User/UserCheckerInterface.php';
  9129.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/security-core/User/UserChecker.php';
  9130.         return $this->privates['security.authentication.provider.dao.main'] = new \Symfony\Component\Security\Core\Authentication\Provider\DaoAuthenticationProvider(($this->privates['fos_user.user_provider.username'] ?? $this->getFosUser_UserProvider_UsernameService()), ($this->privates['security.user_checker'] ?? ($this->privates['security.user_checker'] = new \Symfony\Component\Security\Core\User\UserChecker())), 'main', ($this->privates['security.encoder_factory.generic'] ?? $this->getSecurity_EncoderFactory_GenericService()), true);
  9131.     }
  9132.     /**
  9133.      * Gets the private 'security.authentication.provider.guard.main' shared service.
  9134.      *
  9135.      * @return \Symfony\Component\Security\Guard\Provider\GuardAuthenticationProvider
  9136.      */
  9137.     protected function getSecurity_Authentication_Provider_Guard_MainService()
  9138.     {
  9139.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/security-core/Authentication/Provider/AuthenticationProviderInterface.php';
  9140.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/security-guard/Provider/GuardAuthenticationProvider.php';
  9141.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/security-core/User/UserCheckerInterface.php';
  9142.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/security-core/User/UserChecker.php';
  9143.         return $this->privates['security.authentication.provider.guard.main'] = new \Symfony\Component\Security\Guard\Provider\GuardAuthenticationProvider(new RewindableGenerator(function () {
  9144.             yield => ($this->privates['App\\Security\\LoginFormAuthenticator'] ?? $this->getLoginFormAuthenticatorService());
  9145.         }, 1), ($this->privates['fos_user.user_provider.username'] ?? $this->getFosUser_UserProvider_UsernameService()), 'main', ($this->privates['security.user_checker'] ?? ($this->privates['security.user_checker'] = new \Symfony\Component\Security\Core\User\UserChecker())), ($this->services['security.password_encoder'] ?? $this->getSecurity_PasswordEncoderService()));
  9146.     }
  9147.     /**
  9148.      * Gets the private 'security.channel_listener' shared service.
  9149.      *
  9150.      * @return \Symfony\Component\Security\Http\Firewall\ChannelListener
  9151.      */
  9152.     protected function getSecurity_ChannelListenerService()
  9153.     {
  9154.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/security-http/Firewall/AbstractListener.php';
  9155.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/security-http/Firewall/ListenerInterface.php';
  9156.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/security-http/Firewall/LegacyListenerTrait.php';
  9157.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/security-http/Firewall/ChannelListener.php';
  9158.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/security-http/EntryPoint/AuthenticationEntryPointInterface.php';
  9159.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/security-http/EntryPoint/RetryAuthenticationEntryPoint.php';
  9160.         return $this->privates['security.channel_listener'] = new \Symfony\Component\Security\Http\Firewall\ChannelListener(($this->privates['security.access_map'] ?? $this->getSecurity_AccessMapService()), new \Symfony\Component\Security\Http\EntryPoint\RetryAuthenticationEntryPoint(80443), ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()));
  9161.     }
  9162.     /**
  9163.      * Gets the private 'security.command.user_password_encoder' shared service.
  9164.      *
  9165.      * @return \Symfony\Bundle\SecurityBundle\Command\UserPasswordEncoderCommand
  9166.      */
  9167.     protected function getSecurity_Command_UserPasswordEncoderService()
  9168.     {
  9169.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/console/Command/Command.php';
  9170.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/security-bundle/Command/UserPasswordEncoderCommand.php';
  9171.         $this->privates['security.command.user_password_encoder'] = $instance = new \Symfony\Bundle\SecurityBundle\Command\UserPasswordEncoderCommand(($this->privates['security.encoder_factory.generic'] ?? $this->getSecurity_EncoderFactory_GenericService()), [=> 'FOS\\UserBundle\\Model\\UserInterface']);
  9172.         $instance->setName('security:encode-password');
  9173.         return $instance;
  9174.     }
  9175.     /**
  9176.      * Gets the private 'security.context_listener.0' shared service.
  9177.      *
  9178.      * @return \Symfony\Component\Security\Http\Firewall\ContextListener
  9179.      */
  9180.     protected function getSecurity_ContextListener_0Service()
  9181.     {
  9182.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/security-http/Firewall/AbstractListener.php';
  9183.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/security-http/Firewall/ListenerInterface.php';
  9184.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/security-http/Firewall/LegacyListenerTrait.php';
  9185.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/security-http/Firewall/ContextListener.php';
  9186.         return $this->privates['security.context_listener.0'] = new \Symfony\Component\Security\Http\Firewall\ContextListener(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), new RewindableGenerator(function () {
  9187.             yield => ($this->privates['fos_user.user_provider.username'] ?? $this->getFosUser_UserProvider_UsernameService());
  9188.         }, 1), 'main', ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver(NULLNULL))), [=> ($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), => 'enableUsageTracking']);
  9189.     }
  9190.     /**
  9191.      * Gets the private 'security.csrf.token_storage' shared service.
  9192.      *
  9193.      * @return \Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage
  9194.      */
  9195.     protected function getSecurity_Csrf_TokenStorageService()
  9196.     {
  9197.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/security-csrf/TokenStorage/TokenStorageInterface.php';
  9198.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/security-csrf/TokenStorage/ClearableTokenStorageInterface.php';
  9199.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/security-csrf/TokenStorage/SessionTokenStorage.php';
  9200.         return $this->privates['security.csrf.token_storage'] = new \Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage(($this->services['session'] ?? $this->getSessionService()));
  9201.     }
  9202.     /**
  9203.      * Gets the private 'security.encoder_factory.generic' shared service.
  9204.      *
  9205.      * @return \Symfony\Component\Security\Core\Encoder\EncoderFactory
  9206.      */
  9207.     protected function getSecurity_EncoderFactory_GenericService()
  9208.     {
  9209.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/security-core/Encoder/EncoderFactoryInterface.php';
  9210.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/security-core/Encoder/EncoderFactory.php';
  9211.         return $this->privates['security.encoder_factory.generic'] = new \Symfony\Component\Security\Core\Encoder\EncoderFactory(['FOS\\UserBundle\\Model\\UserInterface' => ['class' => 'Symfony\\Component\\Security\\Core\\Encoder\\NativePasswordEncoder''arguments' => [=> NULL=> NULL=> NULL=> '2y']]]);
  9212.     }
  9213.     /**
  9214.      * Gets the private 'security.firewall.map' shared service.
  9215.      *
  9216.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallMap
  9217.      */
  9218.     protected function getSecurity_Firewall_MapService()
  9219.     {
  9220.         return $this->privates['security.firewall.map'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallMap(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  9221.             'security.firewall.map.context.dev' => ['privates''security.firewall.map.context.dev''getSecurity_Firewall_Map_Context_DevService'false],
  9222.             'security.firewall.map.context.main' => ['privates''security.firewall.map.context.main''getSecurity_Firewall_Map_Context_MainService'false],
  9223.         ], [
  9224.             'security.firewall.map.context.dev' => '?',
  9225.             'security.firewall.map.context.main' => '?',
  9226.         ]), new RewindableGenerator(function () {
  9227.             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)/')));
  9228.             yield 'security.firewall.map.context.main' => ($this->privates['.security.request_matcher.3UEFixr'] ?? ($this->privates['.security.request_matcher.3UEFixr'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/')));
  9229.         }, 2));
  9230.     }
  9231.     /**
  9232.      * Gets the private 'security.firewall.map.context.dev' shared service.
  9233.      *
  9234.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  9235.      */
  9236.     protected function getSecurity_Firewall_Map_Context_DevService()
  9237.     {
  9238.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/security-bundle/Security/FirewallContext.php';
  9239.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  9240.         return $this->privates['security.firewall.map.context.dev'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  9241.             return new \EmptyIterator();
  9242.         }, 0), NULLNULL, new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('dev''security.user_checker''.security.request_matcher.Iy.T22O'falsefalse'''''''''', [], NULL));
  9243.     }
  9244.     /**
  9245.      * Gets the private 'security.firewall.map.context.main' shared service.
  9246.      *
  9247.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  9248.      */
  9249.     protected function getSecurity_Firewall_Map_Context_MainService()
  9250.     {
  9251.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/security-bundle/Security/FirewallContext.php';
  9252.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/security-http/Util/TargetPathTrait.php';
  9253.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/security-http/Firewall/ExceptionListener.php';
  9254.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/security-http/EntryPoint/AuthenticationEntryPointInterface.php';
  9255.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/security-http/EntryPoint/FormAuthenticationEntryPoint.php';
  9256.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/security-http/Firewall/AbstractListener.php';
  9257.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/security-http/Firewall/ListenerInterface.php';
  9258.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/security-http/Firewall/LegacyListenerTrait.php';
  9259.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/security-http/Firewall/LogoutListener.php';
  9260.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/security-http/Logout/LogoutSuccessHandlerInterface.php';
  9261.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/security-http/Logout/DefaultLogoutSuccessHandler.php';
  9262.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/security-http/Logout/LogoutHandlerInterface.php';
  9263.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/security-http/Logout/CsrfTokenClearingLogoutHandler.php';
  9264.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/security-http/Logout/SessionLogoutHandler.php';
  9265.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  9266.         $a = ($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService());
  9267.         $b = ($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService());
  9268.         $c = new \Symfony\Component\Security\Http\Firewall\LogoutListener($a$b, new \Symfony\Component\Security\Http\Logout\DefaultLogoutSuccessHandler($b'/'), ['csrf_parameter' => '_csrf_token''csrf_token_id' => 'logout''logout_path' => '/logout']);
  9269.         $c->addHandler(new \Symfony\Component\Security\Http\Logout\CsrfTokenClearingLogoutHandler(($this->privates['security.csrf.token_storage'] ?? $this->getSecurity_Csrf_TokenStorageService())));
  9270.         $c->addHandler(new \Symfony\Component\Security\Http\Logout\SessionLogoutHandler());
  9271.         return $this->privates['security.firewall.map.context.main'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  9272.             yield => ($this->privates['security.channel_listener'] ?? $this->getSecurity_ChannelListenerService());
  9273.             yield => ($this->privates['security.context_listener.0'] ?? $this->getSecurity_ContextListener_0Service());
  9274.             yield => ($this->privates['security.authentication.listener.guard.main'] ?? $this->getSecurity_Authentication_Listener_Guard_MainService());
  9275.             yield => ($this->privates['security.authentication.listener.form.main'] ?? $this->getSecurity_Authentication_Listener_Form_MainService());
  9276.             yield => ($this->privates['security.authentication.listener.anonymous.main'] ?? $this->getSecurity_Authentication_Listener_Anonymous_MainService());
  9277.             yield => ($this->privates['security.access_listener'] ?? $this->getSecurity_AccessListenerService());
  9278.         }, 6), new \Symfony\Component\Security\Http\Firewall\ExceptionListener($a, ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver(NULLNULL))), $b'main', new \Symfony\Component\Security\Http\EntryPoint\FormAuthenticationEntryPoint(($this->services['http_kernel'] ?? $this->getHttpKernelService()), $b'/login'false), NULLNULL, ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), false), $c, new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('main''security.user_checker''.security.request_matcher.3UEFixr'truefalse'fos_user.user_provider.username''main''security.authentication.form_entry_point.main'NULLNULL, [=> 'guard'=> 'form_login'=> 'anonymous'], NULL));
  9279.     }
  9280.     /**
  9281.      * Gets the private 'security.http_utils' shared service.
  9282.      *
  9283.      * @return \Symfony\Component\Security\Http\HttpUtils
  9284.      */
  9285.     protected function getSecurity_HttpUtilsService()
  9286.     {
  9287.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/security-http/HttpUtils.php';
  9288.         $a = ($this->services['router'] ?? $this->getRouterService());
  9289.         return $this->privates['security.http_utils'] = new \Symfony\Component\Security\Http\HttpUtils($a$a'{^https?://%s$}i''{^https://%s$}i');
  9290.     }
  9291.     /**
  9292.      * Gets the private 'security.logout_url_generator' shared service.
  9293.      *
  9294.      * @return \Symfony\Component\Security\Http\Logout\LogoutUrlGenerator
  9295.      */
  9296.     protected function getSecurity_LogoutUrlGeneratorService()
  9297.     {
  9298.         $this->privates['security.logout_url_generator'] = $instance = new \Symfony\Component\Security\Http\Logout\LogoutUrlGenerator(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['router'] ?? $this->getRouterService()), ($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()));
  9299.         $instance->registerListener('main''/logout''logout''_csrf_token'NULLNULL);
  9300.         return $instance;
  9301.     }
  9302.     /**
  9303.      * Gets the private 'security.role_hierarchy' shared service.
  9304.      *
  9305.      * @return \Symfony\Component\Security\Core\Role\RoleHierarchy
  9306.      */
  9307.     protected function getSecurity_RoleHierarchyService()
  9308.     {
  9309.         return $this->privates['security.role_hierarchy'] = new \Symfony\Component\Security\Core\Role\RoleHierarchy($this->parameters['security.role_hierarchy.roles']);
  9310.     }
  9311.     /**
  9312.      * Gets the private 'security.validator.user_password' shared service.
  9313.      *
  9314.      * @return \Symfony\Component\Security\Core\Validator\Constraints\UserPasswordValidator
  9315.      */
  9316.     protected function getSecurity_Validator_UserPasswordService()
  9317.     {
  9318.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/validator/ConstraintValidatorInterface.php';
  9319.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/validator/ConstraintValidator.php';
  9320.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/security-core/Validator/Constraints/UserPasswordValidator.php';
  9321.         return $this->privates['security.validator.user_password'] = new \Symfony\Component\Security\Core\Validator\Constraints\UserPasswordValidator(($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->privates['security.encoder_factory.generic'] ?? $this->getSecurity_EncoderFactory_GenericService()));
  9322.     }
  9323.     /**
  9324.      * Gets the private 'sensio_framework_extra.controller.listener' shared service.
  9325.      *
  9326.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener
  9327.      */
  9328.     protected function getSensioFrameworkExtra_Controller_ListenerService()
  9329.     {
  9330.         return $this->privates['sensio_framework_extra.controller.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  9331.     }
  9332.     /**
  9333.      * Gets the private 'sensio_framework_extra.converter.listener' shared service.
  9334.      *
  9335.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener
  9336.      */
  9337.     protected function getSensioFrameworkExtra_Converter_ListenerService()
  9338.     {
  9339.         $a = new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\ParamConverterManager();
  9340.         $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DoctrineParamConverter(($this->services['doctrine'] ?? $this->getDoctrineService()), new \Symfony\Component\ExpressionLanguage\ExpressionLanguage()), 0'doctrine.orm');
  9341.         $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DateTimeParamConverter(), 0'datetime');
  9342.         return $this->privates['sensio_framework_extra.converter.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener($atrue);
  9343.     }
  9344.     /**
  9345.      * Gets the private 'sensio_framework_extra.security.listener' shared service.
  9346.      *
  9347.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener
  9348.      */
  9349.     protected function getSensioFrameworkExtra_Security_ListenerService()
  9350.     {
  9351.         return $this->privates['sensio_framework_extra.security.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener(($this->privates['framework_extra_bundle.argument_name_convertor'] ?? $this->getFrameworkExtraBundle_ArgumentNameConvertorService()), new \Sensio\Bundle\FrameworkExtraBundle\Security\ExpressionLanguage(), ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver(NULLNULL))), ($this->privates['security.role_hierarchy'] ?? $this->getSecurity_RoleHierarchyService()), ($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->services['security.authorization_checker'] ?? $this->getSecurity_AuthorizationCheckerService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  9352.     }
  9353.     /**
  9354.      * Gets the private 'sensio_framework_extra.view.listener' shared service.
  9355.      *
  9356.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener
  9357.      */
  9358.     protected function getSensioFrameworkExtra_View_ListenerService()
  9359.     {
  9360.         $this->privates['sensio_framework_extra.view.listener'] = $instance = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener(new \Sensio\Bundle\FrameworkExtraBundle\Templating\TemplateGuesser(($this->services['kernel'] ?? $this->get('kernel'1))));
  9361.         $instance->setContainer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  9362.             'twig' => ['services''twig''getTwigService'false],
  9363.         ], [
  9364.             'twig' => 'Twig\\Environment',
  9365.         ]))->withContext('sensio_framework_extra.view.listener'$this));
  9366.         return $instance;
  9367.     }
  9368.     /**
  9369.      * Gets the private 'serializer.mapping.cache_warmer' shared service.
  9370.      *
  9371.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\SerializerCacheWarmer
  9372.      */
  9373.     protected function getSerializer_Mapping_CacheWarmerService()
  9374.     {
  9375.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  9376.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/framework-bundle/CacheWarmer/AbstractPhpFileCacheWarmer.php';
  9377.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/framework-bundle/CacheWarmer/SerializerCacheWarmer.php';
  9378.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/serializer/Mapping/Loader/LoaderInterface.php';
  9379.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/serializer/Mapping/Loader/AnnotationLoader.php';
  9380.         return $this->privates['serializer.mapping.cache_warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\SerializerCacheWarmer([=> new \Symfony\Component\Serializer\Mapping\Loader\AnnotationLoader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()))], ($this->targetDir.''.'/serialization.php'));
  9381.     }
  9382.     /**
  9383.      * Gets the private 'serializer.mapping.class_metadata_factory' shared service.
  9384.      *
  9385.      * @return \Symfony\Component\Serializer\Mapping\Factory\ClassMetadataFactory
  9386.      */
  9387.     protected function getSerializer_Mapping_ClassMetadataFactoryService()
  9388.     {
  9389.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/serializer/Mapping/Factory/ClassMetadataFactoryInterface.php';
  9390.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/serializer/Mapping/Factory/ClassResolverTrait.php';
  9391.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/serializer/Mapping/Factory/ClassMetadataFactory.php';
  9392.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/serializer/Mapping/Loader/LoaderInterface.php';
  9393.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/serializer/Mapping/Loader/LoaderChain.php';
  9394.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/serializer/Mapping/Loader/AnnotationLoader.php';
  9395.         return $this->privates['serializer.mapping.class_metadata_factory'] = new \Symfony\Component\Serializer\Mapping\Factory\ClassMetadataFactory(new \Symfony\Component\Serializer\Mapping\Loader\LoaderChain([=> new \Symfony\Component\Serializer\Mapping\Loader\AnnotationLoader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()))]));
  9396.     }
  9397.     /**
  9398.      * Gets the private 'session.storage.native' shared service.
  9399.      *
  9400.      * @return \Symfony\Component\HttpFoundation\Session\Storage\NativeSessionStorage
  9401.      */
  9402.     protected function getSession_Storage_NativeService()
  9403.     {
  9404.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/http-foundation/Session/Storage/SessionStorageInterface.php';
  9405.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php';
  9406.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/http-foundation/Session/SessionBagInterface.php';
  9407.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/http-foundation/Session/Storage/MetadataBag.php';
  9408.         return $this->privates['session.storage.native'] = new \Symfony\Component\HttpFoundation\Session\Storage\NativeSessionStorage($this->parameters['session.storage.options'], NULL, new \Symfony\Component\HttpFoundation\Session\Storage\MetadataBag('_sf2_meta'0));
  9409.     }
  9410.     /**
  9411.      * Gets the private 'session_listener' shared service.
  9412.      *
  9413.      * @return \Symfony\Component\HttpKernel\EventListener\SessionListener
  9414.      */
  9415.     protected function getSessionListenerService()
  9416.     {
  9417.         return $this->privates['session_listener'] = new \Symfony\Component\HttpKernel\EventListener\SessionListener(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  9418.             'initialized_session' => ['services''session'NULLfalse],
  9419.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  9420.             'session' => ['services''session''getSessionService'false],
  9421.             'session_storage' => ['privates''session.storage.native''getSession_Storage_NativeService'false],
  9422.         ], [
  9423.             'initialized_session' => '?',
  9424.             'request_stack' => '?',
  9425.             'session' => '?',
  9426.             'session_storage' => '?',
  9427.         ]));
  9428.     }
  9429.     /**
  9430.      * Gets the private 'sonata.block.form.type.block' shared service.
  9431.      *
  9432.      * @return \Sonata\BlockBundle\Form\Type\ServiceListType
  9433.      */
  9434.     protected function getSonata_Block_Form_Type_BlockService()
  9435.     {
  9436.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/form/FormTypeInterface.php';
  9437.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/form/AbstractType.php';
  9438.         include_once \dirname(__DIR__6).'/shared/vendor/sonata-project/block-bundle/src/Form/Type/ServiceListType.php';
  9439.         return $this->privates['sonata.block.form.type.block'] = new \Sonata\BlockBundle\Form\Type\ServiceListType(($this->services['sonata.block.manager'] ?? $this->getSonata_Block_ManagerService()));
  9440.     }
  9441.     /**
  9442.      * Gets the private 'sonata.block.form.type.container_template' shared service.
  9443.      *
  9444.      * @return \Sonata\BlockBundle\Form\Type\ContainerTemplateType
  9445.      */
  9446.     protected function getSonata_Block_Form_Type_ContainerTemplateService()
  9447.     {
  9448.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/form/FormTypeInterface.php';
  9449.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/form/AbstractType.php';
  9450.         include_once \dirname(__DIR__6).'/shared/vendor/sonata-project/block-bundle/src/Form/Type/ContainerTemplateType.php';
  9451.         return $this->privates['sonata.block.form.type.container_template'] = new \Sonata\BlockBundle\Form\Type\ContainerTemplateType(['SonataBlockBundle default template' => '@SonataBlock/Block/block_container.html.twig''SonataSeoBundle (to contain social buttons)' => '@SonataSeo/Block/block_social_container.html.twig']);
  9452.     }
  9453.     /**
  9454.      * Gets the private 'sonata.block.templating.helper' shared service.
  9455.      *
  9456.      * @return \Sonata\BlockBundle\Templating\Helper\BlockHelper
  9457.      */
  9458.     protected function getSonata_Block_Templating_HelperService()
  9459.     {
  9460.         return $this->privates['sonata.block.templating.helper'] = new \Sonata\BlockBundle\Templating\Helper\BlockHelper(($this->services['sonata.block.manager'] ?? $this->getSonata_Block_ManagerService()), [], ($this->services['sonata.block.renderer.default'] ?? $this->getSonata_Block_Renderer_DefaultService()), ($this->services['sonata.block.context_manager.default'] ?? $this->getSonata_Block_ContextManager_DefaultService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), NULL, ($this->privates['sonata.block.cache.handler.default'] ?? ($this->privates['sonata.block.cache.handler.default'] = new \Sonata\BlockBundle\Cache\HttpCacheHandler())), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  9461.     }
  9462.     /**
  9463.      * Gets the private 'sonata.doctrine.mapper' shared service.
  9464.      *
  9465.      * @return \Sonata\Doctrine\Mapper\ORM\DoctrineORMMapper
  9466.      */
  9467.     protected function getSonata_Doctrine_MapperService()
  9468.     {
  9469.         include_once \dirname(__DIR__6).'/shared/vendor/doctrine/event-manager/lib/Doctrine/Common/EventSubscriber.php';
  9470.         include_once \dirname(__DIR__6).'/shared/vendor/sonata-project/doctrine-extensions/src/Mapper/ORM/DoctrineORMMapper.php';
  9471.         return $this->privates['sonata.doctrine.mapper'] = new \Sonata\Doctrine\Mapper\ORM\DoctrineORMMapper();
  9472.     }
  9473.     /**
  9474.      * Gets the private 'sonata.form.type.array' shared service.
  9475.      *
  9476.      * @return \Sonata\Form\Type\ImmutableArrayType
  9477.      */
  9478.     protected function getSonata_Form_Type_ArrayService()
  9479.     {
  9480.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/form/FormTypeInterface.php';
  9481.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/form/AbstractType.php';
  9482.         include_once \dirname(__DIR__6).'/shared/vendor/sonata-project/form-extensions/src/Type/ImmutableArrayType.php';
  9483.         return $this->privates['sonata.form.type.array'] = new \Sonata\Form\Type\ImmutableArrayType();
  9484.     }
  9485.     /**
  9486.      * Gets the private 'sonata.form.type.boolean' shared service.
  9487.      *
  9488.      * @return \Sonata\Form\Type\BooleanType
  9489.      */
  9490.     protected function getSonata_Form_Type_BooleanService()
  9491.     {
  9492.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/form/FormTypeInterface.php';
  9493.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/form/AbstractType.php';
  9494.         include_once \dirname(__DIR__6).'/shared/vendor/sonata-project/form-extensions/src/Type/BooleanType.php';
  9495.         return $this->privates['sonata.form.type.boolean'] = new \Sonata\Form\Type\BooleanType();
  9496.     }
  9497.     /**
  9498.      * Gets the private 'sonata.form.type.collection' shared service.
  9499.      *
  9500.      * @return \Sonata\Form\Type\CollectionType
  9501.      */
  9502.     protected function getSonata_Form_Type_CollectionService()
  9503.     {
  9504.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/form/FormTypeInterface.php';
  9505.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/form/AbstractType.php';
  9506.         include_once \dirname(__DIR__6).'/shared/vendor/sonata-project/form-extensions/src/Type/CollectionType.php';
  9507.         return $this->privates['sonata.form.type.collection'] = new \Sonata\Form\Type\CollectionType();
  9508.     }
  9509.     /**
  9510.      * Gets the private 'sonata.form.type.date_picker' shared service.
  9511.      *
  9512.      * @return \Sonata\Form\Type\DatePickerType
  9513.      */
  9514.     protected function getSonata_Form_Type_DatePickerService()
  9515.     {
  9516.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/form/FormTypeInterface.php';
  9517.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/form/AbstractType.php';
  9518.         include_once \dirname(__DIR__6).'/shared/vendor/sonata-project/form-extensions/src/Type/BasePickerType.php';
  9519.         include_once \dirname(__DIR__6).'/shared/vendor/sonata-project/form-extensions/src/Type/DatePickerType.php';
  9520.         include_once \dirname(__DIR__6).'/shared/vendor/sonata-project/form-extensions/src/Date/MomentFormatConverter.php';
  9521.         return $this->privates['sonata.form.type.date_picker'] = new \Sonata\Form\Type\DatePickerType(($this->privates['sonata.form.date.moment_format_converter'] ?? ($this->privates['sonata.form.date.moment_format_converter'] = new \Sonata\Form\Date\MomentFormatConverter())), ($this->services['translator'] ?? $this->getTranslatorService()), 'en');
  9522.     }
  9523.     /**
  9524.      * Gets the private 'sonata.form.type.date_range' shared service.
  9525.      *
  9526.      * @return \Sonata\Form\Type\DateRangeType
  9527.      */
  9528.     protected function getSonata_Form_Type_DateRangeService()
  9529.     {
  9530.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/form/FormTypeInterface.php';
  9531.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/form/AbstractType.php';
  9532.         include_once \dirname(__DIR__6).'/shared/vendor/sonata-project/form-extensions/src/Type/DateRangeType.php';
  9533.         return $this->privates['sonata.form.type.date_range'] = new \Sonata\Form\Type\DateRangeType(($this->services['translator'] ?? $this->getTranslatorService()));
  9534.     }
  9535.     /**
  9536.      * Gets the private 'sonata.form.type.date_range_picker' shared service.
  9537.      *
  9538.      * @return \Sonata\Form\Type\DateRangePickerType
  9539.      */
  9540.     protected function getSonata_Form_Type_DateRangePickerService()
  9541.     {
  9542.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/form/FormTypeInterface.php';
  9543.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/form/AbstractType.php';
  9544.         include_once \dirname(__DIR__6).'/shared/vendor/sonata-project/form-extensions/src/Type/DateRangeType.php';
  9545.         include_once \dirname(__DIR__6).'/shared/vendor/sonata-project/form-extensions/src/Type/DateRangePickerType.php';
  9546.         return $this->privates['sonata.form.type.date_range_picker'] = new \Sonata\Form\Type\DateRangePickerType(($this->services['translator'] ?? $this->getTranslatorService()));
  9547.     }
  9548.     /**
  9549.      * Gets the private 'sonata.form.type.datetime_picker' shared service.
  9550.      *
  9551.      * @return \Sonata\Form\Type\DateTimePickerType
  9552.      */
  9553.     protected function getSonata_Form_Type_DatetimePickerService()
  9554.     {
  9555.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/form/FormTypeInterface.php';
  9556.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/form/AbstractType.php';
  9557.         include_once \dirname(__DIR__6).'/shared/vendor/sonata-project/form-extensions/src/Type/BasePickerType.php';
  9558.         include_once \dirname(__DIR__6).'/shared/vendor/sonata-project/form-extensions/src/Type/DateTimePickerType.php';
  9559.         include_once \dirname(__DIR__6).'/shared/vendor/sonata-project/form-extensions/src/Date/MomentFormatConverter.php';
  9560.         return $this->privates['sonata.form.type.datetime_picker'] = new \Sonata\Form\Type\DateTimePickerType(($this->privates['sonata.form.date.moment_format_converter'] ?? ($this->privates['sonata.form.date.moment_format_converter'] = new \Sonata\Form\Date\MomentFormatConverter())), ($this->services['translator'] ?? $this->getTranslatorService()), 'en');
  9561.     }
  9562.     /**
  9563.      * Gets the private 'sonata.form.type.datetime_range' shared service.
  9564.      *
  9565.      * @return \Sonata\Form\Type\DateTimeRangeType
  9566.      */
  9567.     protected function getSonata_Form_Type_DatetimeRangeService()
  9568.     {
  9569.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/form/FormTypeInterface.php';
  9570.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/form/AbstractType.php';
  9571.         include_once \dirname(__DIR__6).'/shared/vendor/sonata-project/form-extensions/src/Type/DateTimeRangeType.php';
  9572.         return $this->privates['sonata.form.type.datetime_range'] = new \Sonata\Form\Type\DateTimeRangeType(($this->services['translator'] ?? $this->getTranslatorService()));
  9573.     }
  9574.     /**
  9575.      * Gets the private 'sonata.form.type.datetime_range_picker' shared service.
  9576.      *
  9577.      * @return \Sonata\Form\Type\DateTimeRangePickerType
  9578.      */
  9579.     protected function getSonata_Form_Type_DatetimeRangePickerService()
  9580.     {
  9581.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/form/FormTypeInterface.php';
  9582.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/form/AbstractType.php';
  9583.         include_once \dirname(__DIR__6).'/shared/vendor/sonata-project/form-extensions/src/Type/DateTimeRangeType.php';
  9584.         include_once \dirname(__DIR__6).'/shared/vendor/sonata-project/form-extensions/src/Type/DateTimeRangePickerType.php';
  9585.         return $this->privates['sonata.form.type.datetime_range_picker'] = new \Sonata\Form\Type\DateTimeRangePickerType(($this->services['translator'] ?? $this->getTranslatorService()));
  9586.     }
  9587.     /**
  9588.      * Gets the private 'sonata.form.type.equal' shared service.
  9589.      *
  9590.      * @return \Sonata\Form\Type\EqualType
  9591.      *
  9592.      * @deprecated The "sonata.form.type.equal" service is deprecated since sonata-project/form-extensions 1.2 and will be removed in 2.0. Use Sonata\AdminBundle\Form\Type\Operator\EqualOperatorType instead
  9593.      */
  9594.     protected function getSonata_Form_Type_EqualService()
  9595.     {
  9596.         @trigger_error('The "sonata.form.type.equal" service is deprecated since sonata-project/form-extensions 1.2 and will be removed in 2.0. Use Sonata\\AdminBundle\\Form\\Type\\Operator\\EqualOperatorType instead'E_USER_DEPRECATED);
  9597.         return $this->privates['sonata.form.type.equal'] = new \Sonata\Form\Type\EqualType(($this->services['translator'] ?? $this->getTranslatorService()));
  9598.     }
  9599.     /**
  9600.      * Gets the private 'sonata.form.validator.inline' shared service.
  9601.      *
  9602.      * @return \Sonata\Form\Validator\InlineValidator
  9603.      */
  9604.     protected function getSonata_Form_Validator_InlineService()
  9605.     {
  9606.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/validator/ConstraintValidatorInterface.php';
  9607.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/validator/ConstraintValidator.php';
  9608.         include_once \dirname(__DIR__6).'/shared/vendor/sonata-project/form-extensions/src/Validator/InlineValidator.php';
  9609.         return $this->privates['sonata.form.validator.inline'] = new \Sonata\Form\Validator\InlineValidator($this, ($this->privates['validator.validator_factory'] ?? $this->getValidator_ValidatorFactoryService()));
  9610.     }
  9611.     /**
  9612.      * Gets the private 'sonata.twig.flashmessage.twig.runtime' shared service.
  9613.      *
  9614.      * @return \Sonata\Twig\Extension\FlashMessageRuntime
  9615.      */
  9616.     protected function getSonata_Twig_Flashmessage_Twig_RuntimeService()
  9617.     {
  9618.         include_once \dirname(__DIR__6).'/shared/vendor/sonata-project/twig-extensions/src/Extension/FlashMessageRuntime.php';
  9619.         return $this->privates['sonata.twig.flashmessage.twig.runtime'] = new \Sonata\Twig\Extension\FlashMessageRuntime(($this->services['sonata.twig.flashmessage.manager'] ?? $this->getSonata_Twig_Flashmessage_ManagerService()));
  9620.     }
  9621.     /**
  9622.      * Gets the private 'sonata.twig.status_runtime' shared service.
  9623.      *
  9624.      * @return \Sonata\Twig\Extension\StatusRuntime
  9625.      */
  9626.     protected function getSonata_Twig_StatusRuntimeService()
  9627.     {
  9628.         include_once \dirname(__DIR__6).'/shared/vendor/sonata-project/twig-extensions/src/Extension/StatusRuntime.php';
  9629.         $this->privates['sonata.twig.status_runtime'] = $instance = new \Sonata\Twig\Extension\StatusRuntime();
  9630.         $instance->addStatusService(($this->services['sonata.twig.flashmessage.manager'] ?? $this->getSonata_Twig_Flashmessage_ManagerService()));
  9631.         return $instance;
  9632.     }
  9633.     /**
  9634.      * Gets the private 'swiftmailer.command.debug' shared service.
  9635.      *
  9636.      * @return \Symfony\Bundle\SwiftmailerBundle\Command\DebugCommand
  9637.      */
  9638.     protected function getSwiftmailer_Command_DebugService()
  9639.     {
  9640.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/console/Command/Command.php';
  9641.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/swiftmailer-bundle/Command/AbstractSwiftMailerCommand.php';
  9642.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/swiftmailer-bundle/Command/DebugCommand.php';
  9643.         $this->privates['swiftmailer.command.debug'] = $instance = new \Symfony\Bundle\SwiftmailerBundle\Command\DebugCommand();
  9644.         $instance->setName('debug:swiftmailer');
  9645.         return $instance;
  9646.     }
  9647.     /**
  9648.      * Gets the private 'swiftmailer.command.new_email' shared service.
  9649.      *
  9650.      * @return \Symfony\Bundle\SwiftmailerBundle\Command\NewEmailCommand
  9651.      */
  9652.     protected function getSwiftmailer_Command_NewEmailService()
  9653.     {
  9654.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/console/Command/Command.php';
  9655.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/swiftmailer-bundle/Command/AbstractSwiftMailerCommand.php';
  9656.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/swiftmailer-bundle/Command/NewEmailCommand.php';
  9657.         $this->privates['swiftmailer.command.new_email'] = $instance = new \Symfony\Bundle\SwiftmailerBundle\Command\NewEmailCommand();
  9658.         $instance->setName('swiftmailer:email:send');
  9659.         return $instance;
  9660.     }
  9661.     /**
  9662.      * Gets the private 'swiftmailer.command.send_email' shared service.
  9663.      *
  9664.      * @return \Symfony\Bundle\SwiftmailerBundle\Command\SendEmailCommand
  9665.      */
  9666.     protected function getSwiftmailer_Command_SendEmailService()
  9667.     {
  9668.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/console/Command/Command.php';
  9669.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/swiftmailer-bundle/Command/AbstractSwiftMailerCommand.php';
  9670.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/swiftmailer-bundle/Command/SendEmailCommand.php';
  9671.         $this->privates['swiftmailer.command.send_email'] = $instance = new \Symfony\Bundle\SwiftmailerBundle\Command\SendEmailCommand();
  9672.         $instance->setName('swiftmailer:spool:send');
  9673.         return $instance;
  9674.     }
  9675.     /**
  9676.      * Gets the private 'swiftmailer.email_sender.listener' shared service.
  9677.      *
  9678.      * @return \Symfony\Bundle\SwiftmailerBundle\EventListener\EmailSenderListener
  9679.      */
  9680.     protected function getSwiftmailer_EmailSender_ListenerService()
  9681.     {
  9682.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/swiftmailer-bundle/EventListener/EmailSenderListener.php';
  9683.         return $this->privates['swiftmailer.email_sender.listener'] = new \Symfony\Bundle\SwiftmailerBundle\EventListener\EmailSenderListener($this, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  9684.     }
  9685.     /**
  9686.      * Gets the private 'templating.cache_warmer.template_paths' shared service.
  9687.      *
  9688.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\TemplatePathsCacheWarmer
  9689.      *
  9690.      * @deprecated The "templating.cache_warmer.template_paths" service is deprecated since Symfony 4.3 and will be removed in 5.0.
  9691.      */
  9692.     protected function getTemplating_CacheWarmer_TemplatePathsService()
  9693.     {
  9694.         @trigger_error('The "templating.cache_warmer.template_paths" service is deprecated since Symfony 4.3 and will be removed in 5.0.'E_USER_DEPRECATED);
  9695.         return $this->privates['templating.cache_warmer.template_paths'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\TemplatePathsCacheWarmer(($this->privates['templating.finder'] ?? $this->getTemplating_FinderService()), ($this->privates['templating.locator'] ?? $this->getTemplating_LocatorService()));
  9696.     }
  9697.     /**
  9698.      * Gets the private 'templating.finder' shared service.
  9699.      *
  9700.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\TemplateFinder
  9701.      *
  9702.      * @deprecated The "templating.finder" service is deprecated since Symfony 4.3 and will be removed in 5.0.
  9703.      */
  9704.     protected function getTemplating_FinderService()
  9705.     {
  9706.         @trigger_error('The "templating.finder" service is deprecated since Symfony 4.3 and will be removed in 5.0.'E_USER_DEPRECATED);
  9707.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/templating/TemplateNameParserInterface.php';
  9708.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/framework-bundle/Templating/TemplateFilenameParser.php';
  9709.         return $this->privates['templating.finder'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\TemplateFinder(($this->services['kernel'] ?? $this->get('kernel'1)), new \Symfony\Bundle\FrameworkBundle\Templating\TemplateFilenameParser(), (\dirname(__DIR__4).'/src/Resources'));
  9710.     }
  9711.     /**
  9712.      * Gets the private 'templating.locator' shared service.
  9713.      *
  9714.      * @return \Symfony\Bundle\FrameworkBundle\Templating\Loader\TemplateLocator
  9715.      *
  9716.      * @deprecated The "templating.locator" service is deprecated since Symfony 4.3 and will be removed in 5.0.
  9717.      */
  9718.     protected function getTemplating_LocatorService()
  9719.     {
  9720.         @trigger_error('The "templating.locator" service is deprecated since Symfony 4.3 and will be removed in 5.0.'E_USER_DEPRECATED);
  9721.         return $this->privates['templating.locator'] = new \Symfony\Bundle\FrameworkBundle\Templating\Loader\TemplateLocator(($this->privates['file_locator'] ?? $this->getFileLocatorService()), $this->targetDir.'');
  9722.     }
  9723.     /**
  9724.      * Gets the private 'templating.name_parser' shared service.
  9725.      *
  9726.      * @return \Symfony\Bundle\FrameworkBundle\Templating\TemplateNameParser
  9727.      *
  9728.      * @deprecated The "templating.name_parser" service is deprecated since Symfony 4.3 and will be removed in 5.0.
  9729.      */
  9730.     protected function getTemplating_NameParserService()
  9731.     {
  9732.         @trigger_error('The "templating.name_parser" service is deprecated since Symfony 4.3 and will be removed in 5.0.'E_USER_DEPRECATED);
  9733.         return $this->privates['templating.name_parser'] = new \Symfony\Bundle\FrameworkBundle\Templating\TemplateNameParser(($this->services['kernel'] ?? $this->get('kernel'1)));
  9734.     }
  9735.     /**
  9736.      * Gets the private 'translation.extractor' shared service.
  9737.      *
  9738.      * @return \Symfony\Component\Translation\Extractor\ChainExtractor
  9739.      */
  9740.     protected function getTranslation_ExtractorService()
  9741.     {
  9742.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/translation/Extractor/ExtractorInterface.php';
  9743.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/translation/Extractor/ChainExtractor.php';
  9744.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/translation/Extractor/AbstractFileExtractor.php';
  9745.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/translation/Extractor/PhpExtractor.php';
  9746.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/twig-bridge/Translation/TwigExtractor.php';
  9747.         $this->privates['translation.extractor'] = $instance = new \Symfony\Component\Translation\Extractor\ChainExtractor();
  9748.         $instance->addExtractor('php', new \Symfony\Component\Translation\Extractor\PhpExtractor());
  9749.         $instance->addExtractor('twig', new \Symfony\Bridge\Twig\Translation\TwigExtractor(($this->services['twig'] ?? $this->getTwigService())));
  9750.         return $instance;
  9751.     }
  9752.     /**
  9753.      * Gets the private 'translation.loader.csv' shared service.
  9754.      *
  9755.      * @return \Symfony\Component\Translation\Loader\CsvFileLoader
  9756.      */
  9757.     protected function getTranslation_Loader_CsvService()
  9758.     {
  9759.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/translation/Loader/LoaderInterface.php';
  9760.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/translation/Loader/ArrayLoader.php';
  9761.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/translation/Loader/FileLoader.php';
  9762.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/translation/Loader/CsvFileLoader.php';
  9763.         return $this->privates['translation.loader.csv'] = new \Symfony\Component\Translation\Loader\CsvFileLoader();
  9764.     }
  9765.     /**
  9766.      * Gets the private 'translation.loader.dat' shared service.
  9767.      *
  9768.      * @return \Symfony\Component\Translation\Loader\IcuDatFileLoader
  9769.      */
  9770.     protected function getTranslation_Loader_DatService()
  9771.     {
  9772.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/translation/Loader/LoaderInterface.php';
  9773.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/translation/Loader/IcuResFileLoader.php';
  9774.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/translation/Loader/IcuDatFileLoader.php';
  9775.         return $this->privates['translation.loader.dat'] = new \Symfony\Component\Translation\Loader\IcuDatFileLoader();
  9776.     }
  9777.     /**
  9778.      * Gets the private 'translation.loader.ini' shared service.
  9779.      *
  9780.      * @return \Symfony\Component\Translation\Loader\IniFileLoader
  9781.      */
  9782.     protected function getTranslation_Loader_IniService()
  9783.     {
  9784.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/translation/Loader/LoaderInterface.php';
  9785.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/translation/Loader/ArrayLoader.php';
  9786.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/translation/Loader/FileLoader.php';
  9787.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/translation/Loader/IniFileLoader.php';
  9788.         return $this->privates['translation.loader.ini'] = new \Symfony\Component\Translation\Loader\IniFileLoader();
  9789.     }
  9790.     /**
  9791.      * Gets the private 'translation.loader.json' shared service.
  9792.      *
  9793.      * @return \Symfony\Component\Translation\Loader\JsonFileLoader
  9794.      */
  9795.     protected function getTranslation_Loader_JsonService()
  9796.     {
  9797.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/translation/Loader/LoaderInterface.php';
  9798.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/translation/Loader/ArrayLoader.php';
  9799.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/translation/Loader/FileLoader.php';
  9800.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/translation/Loader/JsonFileLoader.php';
  9801.         return $this->privates['translation.loader.json'] = new \Symfony\Component\Translation\Loader\JsonFileLoader();
  9802.     }
  9803.     /**
  9804.      * Gets the private 'translation.loader.mo' shared service.
  9805.      *
  9806.      * @return \Symfony\Component\Translation\Loader\MoFileLoader
  9807.      */
  9808.     protected function getTranslation_Loader_MoService()
  9809.     {
  9810.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/translation/Loader/LoaderInterface.php';
  9811.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/translation/Loader/ArrayLoader.php';
  9812.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/translation/Loader/FileLoader.php';
  9813.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/translation/Loader/MoFileLoader.php';
  9814.         return $this->privates['translation.loader.mo'] = new \Symfony\Component\Translation\Loader\MoFileLoader();
  9815.     }
  9816.     /**
  9817.      * Gets the private 'translation.loader.php' shared service.
  9818.      *
  9819.      * @return \Symfony\Component\Translation\Loader\PhpFileLoader
  9820.      */
  9821.     protected function getTranslation_Loader_PhpService()
  9822.     {
  9823.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/translation/Loader/LoaderInterface.php';
  9824.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/translation/Loader/ArrayLoader.php';
  9825.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/translation/Loader/FileLoader.php';
  9826.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/translation/Loader/PhpFileLoader.php';
  9827.         return $this->privates['translation.loader.php'] = new \Symfony\Component\Translation\Loader\PhpFileLoader();
  9828.     }
  9829.     /**
  9830.      * Gets the private 'translation.loader.po' shared service.
  9831.      *
  9832.      * @return \Symfony\Component\Translation\Loader\PoFileLoader
  9833.      */
  9834.     protected function getTranslation_Loader_PoService()
  9835.     {
  9836.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/translation/Loader/LoaderInterface.php';
  9837.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/translation/Loader/ArrayLoader.php';
  9838.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/translation/Loader/FileLoader.php';
  9839.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/translation/Loader/PoFileLoader.php';
  9840.         return $this->privates['translation.loader.po'] = new \Symfony\Component\Translation\Loader\PoFileLoader();
  9841.     }
  9842.     /**
  9843.      * Gets the private 'translation.loader.qt' shared service.
  9844.      *
  9845.      * @return \Symfony\Component\Translation\Loader\QtFileLoader
  9846.      */
  9847.     protected function getTranslation_Loader_QtService()
  9848.     {
  9849.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/translation/Loader/LoaderInterface.php';
  9850.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/translation/Loader/QtFileLoader.php';
  9851.         return $this->privates['translation.loader.qt'] = new \Symfony\Component\Translation\Loader\QtFileLoader();
  9852.     }
  9853.     /**
  9854.      * Gets the private 'translation.loader.res' shared service.
  9855.      *
  9856.      * @return \Symfony\Component\Translation\Loader\IcuResFileLoader
  9857.      */
  9858.     protected function getTranslation_Loader_ResService()
  9859.     {
  9860.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/translation/Loader/LoaderInterface.php';
  9861.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/translation/Loader/IcuResFileLoader.php';
  9862.         return $this->privates['translation.loader.res'] = new \Symfony\Component\Translation\Loader\IcuResFileLoader();
  9863.     }
  9864.     /**
  9865.      * Gets the private 'translation.loader.xliff' shared service.
  9866.      *
  9867.      * @return \Symfony\Component\Translation\Loader\XliffFileLoader
  9868.      */
  9869.     protected function getTranslation_Loader_XliffService()
  9870.     {
  9871.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/translation/Loader/LoaderInterface.php';
  9872.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/translation/Loader/XliffFileLoader.php';
  9873.         return $this->privates['translation.loader.xliff'] = new \Symfony\Component\Translation\Loader\XliffFileLoader();
  9874.     }
  9875.     /**
  9876.      * Gets the private 'translation.loader.yml' shared service.
  9877.      *
  9878.      * @return \Symfony\Component\Translation\Loader\YamlFileLoader
  9879.      */
  9880.     protected function getTranslation_Loader_YmlService()
  9881.     {
  9882.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/translation/Loader/LoaderInterface.php';
  9883.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/translation/Loader/ArrayLoader.php';
  9884.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/translation/Loader/FileLoader.php';
  9885.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/translation/Loader/YamlFileLoader.php';
  9886.         return $this->privates['translation.loader.yml'] = new \Symfony\Component\Translation\Loader\YamlFileLoader();
  9887.     }
  9888.     /**
  9889.      * Gets the private 'translation.reader' shared service.
  9890.      *
  9891.      * @return \Symfony\Component\Translation\Reader\TranslationReader
  9892.      */
  9893.     protected function getTranslation_ReaderService()
  9894.     {
  9895.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/translation/Reader/TranslationReaderInterface.php';
  9896.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/translation/Reader/TranslationReader.php';
  9897.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/translation/Loader/LoaderInterface.php';
  9898.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/translation/Loader/ArrayLoader.php';
  9899.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/translation/Loader/FileLoader.php';
  9900.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/translation/Loader/PhpFileLoader.php';
  9901.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/translation/Loader/YamlFileLoader.php';
  9902.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/translation/Loader/XliffFileLoader.php';
  9903.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/translation/Loader/PoFileLoader.php';
  9904.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/translation/Loader/MoFileLoader.php';
  9905.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/translation/Loader/QtFileLoader.php';
  9906.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/translation/Loader/CsvFileLoader.php';
  9907.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/translation/Loader/IcuResFileLoader.php';
  9908.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/translation/Loader/IcuDatFileLoader.php';
  9909.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/translation/Loader/IniFileLoader.php';
  9910.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/translation/Loader/JsonFileLoader.php';
  9911.         $this->privates['translation.reader'] = $instance = new \Symfony\Component\Translation\Reader\TranslationReader();
  9912.         $a = ($this->privates['translation.loader.yml'] ?? ($this->privates['translation.loader.yml'] = new \Symfony\Component\Translation\Loader\YamlFileLoader()));
  9913.         $b = ($this->privates['translation.loader.xliff'] ?? ($this->privates['translation.loader.xliff'] = new \Symfony\Component\Translation\Loader\XliffFileLoader()));
  9914.         $instance->addLoader('php', ($this->privates['translation.loader.php'] ?? ($this->privates['translation.loader.php'] = new \Symfony\Component\Translation\Loader\PhpFileLoader())));
  9915.         $instance->addLoader('yaml'$a);
  9916.         $instance->addLoader('yml'$a);
  9917.         $instance->addLoader('xlf'$b);
  9918.         $instance->addLoader('xliff'$b);
  9919.         $instance->addLoader('po', ($this->privates['translation.loader.po'] ?? ($this->privates['translation.loader.po'] = new \Symfony\Component\Translation\Loader\PoFileLoader())));
  9920.         $instance->addLoader('mo', ($this->privates['translation.loader.mo'] ?? ($this->privates['translation.loader.mo'] = new \Symfony\Component\Translation\Loader\MoFileLoader())));
  9921.         $instance->addLoader('ts', ($this->privates['translation.loader.qt'] ?? ($this->privates['translation.loader.qt'] = new \Symfony\Component\Translation\Loader\QtFileLoader())));
  9922.         $instance->addLoader('csv', ($this->privates['translation.loader.csv'] ?? ($this->privates['translation.loader.csv'] = new \Symfony\Component\Translation\Loader\CsvFileLoader())));
  9923.         $instance->addLoader('res', ($this->privates['translation.loader.res'] ?? ($this->privates['translation.loader.res'] = new \Symfony\Component\Translation\Loader\IcuResFileLoader())));
  9924.         $instance->addLoader('dat', ($this->privates['translation.loader.dat'] ?? ($this->privates['translation.loader.dat'] = new \Symfony\Component\Translation\Loader\IcuDatFileLoader())));
  9925.         $instance->addLoader('ini', ($this->privates['translation.loader.ini'] ?? ($this->privates['translation.loader.ini'] = new \Symfony\Component\Translation\Loader\IniFileLoader())));
  9926.         $instance->addLoader('json', ($this->privates['translation.loader.json'] ?? ($this->privates['translation.loader.json'] = new \Symfony\Component\Translation\Loader\JsonFileLoader())));
  9927.         return $instance;
  9928.     }
  9929.     /**
  9930.      * Gets the private 'translation.warmer' shared service.
  9931.      *
  9932.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\TranslationsCacheWarmer
  9933.      */
  9934.     protected function getTranslation_WarmerService()
  9935.     {
  9936.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  9937.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/framework-bundle/CacheWarmer/TranslationsCacheWarmer.php';
  9938.         return $this->privates['translation.warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\TranslationsCacheWarmer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  9939.             'translator' => ['services''translator''getTranslatorService'false],
  9940.         ], [
  9941.             'translator' => '?',
  9942.         ]))->withContext('translation.warmer'$this));
  9943.     }
  9944.     /**
  9945.      * Gets the private 'translator.default' shared service.
  9946.      *
  9947.      * @return \Symfony\Bundle\FrameworkBundle\Translation\Translator
  9948.      */
  9949.     protected function getTranslator_DefaultService()
  9950.     {
  9951.         $this->privates['translator.default'] = $instance = new \Symfony\Bundle\FrameworkBundle\Translation\Translator(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  9952.             'translation.loader.csv' => ['privates''translation.loader.csv''getTranslation_Loader_CsvService'false],
  9953.             'translation.loader.dat' => ['privates''translation.loader.dat''getTranslation_Loader_DatService'false],
  9954.             'translation.loader.ini' => ['privates''translation.loader.ini''getTranslation_Loader_IniService'false],
  9955.             'translation.loader.json' => ['privates''translation.loader.json''getTranslation_Loader_JsonService'false],
  9956.             'translation.loader.mo' => ['privates''translation.loader.mo''getTranslation_Loader_MoService'false],
  9957.             'translation.loader.php' => ['privates''translation.loader.php''getTranslation_Loader_PhpService'false],
  9958.             'translation.loader.po' => ['privates''translation.loader.po''getTranslation_Loader_PoService'false],
  9959.             'translation.loader.qt' => ['privates''translation.loader.qt''getTranslation_Loader_QtService'false],
  9960.             'translation.loader.res' => ['privates''translation.loader.res''getTranslation_Loader_ResService'false],
  9961.             'translation.loader.xliff' => ['privates''translation.loader.xliff''getTranslation_Loader_XliffService'false],
  9962.             'translation.loader.yml' => ['privates''translation.loader.yml''getTranslation_Loader_YmlService'false],
  9963.         ], [
  9964.             'translation.loader.csv' => '?',
  9965.             'translation.loader.dat' => '?',
  9966.             'translation.loader.ini' => '?',
  9967.             'translation.loader.json' => '?',
  9968.             'translation.loader.mo' => '?',
  9969.             'translation.loader.php' => '?',
  9970.             'translation.loader.po' => '?',
  9971.             'translation.loader.qt' => '?',
  9972.             'translation.loader.res' => '?',
  9973.             'translation.loader.xliff' => '?',
  9974.             'translation.loader.yml' => '?',
  9975.         ]), new \Symfony\Component\Translation\Formatter\MessageFormatter(new \Symfony\Component\Translation\IdentityTranslator()), 'en', ['translation.loader.php' => [=> 'php'], 'translation.loader.yml' => [=> 'yaml'=> 'yml'], 'translation.loader.xliff' => [=> 'xlf'=> 'xliff'], 'translation.loader.po' => [=> 'po'], 'translation.loader.mo' => [=> 'mo'], 'translation.loader.qt' => [=> 'ts'], 'translation.loader.csv' => [=> 'csv'], 'translation.loader.res' => [=> 'res'], 'translation.loader.dat' => [=> 'dat'], 'translation.loader.ini' => [=> 'ini'], 'translation.loader.json' => [=> 'json']], ['cache_dir' => ($this->targetDir.''.'/translations'), 'debug' => true'resource_files' => ['af' => [=> (\dirname(__DIR__6).'/shared/vendor/symfony/validator/Resources/translations/validators.af.xlf'), => (\dirname(__DIR__6).'/shared/vendor/symfony/form/Resources/translations/validators.af.xlf'), => (\dirname(__DIR__6).'/shared/vendor/symfony/security-core/Resources/translations/security.af.xlf'), => (\dirname(__DIR__6).'/shared/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.af.yml')], 'ar' => [=> (\dirname(__DIR__6).'/shared/vendor/symfony/validator/Resources/translations/validators.ar.xlf'), => (\dirname(__DIR__6).'/shared/vendor/symfony/form/Resources/translations/validators.ar.xlf'), => (\dirname(__DIR__6).'/shared/vendor/symfony/security-core/Resources/translations/security.ar.xlf'), => (\dirname(__DIR__6).'/shared/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.ar.yml'), => (\dirname(__DIR__6).'/shared/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.ar.yml'), => (\dirname(__DIR__6).'/shared/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.ar.xlf'), => (\dirname(__DIR__6).'/shared/vendor/easycorp/easyadmin-bundle/src/Resources/translations/messages.ar.xlf'), => (\dirname(__DIR__6).'/shared/vendor/vich/uploader-bundle/translations/messages.ar.yaml'), => (\dirname(__DIR__6).'/shared/vendor/knplabs/knp-time-bundle/Resources/translations/time.ar.xliff'), => (\dirname(__DIR__6).'/shared/vendor/knplabs/knp-paginator-bundle/Resources/translations/KnpPaginatorBundle.ar.xliff'), 10 => (\dirname(__DIR__6).'/shared/vendor/gregwar/captcha-bundle/Resources/translations/gregwar_captcha.ar.yml'), 11 => (\dirname(__DIR__6).'/shared/vendor/gregwar/captcha-bundle/Resources/translations/validators.ar.yml'), 12 => (\dirname(__DIR__6).'/shared/vendor/sonata-project/form-extensions/src/Bridge/Symfony/Resources/translations/SonataFormBundle.ar.xliff')], 'az' => [=> (\dirname(__DIR__6).'/shared/vendor/symfony/validator/Resources/translations/validators.az.xlf'), => (\dirname(__DIR__6).'/shared/vendor/symfony/form/Resources/translations/validators.az.xlf'), => (\dirname(__DIR__6).'/shared/vendor/symfony/security-core/Resources/translations/security.az.xlf')], 'be' => [=> (\dirname(__DIR__6).'/shared/vendor/symfony/validator/Resources/translations/validators.be.xlf'), => (\dirname(__DIR__6).'/shared/vendor/symfony/form/Resources/translations/validators.be.xlf'), => (\dirname(__DIR__6).'/shared/vendor/symfony/security-core/Resources/translations/security.be.xlf')], 'bg' => [=> (\dirname(__DIR__6).'/shared/vendor/symfony/validator/Resources/translations/validators.bg.xlf'), => (\dirname(__DIR__6).'/shared/vendor/symfony/form/Resources/translations/validators.bg.xlf'), => (\dirname(__DIR__6).'/shared/vendor/symfony/security-core/Resources/translations/security.bg.xlf'), => (\dirname(__DIR__6).'/shared/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.bg.yml'), => (\dirname(__DIR__6).'/shared/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.bg.yml'), => (\dirname(__DIR__6).'/shared/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.bg.xlf'), => (\dirname(__DIR__6).'/shared/vendor/easycorp/easyadmin-bundle/src/Resources/translations/messages.bg.xlf'), => (\dirname(__DIR__6).'/shared/vendor/vich/uploader-bundle/translations/messages.bg.yaml'), => (\dirname(__DIR__6).'/shared/vendor/knplabs/knp-time-bundle/Resources/translations/time.bg.xliff'), => (\dirname(__DIR__6).'/shared/vendor/gregwar/captcha-bundle/Resources/translations/gregwar_captcha.bg.yml'), 10 => (\dirname(__DIR__6).'/shared/vendor/gregwar/captcha-bundle/Resources/translations/validators.bg.yml'), 11 => (\dirname(__DIR__6).'/shared/vendor/sonata-project/form-extensions/src/Bridge/Symfony/Resources/translations/SonataFormBundle.bg.xliff')], 'bs' => [=> (\dirname(__DIR__6).'/shared/vendor/symfony/validator/Resources/translations/validators.bs.xlf'), => (\dirname(__DIR__6).'/shared/vendor/symfony/form/Resources/translations/validators.bs.xlf'), => (\dirname(__DIR__6).'/shared/vendor/symfony/security-core/Resources/translations/security.bs.xlf')], 'ca' => [=> (\dirname(__DIR__6).'/shared/vendor/symfony/validator/Resources/translations/validators.ca.xlf'), => (\dirname(__DIR__6).'/shared/vendor/symfony/form/Resources/translations/validators.ca.xlf'), => (\dirname(__DIR__6).'/shared/vendor/symfony/security-core/Resources/translations/security.ca.xlf'), => (\dirname(__DIR__6).'/shared/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.ca.yml'), => (\dirname(__DIR__6).'/shared/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.ca.yml'), => (\dirname(__DIR__6).'/shared/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.ca.xlf'), => (\dirname(__DIR__6).'/shared/vendor/easycorp/easyadmin-bundle/src/Resources/translations/messages.ca.xlf'), => (\dirname(__DIR__6).'/shared/vendor/vich/uploader-bundle/translations/messages.ca.yaml'), => (\dirname(__DIR__6).'/shared/vendor/knplabs/knp-time-bundle/Resources/translations/time.ca.xliff'), => (\dirname(__DIR__6).'/shared/vendor/sonata-project/form-extensions/src/Bridge/Symfony/Resources/translations/SonataFormBundle.ca.xliff')], 'cs' => [=> (\dirname(__DIR__6).'/shared/vendor/symfony/validator/Resources/translations/validators.cs.xlf'), => (\dirname(__DIR__6).'/shared/vendor/symfony/form/Resources/translations/validators.cs.xlf'), => (\dirname(__DIR__6).'/shared/vendor/symfony/security-core/Resources/translations/security.cs.xlf'), => (\dirname(__DIR__6).'/shared/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.cs.yml'), => (\dirname(__DIR__6).'/shared/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.cs.yml'), => (\dirname(__DIR__6).'/shared/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.cs.xlf'), => (\dirname(__DIR__6).'/shared/vendor/easycorp/easyadmin-bundle/src/Resources/translations/messages.cs.xlf'), => (\dirname(__DIR__6).'/shared/vendor/vich/uploader-bundle/translations/messages.cs.yaml'), => (\dirname(__DIR__6).'/shared/vendor/knplabs/knp-time-bundle/Resources/translations/time.cs.xliff'), => (\dirname(__DIR__6).'/shared/vendor/knplabs/knp-paginator-bundle/Resources/translations/KnpPaginatorBundle.cs.xliff'), 10 => (\dirname(__DIR__6).'/shared/vendor/gregwar/captcha-bundle/Resources/translations/gregwar_captcha.cs.yml'), 11 => (\dirname(__DIR__6).'/shared/vendor/gregwar/captcha-bundle/Resources/translations/validators.cs.yml'), 12 => (\dirname(__DIR__6).'/shared/vendor/sonata-project/form-extensions/src/Bridge/Symfony/Resources/translations/SonataFormBundle.cs.xliff')], 'cy' => [=> (\dirname(__DIR__6).'/shared/vendor/symfony/validator/Resources/translations/validators.cy.xlf')], 'da' => [=> (\dirname(__DIR__6).'/shared/vendor/symfony/validator/Resources/translations/validators.da.xlf'), => (\dirname(__DIR__6).'/shared/vendor/symfony/form/Resources/translations/validators.da.xlf'), => (\dirname(__DIR__6).'/shared/vendor/symfony/security-core/Resources/translations/security.da.xlf'), => (\dirname(__DIR__6).'/shared/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.da.yml'), => (\dirname(__DIR__6).'/shared/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.da.yml'), => (\dirname(__DIR__6).'/shared/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.da.xlf'), => (\dirname(__DIR__6).'/shared/vendor/easycorp/easyadmin-bundle/src/Resources/translations/messages.da.xlf'), => (\dirname(__DIR__6).'/shared/vendor/knplabs/knp-time-bundle/Resources/translations/time.da.xliff'), => (\dirname(__DIR__6).'/shared/vendor/knplabs/knp-paginator-bundle/Resources/translations/KnpPaginatorBundle.da.xliff')], 'de' => [=> (\dirname(__DIR__6).'/shared/vendor/symfony/validator/Resources/translations/validators.de.xlf'), => (\dirname(__DIR__6).'/shared/vendor/symfony/form/Resources/translations/validators.de.xlf'), => (\dirname(__DIR__6).'/shared/vendor/symfony/security-core/Resources/translations/security.de.xlf'), => (\dirname(__DIR__6).'/shared/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.de.yml'), => (\dirname(__DIR__6).'/shared/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.de.yml'), => (\dirname(__DIR__6).'/shared/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.de.xlf'), => (\dirname(__DIR__6).'/shared/vendor/easycorp/easyadmin-bundle/src/Resources/translations/messages.de.xlf'), => (\dirname(__DIR__6).'/shared/vendor/vich/uploader-bundle/translations/messages.de.yaml'), => (\dirname(__DIR__6).'/shared/vendor/knplabs/knp-time-bundle/Resources/translations/time.de.xliff'), => (\dirname(__DIR__6).'/shared/vendor/knplabs/knp-paginator-bundle/Resources/translations/KnpPaginatorBundle.de.xliff'), 10 => (\dirname(__DIR__6).'/shared/vendor/sg/datatablesbundle/Resources/translations/messages.de.yml'), 11 => (\dirname(__DIR__6).'/shared/vendor/gregwar/captcha-bundle/Resources/translations/gregwar_captcha.de.yml'), 12 => (\dirname(__DIR__6).'/shared/vendor/gregwar/captcha-bundle/Resources/translations/validators.de.yml'), 13 => (\dirname(__DIR__6).'/shared/vendor/sonata-project/form-extensions/src/Bridge/Symfony/Resources/translations/SonataFormBundle.de.xliff'), 14 => (\dirname(__DIR__6).'/shared/vendor/sonata-project/twig-extensions/src/Bridge/Symfony/Resources/translations/SonataTwigBundle.de.xliff'), 15 => (\dirname(__DIR__6).'/shared/vendor/sonata-project/block-bundle/src/Resources/translations/SonataBlockBundle.de.xliff'), 16 => (\dirname(__DIR__6).'/shared/vendor/sonata-project/block-bundle/src/Resources/translations/validators.de.xliff'), 17 => (\dirname(__DIR__6).'/shared/vendor/sonata-project/seo-bundle/src/Resources/translations/SonataSeoBundle.de.xliff')], 'el' => [=> (\dirname(__DIR__6).'/shared/vendor/symfony/validator/Resources/translations/validators.el.xlf'), => (\dirname(__DIR__6).'/shared/vendor/symfony/form/Resources/translations/validators.el.xlf'), => (\dirname(__DIR__6).'/shared/vendor/symfony/security-core/Resources/translations/security.el.xlf'), => (\dirname(__DIR__6).'/shared/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.el.yml'), => (\dirname(__DIR__6).'/shared/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.el.yml'), => (\dirname(__DIR__6).'/shared/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.el.xlf'), => (\dirname(__DIR__6).'/shared/vendor/easycorp/easyadmin-bundle/src/Resources/translations/messages.el.xlf')], 'en' => [=> (\dirname(__DIR__6).'/shared/vendor/symfony/validator/Resources/translations/validators.en.xlf'), => (\dirname(__DIR__6).'/shared/vendor/symfony/form/Resources/translations/validators.en.xlf'), => (\dirname(__DIR__6).'/shared/vendor/symfony/security-core/Resources/translations/security.en.xlf'), => (\dirname(__DIR__6).'/shared/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.en.yml'), => (\dirname(__DIR__6).'/shared/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.en.yml'), => (\dirname(__DIR__6).'/shared/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.en.xlf'), => (\dirname(__DIR__6).'/shared/vendor/easycorp/easyadmin-bundle/src/Resources/translations/messages.en.xlf'), => (\dirname(__DIR__6).'/shared/vendor/vich/uploader-bundle/translations/messages.en.yaml'), => (\dirname(__DIR__6).'/shared/vendor/knplabs/knp-time-bundle/Resources/translations/time.en.xliff'), => (\dirname(__DIR__6).'/shared/vendor/knplabs/knp-paginator-bundle/Resources/translations/KnpPaginatorBundle.en.xliff'), 10 => (\dirname(__DIR__6).'/shared/vendor/sg/datatablesbundle/Resources/translations/messages.en.yml'), 11 => (\dirname(__DIR__6).'/shared/vendor/gregwar/captcha-bundle/Resources/translations/gregwar_captcha.en.yml'), 12 => (\dirname(__DIR__6).'/shared/vendor/gregwar/captcha-bundle/Resources/translations/validators.en.yml'), 13 => (\dirname(__DIR__6).'/shared/vendor/sonata-project/form-extensions/src/Bridge/Symfony/Resources/translations/SonataFormBundle.en.xliff'), 14 => (\dirname(__DIR__6).'/shared/vendor/sonata-project/twig-extensions/src/Bridge/Symfony/Resources/translations/SonataTwigBundle.en.xliff'), 15 => (\dirname(__DIR__6).'/shared/vendor/sonata-project/block-bundle/src/Resources/translations/SonataBlockBundle.en.xliff'), 16 => (\dirname(__DIR__6).'/shared/vendor/sonata-project/block-bundle/src/Resources/translations/validators.en.xliff'), 17 => (\dirname(__DIR__6).'/shared/vendor/sonata-project/seo-bundle/src/Resources/translations/SonataSeoBundle.en.xliff')], 'es' => [=> (\dirname(__DIR__6).'/shared/vendor/symfony/validator/Resources/translations/validators.es.xlf'), => (\dirname(__DIR__6).'/shared/vendor/symfony/form/Resources/translations/validators.es.xlf'), => (\dirname(__DIR__6).'/shared/vendor/symfony/security-core/Resources/translations/security.es.xlf'), => (\dirname(__DIR__6).'/shared/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.es.yml'), => (\dirname(__DIR__6).'/shared/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.es.yml'), => (\dirname(__DIR__6).'/shared/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.es.xlf'), => (\dirname(__DIR__6).'/shared/vendor/easycorp/easyadmin-bundle/src/Resources/translations/messages.es.xlf'), => (\dirname(__DIR__6).'/shared/vendor/vich/uploader-bundle/translations/messages.es.yaml'), => (\dirname(__DIR__6).'/shared/vendor/knplabs/knp-time-bundle/Resources/translations/time.es.xliff'), => (\dirname(__DIR__6).'/shared/vendor/knplabs/knp-paginator-bundle/Resources/translations/KnpPaginatorBundle.es.xliff'), 10 => (\dirname(__DIR__6).'/shared/vendor/sg/datatablesbundle/Resources/translations/messages.es.yml'), 11 => (\dirname(__DIR__6).'/shared/vendor/gregwar/captcha-bundle/Resources/translations/gregwar_captcha.es.yml'), 12 => (\dirname(__DIR__6).'/shared/vendor/gregwar/captcha-bundle/Resources/translations/validators.es.yml'), 13 => (\dirname(__DIR__6).'/shared/vendor/sonata-project/form-extensions/src/Bridge/Symfony/Resources/translations/SonataFormBundle.es.xliff')], 'et' => [=> (\dirname(__DIR__6).'/shared/vendor/symfony/validator/Resources/translations/validators.et.xlf'), => (\dirname(__DIR__6).'/shared/vendor/symfony/form/Resources/translations/validators.et.xlf'), => (\dirname(__DIR__6).'/shared/vendor/symfony/security-core/Resources/translations/security.et.xlf'), => (\dirname(__DIR__6).'/shared/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.et.yml')], 'eu' => [=> (\dirname(__DIR__6).'/shared/vendor/symfony/validator/Resources/translations/validators.eu.xlf'), => (\dirname(__DIR__6).'/shared/vendor/symfony/form/Resources/translations/validators.eu.xlf'), => (\dirname(__DIR__6).'/shared/vendor/symfony/security-core/Resources/translations/security.eu.xlf'), => (\dirname(__DIR__6).'/shared/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.eu.yml'), => (\dirname(__DIR__6).'/shared/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.eu.yml'), => (\dirname(__DIR__6).'/shared/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.eu.xlf'), => (\dirname(__DIR__6).'/shared/vendor/easycorp/easyadmin-bundle/src/Resources/translations/messages.eu.xlf'), => (\dirname(__DIR__6).'/shared/vendor/knplabs/knp-time-bundle/Resources/translations/time.eu.xliff'), => (\dirname(__DIR__6).'/shared/vendor/sg/datatablesbundle/Resources/translations/messages.eu.yml'), => (\dirname(__DIR__6).'/shared/vendor/sonata-project/form-extensions/src/Bridge/Symfony/Resources/translations/SonataFormBundle.eu.xliff')], 'fa' => [=> (\dirname(__DIR__6).'/shared/vendor/symfony/validator/Resources/translations/validators.fa.xlf'), => (\dirname(__DIR__6).'/shared/vendor/symfony/form/Resources/translations/validators.fa.xlf'), => (\dirname(__DIR__6).'/shared/vendor/symfony/security-core/Resources/translations/security.fa.xlf'), => (\dirname(__DIR__6).'/shared/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.fa.yml'), => (\dirname(__DIR__6).'/shared/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.fa.yml'), => (\dirname(__DIR__6).'/shared/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.fa.xlf'), => (\dirname(__DIR__6).'/shared/vendor/easycorp/easyadmin-bundle/src/Resources/translations/messages.fa.xlf'), => (\dirname(__DIR__6).'/shared/vendor/knplabs/knp-paginator-bundle/Resources/translations/KnpPaginatorBundle.fa.xliff'), => (\dirname(__DIR__6).'/shared/vendor/sg/datatablesbundle/Resources/translations/messages.fa.yml'), => (\dirname(__DIR__6).'/shared/vendor/sonata-project/form-extensions/src/Bridge/Symfony/Resources/translations/SonataFormBundle.fa.xliff')], 'fi' => [=> (\dirname(__DIR__6).'/shared/vendor/symfony/validator/Resources/translations/validators.fi.xlf'), => (\dirname(__DIR__6).'/shared/vendor/symfony/form/Resources/translations/validators.fi.xlf'), => (\dirname(__DIR__6).'/shared/vendor/symfony/security-core/Resources/translations/security.fi.xlf'), => (\dirname(__DIR__6).'/shared/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.fi.yml'), => (\dirname(__DIR__6).'/shared/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.fi.yml'), => (\dirname(__DIR__6).'/shared/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.fi.xlf'), => (\dirname(__DIR__6).'/shared/vendor/easycorp/easyadmin-bundle/src/Resources/translations/messages.fi.xlf'), => (\dirname(__DIR__6).'/shared/vendor/vich/uploader-bundle/translations/messages.fi.yaml'), => (\dirname(__DIR__6).'/shared/vendor/knplabs/knp-time-bundle/Resources/translations/time.fi.xliff'), => (\dirname(__DIR__6).'/shared/vendor/sonata-project/form-extensions/src/Bridge/Symfony/Resources/translations/SonataFormBundle.fi.xliff')], 'fr' => [=> (\dirname(__DIR__6).'/shared/vendor/symfony/validator/Resources/translations/validators.fr.xlf'), => (\dirname(__DIR__6).'/shared/vendor/symfony/form/Resources/translations/validators.fr.xlf'), => (\dirname(__DIR__6).'/shared/vendor/symfony/security-core/Resources/translations/security.fr.xlf'), => (\dirname(__DIR__6).'/shared/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.fr.yml'), => (\dirname(__DIR__6).'/shared/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.fr.yml'), => (\dirname(__DIR__6).'/shared/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.fr.xlf'), => (\dirname(__DIR__6).'/shared/vendor/easycorp/easyadmin-bundle/src/Resources/translations/messages.fr.xlf'), => (\dirname(__DIR__6).'/shared/vendor/vich/uploader-bundle/translations/messages.fr.yaml'), => (\dirname(__DIR__6).'/shared/vendor/knplabs/knp-time-bundle/Resources/translations/time.fr.xliff'), => (\dirname(__DIR__6).'/shared/vendor/knplabs/knp-paginator-bundle/Resources/translations/KnpPaginatorBundle.fr.xliff'), 10 => (\dirname(__DIR__6).'/shared/vendor/sg/datatablesbundle/Resources/translations/messages.fr.yml'), 11 => (\dirname(__DIR__6).'/shared/vendor/gregwar/captcha-bundle/Resources/translations/gregwar_captcha.fr.yml'), 12 => (\dirname(__DIR__6).'/shared/vendor/gregwar/captcha-bundle/Resources/translations/validators.fr.yml'), 13 => (\dirname(__DIR__6).'/shared/vendor/sonata-project/form-extensions/src/Bridge/Symfony/Resources/translations/SonataFormBundle.fr.xliff'), 14 => (\dirname(__DIR__6).'/shared/vendor/sonata-project/twig-extensions/src/Bridge/Symfony/Resources/translations/SonataTwigBundle.fr.xliff'), 15 => (\dirname(__DIR__6).'/shared/vendor/sonata-project/block-bundle/src/Resources/translations/SonataBlockBundle.fr.xliff'), 16 => (\dirname(__DIR__6).'/shared/vendor/sonata-project/block-bundle/src/Resources/translations/validators.fr.xliff'), 17 => (\dirname(__DIR__6).'/shared/vendor/sonata-project/seo-bundle/src/Resources/translations/SonataSeoBundle.fr.xliff')], 'gl' => [=> (\dirname(__DIR__6).'/shared/vendor/symfony/validator/Resources/translations/validators.gl.xlf'), => (\dirname(__DIR__6).'/shared/vendor/symfony/form/Resources/translations/validators.gl.xlf'), => (\dirname(__DIR__6).'/shared/vendor/symfony/security-core/Resources/translations/security.gl.xlf'), => (\dirname(__DIR__6).'/shared/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.gl.yml'), => (\dirname(__DIR__6).'/shared/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.gl.xlf'), => (\dirname(__DIR__6).'/shared/vendor/easycorp/easyadmin-bundle/src/Resources/translations/messages.gl.xlf')], 'he' => [=> (\dirname(__DIR__6).'/shared/vendor/symfony/validator/Resources/translations/validators.he.xlf'), => (\dirname(__DIR__6).'/shared/vendor/symfony/form/Resources/translations/validators.he.xlf'), => (\dirname(__DIR__6).'/shared/vendor/symfony/security-core/Resources/translations/security.he.xlf'), => (\dirname(__DIR__6).'/shared/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.he.yml'), => (\dirname(__DIR__6).'/shared/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.he.yml')], 'hr' => [=> (\dirname(__DIR__6).'/shared/vendor/symfony/validator/Resources/translations/validators.hr.xlf'), => (\dirname(__DIR__6).'/shared/vendor/symfony/form/Resources/translations/validators.hr.xlf'), => (\dirname(__DIR__6).'/shared/vendor/symfony/security-core/Resources/translations/security.hr.xlf'), => (\dirname(__DIR__6).'/shared/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.hr.yml'), => (\dirname(__DIR__6).'/shared/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.hr.yml'), => (\dirname(__DIR__6).'/shared/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.hr.xlf'), => (\dirname(__DIR__6).'/shared/vendor/easycorp/easyadmin-bundle/src/Resources/translations/messages.hr.xlf'), => (\dirname(__DIR__6).'/shared/vendor/sonata-project/form-extensions/src/Bridge/Symfony/Resources/translations/SonataFormBundle.hr.xliff')], 'hu' => [=> (\dirname(__DIR__6).'/shared/vendor/symfony/validator/Resources/translations/validators.hu.xlf'), => (\dirname(__DIR__6).'/shared/vendor/symfony/form/Resources/translations/validators.hu.xlf'), => (\dirname(__DIR__6).'/shared/vendor/symfony/security-core/Resources/translations/security.hu.xlf'), => (\dirname(__DIR__6).'/shared/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.hu.yml'), => (\dirname(__DIR__6).'/shared/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.hu.yml'), => (\dirname(__DIR__6).'/shared/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.hu.xlf'), => (\dirname(__DIR__6).'/shared/vendor/easycorp/easyadmin-bundle/src/Resources/translations/messages.hu.xlf'), => (\dirname(__DIR__6).'/shared/vendor/vich/uploader-bundle/translations/messages.hu.yaml'), => (\dirname(__DIR__6).'/shared/vendor/knplabs/knp-time-bundle/Resources/translations/time.hu.xliff'), => (\dirname(__DIR__6).'/shared/vendor/knplabs/knp-paginator-bundle/Resources/translations/KnpPaginatorBundle.hu.xliff'), 10 => (\dirname(__DIR__6).'/shared/vendor/sonata-project/form-extensions/src/Bridge/Symfony/Resources/translations/SonataFormBundle.hu.xliff'), 11 => (\dirname(__DIR__6).'/shared/vendor/sonata-project/block-bundle/src/Resources/translations/SonataBlockBundle.hu.xliff'), 12 => (\dirname(__DIR__6).'/shared/vendor/sonata-project/block-bundle/src/Resources/translations/validators.hu.xliff')], 'hy' => [=> (\dirname(__DIR__6).'/shared/vendor/symfony/validator/Resources/translations/validators.hy.xlf'), => (\dirname(__DIR__6).'/shared/vendor/symfony/form/Resources/translations/validators.hy.xlf'), => (\dirname(__DIR__6).'/shared/vendor/symfony/security-core/Resources/translations/security.hy.xlf')], 'id' => [=> (\dirname(__DIR__6).'/shared/vendor/symfony/validator/Resources/translations/validators.id.xlf'), => (\dirname(__DIR__6).'/shared/vendor/symfony/form/Resources/translations/validators.id.xlf'), => (\dirname(__DIR__6).'/shared/vendor/symfony/security-core/Resources/translations/security.id.xlf'), => (\dirname(__DIR__6).'/shared/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.id.yml'), => (\dirname(__DIR__6).'/shared/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.id.yml'), => (\dirname(__DIR__6).'/shared/vendor/knplabs/knp-time-bundle/Resources/translations/time.id.xliff'), => (\dirname(__DIR__6).'/shared/vendor/knplabs/knp-paginator-bundle/Resources/translations/KnpPaginatorBundle.id.xliff')], 'it' => [=> (\dirname(__DIR__6).'/shared/vendor/symfony/validator/Resources/translations/validators.it.xlf'), => (\dirname(__DIR__6).'/shared/vendor/symfony/form/Resources/translations/validators.it.xlf'), => (\dirname(__DIR__6).'/shared/vendor/symfony/security-core/Resources/translations/security.it.xlf'), => (\dirname(__DIR__6).'/shared/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.it.yml'), => (\dirname(__DIR__6).'/shared/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.it.yml'), => (\dirname(__DIR__6).'/shared/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.it.xlf'), => (\dirname(__DIR__6).'/shared/vendor/easycorp/easyadmin-bundle/src/Resources/translations/messages.it.xlf'), => (\dirname(__DIR__6).'/shared/vendor/vich/uploader-bundle/translations/messages.it.yaml'), => (\dirname(__DIR__6).'/shared/vendor/knplabs/knp-time-bundle/Resources/translations/time.it.xliff'), => (\dirname(__DIR__6).'/shared/vendor/knplabs/knp-paginator-bundle/Resources/translations/KnpPaginatorBundle.it.xliff'), 10 => (\dirname(__DIR__6).'/shared/vendor/sg/datatablesbundle/Resources/translations/messages.it.yml'), 11 => (\dirname(__DIR__6).'/shared/vendor/gregwar/captcha-bundle/Resources/translations/gregwar_captcha.it.yml'), 12 => (\dirname(__DIR__6).'/shared/vendor/gregwar/captcha-bundle/Resources/translations/validators.it.yml'), 13 => (\dirname(__DIR__6).'/shared/vendor/sonata-project/form-extensions/src/Bridge/Symfony/Resources/translations/SonataFormBundle.it.xliff'), 14 => (\dirname(__DIR__6).'/shared/vendor/sonata-project/block-bundle/src/Resources/translations/SonataBlockBundle.it.xliff'), 15 => (\dirname(__DIR__6).'/shared/vendor/sonata-project/seo-bundle/src/Resources/translations/SonataSeoBundle.it.xliff')], 'ja' => [=> (\dirname(__DIR__6).'/shared/vendor/symfony/validator/Resources/translations/validators.ja.xlf'), => (\dirname(__DIR__6).'/shared/vendor/symfony/form/Resources/translations/validators.ja.xlf'), => (\dirname(__DIR__6).'/shared/vendor/symfony/security-core/Resources/translations/security.ja.xlf'), => (\dirname(__DIR__6).'/shared/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.ja.yml'), => (\dirname(__DIR__6).'/shared/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.ja.yml'), => (\dirname(__DIR__6).'/shared/vendor/knplabs/knp-time-bundle/Resources/translations/time.ja.xliff'), => (\dirname(__DIR__6).'/shared/vendor/knplabs/knp-paginator-bundle/Resources/translations/KnpPaginatorBundle.ja.xliff'), => (\dirname(__DIR__6).'/shared/vendor/sonata-project/form-extensions/src/Bridge/Symfony/Resources/translations/SonataFormBundle.ja.xliff')], 'lb' => [=> (\dirname(__DIR__6).'/shared/vendor/symfony/validator/Resources/translations/validators.lb.xlf'), => (\dirname(__DIR__6).'/shared/vendor/symfony/form/Resources/translations/validators.lb.xlf'), => (\dirname(__DIR__6).'/shared/vendor/symfony/security-core/Resources/translations/security.lb.xlf'), => (\dirname(__DIR__6).'/shared/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.lb.yml'), => (\dirname(__DIR__6).'/shared/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.lb.yml'), => (\dirname(__DIR__6).'/shared/vendor/sonata-project/form-extensions/src/Bridge/Symfony/Resources/translations/SonataFormBundle.lb.xliff')], 'lt' => [=> (\dirname(__DIR__6).'/shared/vendor/symfony/validator/Resources/translations/validators.lt.xlf'), => (\dirname(__DIR__6).'/shared/vendor/symfony/form/Resources/translations/validators.lt.xlf'), => (\dirname(__DIR__6).'/shared/vendor/symfony/security-core/Resources/translations/security.lt.xlf'), => (\dirname(__DIR__6).'/shared/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.lt.yml'), => (\dirname(__DIR__6).'/shared/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.lt.yml'), => (\dirname(__DIR__6).'/shared/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.lt.xlf'), => (\dirname(__DIR__6).'/shared/vendor/easycorp/easyadmin-bundle/src/Resources/translations/messages.lt.xlf'), => (\dirname(__DIR__6).'/shared/vendor/vich/uploader-bundle/translations/messages.lt.yaml'), => (\dirname(__DIR__6).'/shared/vendor/knplabs/knp-time-bundle/Resources/translations/time.lt.xliff'), => (\dirname(__DIR__6).'/shared/vendor/knplabs/knp-paginator-bundle/Resources/translations/KnpPaginatorBundle.lt.xliff'), 10 => (\dirname(__DIR__6).'/shared/vendor/sonata-project/form-extensions/src/Bridge/Symfony/Resources/translations/SonataFormBundle.lt.xliff')], 'lv' => [=> (\dirname(__DIR__6).'/shared/vendor/symfony/validator/Resources/translations/validators.lv.xlf'), => (\dirname(__DIR__6).'/shared/vendor/symfony/form/Resources/translations/validators.lv.xlf'), => (\dirname(__DIR__6).'/shared/vendor/symfony/security-core/Resources/translations/security.lv.xlf'), => (\dirname(__DIR__6).'/shared/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.lv.yml'), => (\dirname(__DIR__6).'/shared/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.lv.yml')], 'mn' => [=> (\dirname(__DIR__6).'/shared/vendor/symfony/validator/Resources/translations/validators.mn.xlf'), => (\dirname(__DIR__6).'/shared/vendor/symfony/form/Resources/translations/validators.mn.xlf'), => (\dirname(__DIR__6).'/shared/vendor/symfony/security-core/Resources/translations/security.mn.xlf'), => (\dirname(__DIR__6).'/shared/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.mn.yml')], 'my' => [=> (\dirname(__DIR__6).'/shared/vendor/symfony/validator/Resources/translations/validators.my.xlf'), => (\dirname(__DIR__6).'/shared/vendor/symfony/form/Resources/translations/validators.my.xlf'), => (\dirname(__DIR__6).'/shared/vendor/symfony/security-core/Resources/translations/security.my.xlf')], 'nb' => [=> (\dirname(__DIR__6).'/shared/vendor/symfony/validator/Resources/translations/validators.nb.xlf'), => (\dirname(__DIR__6).'/shared/vendor/symfony/form/Resources/translations/validators.nb.xlf'), => (\dirname(__DIR__6).'/shared/vendor/symfony/security-core/Resources/translations/security.nb.xlf'), => (\dirname(__DIR__6).'/shared/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.nb.yml'), => (\dirname(__DIR__6).'/shared/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.nb.yml'), => (\dirname(__DIR__6).'/shared/vendor/knplabs/knp-time-bundle/Resources/translations/time.nb.xliff')], 'nl' => [=> (\dirname(__DIR__6).'/shared/vendor/symfony/validator/Resources/translations/validators.nl.xlf'), => (\dirname(__DIR__6).'/shared/vendor/symfony/form/Resources/translations/validators.nl.xlf'), => (\dirname(__DIR__6).'/shared/vendor/symfony/security-core/Resources/translations/security.nl.xlf'), => (\dirname(__DIR__6).'/shared/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.nl.yml'), => (\dirname(__DIR__6).'/shared/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.nl.yml'), => (\dirname(__DIR__6).'/shared/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.nl.xlf'), => (\dirname(__DIR__6).'/shared/vendor/easycorp/easyadmin-bundle/src/Resources/translations/messages.nl.xlf'), => (\dirname(__DIR__6).'/shared/vendor/vich/uploader-bundle/translations/messages.nl.yaml'), => (\dirname(__DIR__6).'/shared/vendor/knplabs/knp-time-bundle/Resources/translations/time.nl.xliff'), => (\dirname(__DIR__6).'/shared/vendor/knplabs/knp-paginator-bundle/Resources/translations/KnpPaginatorBundle.nl.xliff'), 10 => (\dirname(__DIR__6).'/shared/vendor/sg/datatablesbundle/Resources/translations/messages.nl.yml'), 11 => (\dirname(__DIR__6).'/shared/vendor/gregwar/captcha-bundle/Resources/translations/gregwar_captcha.nl.yml'), 12 => (\dirname(__DIR__6).'/shared/vendor/gregwar/captcha-bundle/Resources/translations/validators.nl.yml'), 13 => (\dirname(__DIR__6).'/shared/vendor/sonata-project/form-extensions/src/Bridge/Symfony/Resources/translations/SonataFormBundle.nl.xliff'), 14 => (\dirname(__DIR__6).'/shared/vendor/sonata-project/twig-extensions/src/Bridge/Symfony/Resources/translations/SonataTwigBundle.nl.xliff'), 15 => (\dirname(__DIR__6).'/shared/vendor/sonata-project/block-bundle/src/Resources/translations/SonataBlockBundle.nl.xliff'), 16 => (\dirname(__DIR__6).'/shared/vendor/sonata-project/block-bundle/src/Resources/translations/validators.nl.xliff'), 17 => (\dirname(__DIR__6).'/shared/vendor/sonata-project/seo-bundle/src/Resources/translations/SonataSeoBundle.nl.xliff')], 'nn' => [=> (\dirname(__DIR__6).'/shared/vendor/symfony/validator/Resources/translations/validators.nn.xlf'), => (\dirname(__DIR__6).'/shared/vendor/symfony/form/Resources/translations/validators.nn.xlf'), => (\dirname(__DIR__6).'/shared/vendor/symfony/security-core/Resources/translations/security.nn.xlf'), => (\dirname(__DIR__6).'/shared/vendor/knplabs/knp-time-bundle/Resources/translations/time.nn.xliff')], 'no' => [=> (\dirname(__DIR__6).'/shared/vendor/symfony/validator/Resources/translations/validators.no.xlf'), => (\dirname(__DIR__6).'/shared/vendor/symfony/form/Resources/translations/validators.no.xlf'), => (\dirname(__DIR__6).'/shared/vendor/symfony/security-core/Resources/translations/security.no.xlf'), => (\dirname(__DIR__6).'/shared/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.no.xlf'), => (\dirname(__DIR__6).'/shared/vendor/easycorp/easyadmin-bundle/src/Resources/translations/messages.no.xlf'), => (\dirname(__DIR__6).'/shared/vendor/knplabs/knp-paginator-bundle/Resources/translations/KnpPaginatorBundle.no.xliff')], 'pl' => [=> (\dirname(__DIR__6).'/shared/vendor/symfony/validator/Resources/translations/validators.pl.xlf'), => (\dirname(__DIR__6).'/shared/vendor/symfony/form/Resources/translations/validators.pl.xlf'), => (\dirname(__DIR__6).'/shared/vendor/symfony/security-core/Resources/translations/security.pl.xlf'), => (\dirname(__DIR__6).'/shared/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.pl.yml'), => (\dirname(__DIR__6).'/shared/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.pl.yml'), => (\dirname(__DIR__6).'/shared/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.pl.xlf'), => (\dirname(__DIR__6).'/shared/vendor/easycorp/easyadmin-bundle/src/Resources/translations/messages.pl.xlf'), => (\dirname(__DIR__6).'/shared/vendor/vich/uploader-bundle/translations/messages.pl.yaml'), => (\dirname(__DIR__6).'/shared/vendor/knplabs/knp-time-bundle/Resources/translations/time.pl.xliff'), => (\dirname(__DIR__6).'/shared/vendor/knplabs/knp-paginator-bundle/Resources/translations/KnpPaginatorBundle.pl.xliff'), 10 => (\dirname(__DIR__6).'/shared/vendor/sg/datatablesbundle/Resources/translations/messages.pl.yml'), 11 => (\dirname(__DIR__6).'/shared/vendor/gregwar/captcha-bundle/Resources/translations/gregwar_captcha.pl.yml'), 12 => (\dirname(__DIR__6).'/shared/vendor/gregwar/captcha-bundle/Resources/translations/validators.pl.yml'), 13 => (\dirname(__DIR__6).'/shared/vendor/sonata-project/form-extensions/src/Bridge/Symfony/Resources/translations/SonataFormBundle.pl.xliff'), 14 => (\dirname(__DIR__6).'/shared/vendor/sonata-project/twig-extensions/src/Bridge/Symfony/Resources/translations/SonataTwigBundle.pl.xliff')], 'pt' => [=> (\dirname(__DIR__6).'/shared/vendor/symfony/validator/Resources/translations/validators.pt.xlf'), => (\dirname(__DIR__6).'/shared/vendor/symfony/form/Resources/translations/validators.pt.xlf'), => (\dirname(__DIR__6).'/shared/vendor/symfony/security-core/Resources/translations/security.pt.xlf'), => (\dirname(__DIR__6).'/shared/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.pt.yml'), => (\dirname(__DIR__6).'/shared/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.pt.yml'), => (\dirname(__DIR__6).'/shared/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.pt.xlf'), => (\dirname(__DIR__6).'/shared/vendor/easycorp/easyadmin-bundle/src/Resources/translations/messages.pt.xlf'), => (\dirname(__DIR__6).'/shared/vendor/vich/uploader-bundle/translations/messages.pt.yaml'), => (\dirname(__DIR__6).'/shared/vendor/knplabs/knp-time-bundle/Resources/translations/time.pt.xliff'), => (\dirname(__DIR__6).'/shared/vendor/sg/datatablesbundle/Resources/translations/messages.pt.yml'), 10 => (\dirname(__DIR__6).'/shared/vendor/sonata-project/form-extensions/src/Bridge/Symfony/Resources/translations/SonataFormBundle.pt.xliff')], 'pt_BR' => [=> (\dirname(__DIR__6).'/shared/vendor/symfony/validator/Resources/translations/validators.pt_BR.xlf'), => (\dirname(__DIR__6).'/shared/vendor/symfony/form/Resources/translations/validators.pt_BR.xlf'), => (\dirname(__DIR__6).'/shared/vendor/symfony/security-core/Resources/translations/security.pt_BR.xlf'), => (\dirname(__DIR__6).'/shared/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.pt_BR.yml'), => (\dirname(__DIR__6).'/shared/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.pt_BR.yml'), => (\dirname(__DIR__6).'/shared/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.pt_BR.xlf'), => (\dirname(__DIR__6).'/shared/vendor/easycorp/easyadmin-bundle/src/Resources/translations/messages.pt_BR.xlf'), => (\dirname(__DIR__6).'/shared/vendor/knplabs/knp-time-bundle/Resources/translations/time.pt_BR.xliff'), => (\dirname(__DIR__6).'/shared/vendor/knplabs/knp-paginator-bundle/Resources/translations/KnpPaginatorBundle.pt_BR.xliff'), => (\dirname(__DIR__6).'/shared/vendor/gregwar/captcha-bundle/Resources/translations/gregwar_captcha.pt_BR.yml'), 10 => (\dirname(__DIR__6).'/shared/vendor/gregwar/captcha-bundle/Resources/translations/validators.pt_BR.yml'), 11 => (\dirname(__DIR__6).'/shared/vendor/sonata-project/form-extensions/src/Bridge/Symfony/Resources/translations/SonataFormBundle.pt_BR.xliff')], 'ro' => [=> (\dirname(__DIR__6).'/shared/vendor/symfony/validator/Resources/translations/validators.ro.xlf'), => (\dirname(__DIR__6).'/shared/vendor/symfony/form/Resources/translations/validators.ro.xlf'), => (\dirname(__DIR__6).'/shared/vendor/symfony/security-core/Resources/translations/security.ro.xlf'), => (\dirname(__DIR__6).'/shared/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.ro.yml'), => (\dirname(__DIR__6).'/shared/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.ro.yml'), => (\dirname(__DIR__6).'/shared/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.ro.xlf'), => (\dirname(__DIR__6).'/shared/vendor/easycorp/easyadmin-bundle/src/Resources/translations/messages.ro.xlf'), => (\dirname(__DIR__6).'/shared/vendor/knplabs/knp-time-bundle/Resources/translations/time.ro.xliff'), => (\dirname(__DIR__6).'/shared/vendor/knplabs/knp-paginator-bundle/Resources/translations/KnpPaginatorBundle.ro.xliff'), => (\dirname(__DIR__6).'/shared/vendor/gregwar/captcha-bundle/Resources/translations/gregwar_captcha.ro.yml'), 10 => (\dirname(__DIR__6).'/shared/vendor/gregwar/captcha-bundle/Resources/translations/validators.ro.yml'), 11 => (\dirname(__DIR__6).'/shared/vendor/sonata-project/form-extensions/src/Bridge/Symfony/Resources/translations/SonataFormBundle.ro.xliff')], 'ru' => [=> (\dirname(__DIR__6).'/shared/vendor/symfony/validator/Resources/translations/validators.ru.xlf'), => (\dirname(__DIR__6).'/shared/vendor/symfony/form/Resources/translations/validators.ru.xlf'), => (\dirname(__DIR__6).'/shared/vendor/symfony/security-core/Resources/translations/security.ru.xlf'), => (\dirname(__DIR__6).'/shared/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.ru.yml'), => (\dirname(__DIR__6).'/shared/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.ru.yml'), => (\dirname(__DIR__6).'/shared/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.ru.xlf'), => (\dirname(__DIR__6).'/shared/vendor/easycorp/easyadmin-bundle/src/Resources/translations/messages.ru.xlf'), => (\dirname(__DIR__6).'/shared/vendor/vich/uploader-bundle/translations/messages.ru.yaml'), => (\dirname(__DIR__6).'/shared/vendor/knplabs/knp-time-bundle/Resources/translations/time.ru.xliff'), => (\dirname(__DIR__6).'/shared/vendor/knplabs/knp-paginator-bundle/Resources/translations/KnpPaginatorBundle.ru.xliff'), 10 => (\dirname(__DIR__6).'/shared/vendor/sg/datatablesbundle/Resources/translations/messages.ru.yml'), 11 => (\dirname(__DIR__6).'/shared/vendor/gregwar/captcha-bundle/Resources/translations/gregwar_captcha.ru.yml'), 12 => (\dirname(__DIR__6).'/shared/vendor/gregwar/captcha-bundle/Resources/translations/validators.ru.yml'), 13 => (\dirname(__DIR__6).'/shared/vendor/sonata-project/form-extensions/src/Bridge/Symfony/Resources/translations/SonataFormBundle.ru.xliff'), 14 => (\dirname(__DIR__6).'/shared/vendor/sonata-project/block-bundle/src/Resources/translations/SonataBlockBundle.ru.xliff'), 15 => (\dirname(__DIR__6).'/shared/vendor/sonata-project/seo-bundle/src/Resources/translations/SonataSeoBundle.ru.xliff')], 'sk' => [=> (\dirname(__DIR__6).'/shared/vendor/symfony/validator/Resources/translations/validators.sk.xlf'), => (\dirname(__DIR__6).'/shared/vendor/symfony/form/Resources/translations/validators.sk.xlf'), => (\dirname(__DIR__6).'/shared/vendor/symfony/security-core/Resources/translations/security.sk.xlf'), => (\dirname(__DIR__6).'/shared/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.sk.yml'), => (\dirname(__DIR__6).'/shared/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.sk.yml'), => (\dirname(__DIR__6).'/shared/vendor/knplabs/knp-time-bundle/Resources/translations/time.sk.xliff'), => (\dirname(__DIR__6).'/shared/vendor/sg/datatablesbundle/Resources/translations/messages.sk.yml'), => (\dirname(__DIR__6).'/shared/vendor/sonata-project/form-extensions/src/Bridge/Symfony/Resources/translations/SonataFormBundle.sk.xliff')], 'sl' => [=> (\dirname(__DIR__6).'/shared/vendor/symfony/validator/Resources/translations/validators.sl.xlf'), => (\dirname(__DIR__6).'/shared/vendor/symfony/form/Resources/translations/validators.sl.xlf'), => (\dirname(__DIR__6).'/shared/vendor/symfony/security-core/Resources/translations/security.sl.xlf'), => (\dirname(__DIR__6).'/shared/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.sl.yml'), => (\dirname(__DIR__6).'/shared/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.sl.yml'), => (\dirname(__DIR__6).'/shared/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.sl.xlf'), => (\dirname(__DIR__6).'/shared/vendor/easycorp/easyadmin-bundle/src/Resources/translations/messages.sl.xlf'), => (\dirname(__DIR__6).'/shared/vendor/vich/uploader-bundle/translations/messages.sl.yaml'), => (\dirname(__DIR__6).'/shared/vendor/knplabs/knp-time-bundle/Resources/translations/time.sl.xliff'), => (\dirname(__DIR__6).'/shared/vendor/sonata-project/form-extensions/src/Bridge/Symfony/Resources/translations/SonataFormBundle.sl.xliff')], 'sq' => [=> (\dirname(__DIR__6).'/shared/vendor/symfony/validator/Resources/translations/validators.sq.xlf'), => (\dirname(__DIR__6).'/shared/vendor/symfony/form/Resources/translations/validators.sq.xlf'), => (\dirname(__DIR__6).'/shared/vendor/symfony/security-core/Resources/translations/security.sq.xlf')], 'sr_Cyrl' => [=> (\dirname(__DIR__6).'/shared/vendor/symfony/validator/Resources/translations/validators.sr_Cyrl.xlf'), => (\dirname(__DIR__6).'/shared/vendor/symfony/form/Resources/translations/validators.sr_Cyrl.xlf'), => (\dirname(__DIR__6).'/shared/vendor/symfony/security-core/Resources/translations/security.sr_Cyrl.xlf')], 'sr_Latn' => [=> (\dirname(__DIR__6).'/shared/vendor/symfony/validator/Resources/translations/validators.sr_Latn.xlf'), => (\dirname(__DIR__6).'/shared/vendor/symfony/form/Resources/translations/validators.sr_Latn.xlf'), => (\dirname(__DIR__6).'/shared/vendor/symfony/security-core/Resources/translations/security.sr_Latn.xlf'), => (\dirname(__DIR__6).'/shared/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.sr_Latn.yml'), => (\dirname(__DIR__6).'/shared/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.sr_Latn.yml')], 'sv' => [=> (\dirname(__DIR__6).'/shared/vendor/symfony/validator/Resources/translations/validators.sv.xlf'), => (\dirname(__DIR__6).'/shared/vendor/symfony/form/Resources/translations/validators.sv.xlf'), => (\dirname(__DIR__6).'/shared/vendor/symfony/security-core/Resources/translations/security.sv.xlf'), => (\dirname(__DIR__6).'/shared/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.sv.yml'), => (\dirname(__DIR__6).'/shared/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.sv.yml'), => (\dirname(__DIR__6).'/shared/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.sv.xlf'), => (\dirname(__DIR__6).'/shared/vendor/easycorp/easyadmin-bundle/src/Resources/translations/messages.sv.xlf'), => (\dirname(__DIR__6).'/shared/vendor/knplabs/knp-time-bundle/Resources/translations/time.sv.xliff'), => (\dirname(__DIR__6).'/shared/vendor/knplabs/knp-paginator-bundle/Resources/translations/KnpPaginatorBundle.sv.xliff')], 'th' => [=> (\dirname(__DIR__6).'/shared/vendor/symfony/validator/Resources/translations/validators.th.xlf'), => (\dirname(__DIR__6).'/shared/vendor/symfony/form/Resources/translations/validators.th.xlf'), => (\dirname(__DIR__6).'/shared/vendor/symfony/security-core/Resources/translations/security.th.xlf'), => (\dirname(__DIR__6).'/shared/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.th.yml'), => (\dirname(__DIR__6).'/shared/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.th.yml'), => (\dirname(__DIR__6).'/shared/vendor/knplabs/knp-time-bundle/Resources/translations/time.th.xliff')], 'tl' => [=> (\dirname(__DIR__6).'/shared/vendor/symfony/validator/Resources/translations/validators.tl.xlf'), => (\dirname(__DIR__6).'/shared/vendor/symfony/form/Resources/translations/validators.tl.xlf'), => (\dirname(__DIR__6).'/shared/vendor/symfony/security-core/Resources/translations/security.tl.xlf')], 'tr' => [=> (\dirname(__DIR__6).'/shared/vendor/symfony/validator/Resources/translations/validators.tr.xlf'), => (\dirname(__DIR__6).'/shared/vendor/symfony/form/Resources/translations/validators.tr.xlf'), => (\dirname(__DIR__6).'/shared/vendor/symfony/security-core/Resources/translations/security.tr.xlf'), => (\dirname(__DIR__6).'/shared/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.tr.yml'), => (\dirname(__DIR__6).'/shared/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.tr.yml'), => (\dirname(__DIR__6).'/shared/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.tr.xlf'), => (\dirname(__DIR__6).'/shared/vendor/easycorp/easyadmin-bundle/src/Resources/translations/messages.tr.xlf'), => (\dirname(__DIR__6).'/shared/vendor/vich/uploader-bundle/translations/messages.tr.yaml'), => (\dirname(__DIR__6).'/shared/vendor/knplabs/knp-time-bundle/Resources/translations/time.tr.xliff'), => (\dirname(__DIR__6).'/shared/vendor/sg/datatablesbundle/Resources/translations/messages.tr.yml'), 10 => (\dirname(__DIR__6).'/shared/vendor/gregwar/captcha-bundle/Resources/translations/gregwar_captcha.tr.yml'), 11 => (\dirname(__DIR__6).'/shared/vendor/gregwar/captcha-bundle/Resources/translations/validators.tr.yml')], 'uk' => [=> (\dirname(__DIR__6).'/shared/vendor/symfony/validator/Resources/translations/validators.uk.xlf'), => (\dirname(__DIR__6).'/shared/vendor/symfony/form/Resources/translations/validators.uk.xlf'), => (\dirname(__DIR__6).'/shared/vendor/symfony/security-core/Resources/translations/security.uk.xlf'), => (\dirname(__DIR__6).'/shared/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.uk.yml'), => (\dirname(__DIR__6).'/shared/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.uk.yml'), => (\dirname(__DIR__6).'/shared/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.uk.xlf'), => (\dirname(__DIR__6).'/shared/vendor/easycorp/easyadmin-bundle/src/Resources/translations/messages.uk.xlf'), => (\dirname(__DIR__6).'/shared/vendor/vich/uploader-bundle/translations/messages.uk.yaml'), => (\dirname(__DIR__6).'/shared/vendor/knplabs/knp-time-bundle/Resources/translations/time.uk.xliff'), => (\dirname(__DIR__6).'/shared/vendor/knplabs/knp-paginator-bundle/Resources/translations/KnpPaginatorBundle.uk.xliff'), 10 => (\dirname(__DIR__6).'/shared/vendor/gregwar/captcha-bundle/Resources/translations/gregwar_captcha.uk.yml'), 11 => (\dirname(__DIR__6).'/shared/vendor/gregwar/captcha-bundle/Resources/translations/validators.uk.yml'), 12 => (\dirname(__DIR__6).'/shared/vendor/sonata-project/form-extensions/src/Bridge/Symfony/Resources/translations/SonataFormBundle.uk.xliff')], 'uz' => [=> (\dirname(__DIR__6).'/shared/vendor/symfony/validator/Resources/translations/validators.uz.xlf'), => (\dirname(__DIR__6).'/shared/vendor/symfony/form/Resources/translations/validators.uz.xlf'), => (\dirname(__DIR__6).'/shared/vendor/symfony/security-core/Resources/translations/security.uz.xlf')], 'vi' => [=> (\dirname(__DIR__6).'/shared/vendor/symfony/validator/Resources/translations/validators.vi.xlf'), => (\dirname(__DIR__6).'/shared/vendor/symfony/form/Resources/translations/validators.vi.xlf'), => (\dirname(__DIR__6).'/shared/vendor/symfony/security-core/Resources/translations/security.vi.xlf'), => (\dirname(__DIR__6).'/shared/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.vi.yml'), => (\dirname(__DIR__6).'/shared/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.vi.yml'), => (\dirname(__DIR__6).'/shared/vendor/knplabs/knp-time-bundle/Resources/translations/time.vi.xliff')], 'zh_CN' => [=> (\dirname(__DIR__6).'/shared/vendor/symfony/validator/Resources/translations/validators.zh_CN.xlf'), => (\dirname(__DIR__6).'/shared/vendor/symfony/form/Resources/translations/validators.zh_CN.xlf'), => (\dirname(__DIR__6).'/shared/vendor/symfony/security-core/Resources/translations/security.zh_CN.xlf'), => (\dirname(__DIR__6).'/shared/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.zh_CN.yml'), => (\dirname(__DIR__6).'/shared/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.zh_CN.yml'), => (\dirname(__DIR__6).'/shared/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.zh_CN.xlf'), => (\dirname(__DIR__6).'/shared/vendor/easycorp/easyadmin-bundle/src/Resources/translations/messages.zh_CN.xlf'), => (\dirname(__DIR__6).'/shared/vendor/knplabs/knp-time-bundle/Resources/translations/time.zh_CN.xliff'), => (\dirname(__DIR__6).'/shared/vendor/gregwar/captcha-bundle/Resources/translations/gregwar_captcha.zh_CN.yml'), => (\dirname(__DIR__6).'/shared/vendor/gregwar/captcha-bundle/Resources/translations/validators.zh_CN.yml'), 10 => (\dirname(__DIR__6).'/shared/vendor/sonata-project/form-extensions/src/Bridge/Symfony/Resources/translations/SonataFormBundle.zh_CN.xliff')], 'zh_TW' => [=> (\dirname(__DIR__6).'/shared/vendor/symfony/validator/Resources/translations/validators.zh_TW.xlf'), => (\dirname(__DIR__6).'/shared/vendor/symfony/form/Resources/translations/validators.zh_TW.xlf'), => (\dirname(__DIR__6).'/shared/vendor/symfony/security-core/Resources/translations/security.zh_TW.xlf'), => (\dirname(__DIR__6).'/shared/vendor/knplabs/knp-time-bundle/Resources/translations/time.zh_TW.xliff')], 'bn' => [=> (\dirname(__DIR__6).'/shared/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.bn.yml'), => (\dirname(__DIR__6).'/shared/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.bn.yml')], 'bn_BD' => [=> (\dirname(__DIR__6).'/shared/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.bn_BD.yml'), => (\dirname(__DIR__6).'/shared/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.bn_BD.yml')], 'eo' => [=> (\dirname(__DIR__6).'/shared/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.eo.yml'), => (\dirname(__DIR__6).'/shared/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.eo.yml'), => (\dirname(__DIR__6).'/shared/vendor/knplabs/knp-time-bundle/Resources/translations/time.eo.xliff')], 'ky' => [=> (\dirname(__DIR__6).'/shared/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.ky.yml'), => (\dirname(__DIR__6).'/shared/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.ky.yml'), => (\dirname(__DIR__6).'/shared/vendor/knplabs/knp-time-bundle/Resources/translations/time.ky.xliff'), => (\dirname(__DIR__6).'/shared/vendor/knplabs/knp-paginator-bundle/Resources/translations/KnpPaginatorBundle.ky.xliff'), => (\dirname(__DIR__6).'/shared/vendor/sg/datatablesbundle/Resources/translations/messages.ky.yml')], 'sr_RS' => [=> (\dirname(__DIR__6).'/shared/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.sr_RS.xlf'), => (\dirname(__DIR__6).'/shared/vendor/easycorp/easyadmin-bundle/src/Resources/translations/messages.sr_RS.xlf')], 'vn' => [=> (\dirname(__DIR__6).'/shared/vendor/vich/uploader-bundle/translations/messages.vn.yaml')], 'bs_Latn_BA' => [=> (\dirname(__DIR__6).'/shared/vendor/knplabs/knp-time-bundle/Resources/translations/time.bs_Latn_BA.xliff')], 'hr_HR' => [=> (\dirname(__DIR__6).'/shared/vendor/knplabs/knp-time-bundle/Resources/translations/time.hr_HR.xliff')], 'pt_PT' => [=> (\dirname(__DIR__6).'/shared/vendor/knplabs/knp-time-bundle/Resources/translations/time.pt_PT.xliff')], 'sr_Latin' => [=> (\dirname(__DIR__6).'/shared/vendor/knplabs/knp-time-bundle/Resources/translations/time.sr_Latin.xliff')], 'zh' => [=> (\dirname(__DIR__6).'/shared/vendor/knplabs/knp-time-bundle/Resources/translations/time.zh.xliff')], 'zh_HK' => [=> (\dirname(__DIR__6).'/shared/vendor/knplabs/knp-time-bundle/Resources/translations/time.zh_HK.xliff')], 'sw' => [=> (\dirname(__DIR__6).'/shared/vendor/knplabs/knp-paginator-bundle/Resources/translations/KnpPaginatorBundle.sw.xliff')]], 'scanned_directories' => [=> (\dirname(__DIR__6).'/shared/vendor/symfony/validator/Resources/translations'), => (\dirname(__DIR__6).'/shared/vendor/symfony/form/Resources/translations'), => (\dirname(__DIR__6).'/shared/vendor/symfony/security-core/Resources/translations'), => (\dirname(__DIR__6).'/shared/vendor/friendsofsymfony/user-bundle/Resources/translations'), => (\dirname(__DIR__6).'/shared/vendor/easycorp/easyadmin-bundle/src/Resources/translations'), => (\dirname(__DIR__6).'/shared/vendor/vich/uploader-bundle/translations'), => (\dirname(__DIR__6).'/shared/vendor/knplabs/knp-time-bundle/Resources/translations'), => (\dirname(__DIR__6).'/shared/vendor/knplabs/knp-paginator-bundle/Resources/translations'), => (\dirname(__DIR__6).'/shared/vendor/sg/datatablesbundle/Resources/translations'), => (\dirname(__DIR__6).'/shared/vendor/gregwar/captcha-bundle/Resources/translations'), 10 => (\dirname(__DIR__6).'/shared/vendor/sonata-project/form-extensions/src/Bridge/Symfony/Resources/translations'), 11 => (\dirname(__DIR__6).'/shared/vendor/sonata-project/twig-extensions/src/Bridge/Symfony/Resources/translations'), 12 => (\dirname(__DIR__6).'/shared/vendor/sonata-project/block-bundle/src/Resources/translations'), 13 => (\dirname(__DIR__6).'/shared/vendor/sonata-project/seo-bundle/src/Resources/translations'), 14 => (\dirname(__DIR__4).'/translations'), 15 => (\dirname(__DIR__6).'/shared/vendor/symfony/framework-bundle/translations'), 16 => (\dirname(__DIR__4).'/src/Resources/FrameworkBundle/translations'), 17 => (\dirname(__DIR__6).'/shared/vendor/sensio/framework-extra-bundle/src/translations'), 18 => (\dirname(__DIR__4).'/src/Resources/SensioFrameworkExtraBundle/translations'), 19 => (\dirname(__DIR__6).'/shared/vendor/doctrine/doctrine-bundle/translations'), 20 => (\dirname(__DIR__4).'/src/Resources/DoctrineBundle/translations'), 21 => (\dirname(__DIR__6).'/shared/vendor/doctrine/doctrine-migrations-bundle/translations'), 22 => (\dirname(__DIR__4).'/src/Resources/DoctrineMigrationsBundle/translations'), 23 => (\dirname(__DIR__6).'/shared/vendor/symfony/security-bundle/translations'), 24 => (\dirname(__DIR__4).'/src/Resources/SecurityBundle/translations'), 25 => (\dirname(__DIR__6).'/shared/vendor/symfony/swiftmailer-bundle/translations'), 26 => (\dirname(__DIR__4).'/src/Resources/SwiftmailerBundle/translations'), 27 => (\dirname(__DIR__6).'/shared/vendor/symfony/twig-bundle/translations'), 28 => (\dirname(__DIR__4).'/src/Resources/TwigBundle/translations'), 29 => (\dirname(__DIR__6).'/shared/vendor/symfony/web-profiler-bundle/translations'), 30 => (\dirname(__DIR__4).'/src/Resources/WebProfilerBundle/translations'), 31 => (\dirname(__DIR__6).'/shared/vendor/symfony/monolog-bundle/translations'), 32 => (\dirname(__DIR__4).'/src/Resources/MonologBundle/translations'), 33 => (\dirname(__DIR__6).'/shared/vendor/symfony/debug-bundle/translations'), 34 => (\dirname(__DIR__4).'/src/Resources/DebugBundle/translations'), 35 => (\dirname(__DIR__6).'/shared/vendor/symfony/maker-bundle/src/translations'), 36 => (\dirname(__DIR__4).'/src/Resources/MakerBundle/translations'), 37 => (\dirname(__DIR__6).'/shared/vendor/symfony/web-server-bundle/translations'), 38 => (\dirname(__DIR__4).'/src/Resources/WebServerBundle/translations'), 39 => (\dirname(__DIR__4).'/src/Resources/FOSUserBundle/translations'), 40 => (\dirname(__DIR__4).'/src/Resources/EasyAdminBundle/translations'), 41 => (\dirname(__DIR__4).'/src/Resources/VichUploaderBundle/translations'), 42 => (\dirname(__DIR__6).'/shared/vendor/debril/rss-atom-bundle/Debril/RssAtomBundle/translations'), 43 => (\dirname(__DIR__4).'/src/Resources/DebrilRssAtomBundle/translations'), 44 => (\dirname(__DIR__6).'/shared/vendor/desarrolla2/rss-client-bundle/Desarrolla2/Bundle/RSSClientBundle/translations'), 45 => (\dirname(__DIR__4).'/src/Resources/RSSClientBundle/translations'), 46 => (\dirname(__DIR__4).'/src/Resources/KnpTimeBundle/translations'), 47 => (\dirname(__DIR__4).'/src/Resources/KnpPaginatorBundle/translations'), 48 => (\dirname(__DIR__6).'/shared/vendor/hampe/zurb-ink-bundle/Hampe/Bundle/ZurbInkBundle/translations'), 49 => (\dirname(__DIR__4).'/src/Resources/HampeZurbInkBundle/translations'), 50 => (\dirname(__DIR__6).'/shared/vendor/beelab/paypal-bundle/translations'), 51 => (\dirname(__DIR__4).'/src/Resources/BeelabPaypalBundle/translations'), 52 => (\dirname(__DIR__6).'/shared/vendor/symfony/webpack-encore-bundle/src/translations'), 53 => (\dirname(__DIR__4).'/src/Resources/WebpackEncoreBundle/translations'), 54 => (\dirname(__DIR__6).'/shared/vendor/friendsofsymfony/jsrouting-bundle/translations'), 55 => (\dirname(__DIR__4).'/src/Resources/FOSJsRoutingBundle/translations'), 56 => (\dirname(__DIR__4).'/src/Resources/SgDatatablesBundle/translations'), 57 => (\dirname(__DIR__6).'/shared/vendor/friendsofsymfony/ckeditor-bundle/src/translations'), 58 => (\dirname(__DIR__4).'/src/Resources/FOSCKEditorBundle/translations'), 59 => (\dirname(__DIR__4).'/src/Resources/GregwarCaptchaBundle/translations'), 60 => (\dirname(__DIR__6).'/shared/vendor/sonata-project/doctrine-extensions/src/Bridge/Symfony/translations'), 61 => (\dirname(__DIR__4).'/src/Resources/SonataDoctrineBundle/translations'), 62 => (\dirname(__DIR__4).'/src/Resources/SonataFormBundle/translations'), 63 => (\dirname(__DIR__6).'/shared/vendor/sonata-project/exporter/src/Bridge/Symfony/translations'), 64 => (\dirname(__DIR__4).'/src/Resources/SonataExporterBundle/translations'), 65 => (\dirname(__DIR__4).'/src/Resources/SonataTwigBundle/translations'), 66 => (\dirname(__DIR__4).'/src/Resources/SonataBlockBundle/translations'), 67 => (\dirname(__DIR__4).'/src/Resources/SonataSeoBundle/translations'), 68 => (\dirname(__DIR__4).'/src/Resources/translations')], 'cache_vary' => ['scanned_directories' => [=> (\dirname(__DIR__6).'/shared/vendor/symfony/validator/Resources/translations'), => (\dirname(__DIR__6).'/shared/vendor/symfony/form/Resources/translations'), => (\dirname(__DIR__6).'/shared/vendor/symfony/security-core/Resources/translations'), => (\dirname(__DIR__6).'/shared/vendor/friendsofsymfony/user-bundle/Resources/translations'), => (\dirname(__DIR__6).'/shared/vendor/easycorp/easyadmin-bundle/src/Resources/translations'), => (\dirname(__DIR__6).'/shared/vendor/vich/uploader-bundle/translations'), => (\dirname(__DIR__6).'/shared/vendor/knplabs/knp-time-bundle/Resources/translations'), => (\dirname(__DIR__6).'/shared/vendor/knplabs/knp-paginator-bundle/Resources/translations'), => (\dirname(__DIR__6).'/shared/vendor/sg/datatablesbundle/Resources/translations'), => (\dirname(__DIR__6).'/shared/vendor/gregwar/captcha-bundle/Resources/translations'), 10 => (\dirname(__DIR__6).'/shared/vendor/sonata-project/form-extensions/src/Bridge/Symfony/Resources/translations'), 11 => (\dirname(__DIR__6).'/shared/vendor/sonata-project/twig-extensions/src/Bridge/Symfony/Resources/translations'), 12 => (\dirname(__DIR__6).'/shared/vendor/sonata-project/block-bundle/src/Resources/translations'), 13 => (\dirname(__DIR__6).'/shared/vendor/sonata-project/seo-bundle/src/Resources/translations'), 14 => 'translations'15 => (\dirname(__DIR__6).'/shared/vendor/symfony/framework-bundle/translations'), 16 => 'src/Resources/FrameworkBundle/translations'17 => (\dirname(__DIR__6).'/shared/vendor/sensio/framework-extra-bundle/src/translations'), 18 => 'src/Resources/SensioFrameworkExtraBundle/translations'19 => (\dirname(__DIR__6).'/shared/vendor/doctrine/doctrine-bundle/translations'), 20 => 'src/Resources/DoctrineBundle/translations'21 => (\dirname(__DIR__6).'/shared/vendor/doctrine/doctrine-migrations-bundle/translations'), 22 => 'src/Resources/DoctrineMigrationsBundle/translations'23 => (\dirname(__DIR__6).'/shared/vendor/symfony/security-bundle/translations'), 24 => 'src/Resources/SecurityBundle/translations'25 => (\dirname(__DIR__6).'/shared/vendor/symfony/swiftmailer-bundle/translations'), 26 => 'src/Resources/SwiftmailerBundle/translations'27 => (\dirname(__DIR__6).'/shared/vendor/symfony/twig-bundle/translations'), 28 => 'src/Resources/TwigBundle/translations'29 => (\dirname(__DIR__6).'/shared/vendor/symfony/web-profiler-bundle/translations'), 30 => 'src/Resources/WebProfilerBundle/translations'31 => (\dirname(__DIR__6).'/shared/vendor/symfony/monolog-bundle/translations'), 32 => 'src/Resources/MonologBundle/translations'33 => (\dirname(__DIR__6).'/shared/vendor/symfony/debug-bundle/translations'), 34 => 'src/Resources/DebugBundle/translations'35 => (\dirname(__DIR__6).'/shared/vendor/symfony/maker-bundle/src/translations'), 36 => 'src/Resources/MakerBundle/translations'37 => (\dirname(__DIR__6).'/shared/vendor/symfony/web-server-bundle/translations'), 38 => 'src/Resources/WebServerBundle/translations'39 => 'src/Resources/FOSUserBundle/translations'40 => 'src/Resources/EasyAdminBundle/translations'41 => 'src/Resources/VichUploaderBundle/translations'42 => (\dirname(__DIR__6).'/shared/vendor/debril/rss-atom-bundle/Debril/RssAtomBundle/translations'), 43 => 'src/Resources/DebrilRssAtomBundle/translations'44 => (\dirname(__DIR__6).'/shared/vendor/desarrolla2/rss-client-bundle/Desarrolla2/Bundle/RSSClientBundle/translations'), 45 => 'src/Resources/RSSClientBundle/translations'46 => 'src/Resources/KnpTimeBundle/translations'47 => 'src/Resources/KnpPaginatorBundle/translations'48 => (\dirname(__DIR__6).'/shared/vendor/hampe/zurb-ink-bundle/Hampe/Bundle/ZurbInkBundle/translations'), 49 => 'src/Resources/HampeZurbInkBundle/translations'50 => (\dirname(__DIR__6).'/shared/vendor/beelab/paypal-bundle/translations'), 51 => 'src/Resources/BeelabPaypalBundle/translations'52 => (\dirname(__DIR__6).'/shared/vendor/symfony/webpack-encore-bundle/src/translations'), 53 => 'src/Resources/WebpackEncoreBundle/translations'54 => (\dirname(__DIR__6).'/shared/vendor/friendsofsymfony/jsrouting-bundle/translations'), 55 => 'src/Resources/FOSJsRoutingBundle/translations'56 => 'src/Resources/SgDatatablesBundle/translations'57 => (\dirname(__DIR__6).'/shared/vendor/friendsofsymfony/ckeditor-bundle/src/translations'), 58 => 'src/Resources/FOSCKEditorBundle/translations'59 => 'src/Resources/GregwarCaptchaBundle/translations'60 => (\dirname(__DIR__6).'/shared/vendor/sonata-project/doctrine-extensions/src/Bridge/Symfony/translations'), 61 => 'src/Resources/SonataDoctrineBundle/translations'62 => 'src/Resources/SonataFormBundle/translations'63 => (\dirname(__DIR__6).'/shared/vendor/sonata-project/exporter/src/Bridge/Symfony/translations'), 64 => 'src/Resources/SonataExporterBundle/translations'65 => 'src/Resources/SonataTwigBundle/translations'66 => 'src/Resources/SonataBlockBundle/translations'67 => 'src/Resources/SonataSeoBundle/translations'68 => 'src/Resources/translations']]]);
  9976.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  9977.         $instance->setFallbackLocales([=> 'en']);
  9978.         return $instance;
  9979.     }
  9980.     /**
  9981.      * Gets the private 'twig.cache_warmer' shared service.
  9982.      *
  9983.      * @return \Symfony\Bundle\TwigBundle\CacheWarmer\TemplateCacheCacheWarmer
  9984.      *
  9985.      * @deprecated The "twig.cache_warmer" service is deprecated since Symfony 4.4 and will be removed in 5.0.
  9986.      */
  9987.     protected function getTwig_CacheWarmerService()
  9988.     {
  9989.         @trigger_error('The "twig.cache_warmer" service is deprecated since Symfony 4.4 and will be removed in 5.0.'E_USER_DEPRECATED);
  9990.         return $this->privates['twig.cache_warmer'] = new \Symfony\Bundle\TwigBundle\CacheWarmer\TemplateCacheCacheWarmer(($this->privates['.service_locator.o9nGMXB'] ?? $this->get_ServiceLocator_O9nGMXBService())->withContext('twig.cache_warmer'$this), ($this->privates['templating.finder'] ?? $this->getTemplating_FinderService()), [(\dirname(__DIR__6).'/shared/vendor/symfony/twig-bridge/Resources/views/Email') => 'email', (\dirname(__DIR__6).'/shared/vendor/symfony/twig-bridge/Resources/views/Form') => NULL]);
  9991.     }
  9992.     /**
  9993.      * Gets the private 'twig.command.debug' shared service.
  9994.      *
  9995.      * @return \Symfony\Bridge\Twig\Command\DebugCommand
  9996.      */
  9997.     protected function getTwig_Command_DebugService()
  9998.     {
  9999.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/console/Command/Command.php';
  10000.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/twig-bridge/Command/DebugCommand.php';
  10001.         $this->privates['twig.command.debug'] = $instance = new \Symfony\Bridge\Twig\Command\DebugCommand(($this->services['twig'] ?? $this->getTwigService()), \dirname(__DIR__4), $this->parameters['kernel.bundles_metadata'], (\dirname(__DIR__4).'/templates'), ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()), (\dirname(__DIR__4).'/src'));
  10002.         $instance->setName('debug:twig');
  10003.         return $instance;
  10004.     }
  10005.     /**
  10006.      * Gets the private 'twig.command.lint' shared service.
  10007.      *
  10008.      * @return \Symfony\Bundle\TwigBundle\Command\LintCommand
  10009.      */
  10010.     protected function getTwig_Command_LintService()
  10011.     {
  10012.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/console/Command/Command.php';
  10013.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/twig-bridge/Command/LintCommand.php';
  10014.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/twig-bundle/Command/LintCommand.php';
  10015.         $this->privates['twig.command.lint'] = $instance = new \Symfony\Bundle\TwigBundle\Command\LintCommand(($this->services['twig'] ?? $this->getTwigService()));
  10016.         $instance->setName('lint:twig');
  10017.         return $instance;
  10018.     }
  10019.     /**
  10020.      * Gets the private 'twig.exception_listener' shared service.
  10021.      *
  10022.      * @return \Symfony\Component\HttpKernel\EventListener\ExceptionListener
  10023.      *
  10024.      * @deprecated The "twig.exception_listener" service is deprecated since Symfony 4.4.
  10025.      */
  10026.     protected function getTwig_ExceptionListenerService()
  10027.     {
  10028.         @trigger_error('The "twig.exception_listener" service is deprecated since Symfony 4.4.'E_USER_DEPRECATED);
  10029.         return $this->privates['twig.exception_listener'] = new \Symfony\Component\HttpKernel\EventListener\ExceptionListener('twig.controller.exception::showAction', ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService()), true);
  10030.     }
  10031.     /**
  10032.      * Gets the private 'twig.form.renderer' shared service.
  10033.      *
  10034.      * @return \Symfony\Component\Form\FormRenderer
  10035.      */
  10036.     protected function getTwig_Form_RendererService()
  10037.     {
  10038.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/form/FormRendererInterface.php';
  10039.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/form/FormRenderer.php';
  10040.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/form/FormRendererEngineInterface.php';
  10041.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/form/AbstractRendererEngine.php';
  10042.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/twig-bridge/Form/TwigRendererEngine.php';
  10043.         return $this->privates['twig.form.renderer'] = new \Symfony\Component\Form\FormRenderer(new \Symfony\Bridge\Twig\Form\TwigRendererEngine($this->parameters['twig.form.resources'], ($this->services['twig'] ?? $this->getTwigService())), ($this->services['security.csrf.token_manager'] ?? $this->getSecurity_Csrf_TokenManagerService()));
  10044.     }
  10045.     /**
  10046.      * Gets the private 'twig.loader.filesystem' shared service.
  10047.      *
  10048.      * @return \Symfony\Bundle\TwigBundle\Loader\FilesystemLoader
  10049.      */
  10050.     protected function getTwig_Loader_FilesystemService()
  10051.     {
  10052.         $this->privates['twig.loader.filesystem'] = $instance = new \Symfony\Bundle\TwigBundle\Loader\FilesystemLoader(($this->privates['templating.locator'] ?? $this->getTemplating_LocatorService()), ($this->privates['templating.name_parser'] ?? $this->getTemplating_NameParserService()), \dirname(__DIR__4));
  10053.         $instance->addPath((\dirname(__DIR__6).'/shared/vendor/symfony/framework-bundle/Resources/views'), 'Framework');
  10054.         $instance->addPath((\dirname(__DIR__6).'/shared/vendor/symfony/framework-bundle/Resources/views'), '!Framework');
  10055.         $instance->addPath((\dirname(__DIR__6).'/shared/vendor/doctrine/doctrine-bundle/Resources/views'), 'Doctrine');
  10056.         $instance->addPath((\dirname(__DIR__6).'/shared/vendor/doctrine/doctrine-bundle/Resources/views'), '!Doctrine');
  10057.         $instance->addPath((\dirname(__DIR__6).'/shared/vendor/doctrine/doctrine-migrations-bundle/Resources/views'), 'DoctrineMigrations');
  10058.         $instance->addPath((\dirname(__DIR__6).'/shared/vendor/doctrine/doctrine-migrations-bundle/Resources/views'), '!DoctrineMigrations');
  10059.         $instance->addPath((\dirname(__DIR__6).'/shared/vendor/symfony/security-bundle/Resources/views'), 'Security');
  10060.         $instance->addPath((\dirname(__DIR__6).'/shared/vendor/symfony/security-bundle/Resources/views'), '!Security');
  10061.         $instance->addPath((\dirname(__DIR__6).'/shared/vendor/symfony/swiftmailer-bundle/Resources/views'), 'Swiftmailer');
  10062.         $instance->addPath((\dirname(__DIR__6).'/shared/vendor/symfony/swiftmailer-bundle/Resources/views'), '!Swiftmailer');
  10063.         $instance->addPath((\dirname(__DIR__6).'/shared/vendor/symfony/twig-bundle/Resources/views'), 'Twig');
  10064.         $instance->addPath((\dirname(__DIR__6).'/shared/vendor/symfony/twig-bundle/Resources/views'), '!Twig');
  10065.         $instance->addPath((\dirname(__DIR__6).'/shared/vendor/symfony/web-profiler-bundle/Resources/views'), 'WebProfiler');
  10066.         $instance->addPath((\dirname(__DIR__6).'/shared/vendor/symfony/web-profiler-bundle/Resources/views'), '!WebProfiler');
  10067.         $instance->addPath((\dirname(__DIR__6).'/shared/vendor/symfony/debug-bundle/Resources/views'), 'Debug');
  10068.         $instance->addPath((\dirname(__DIR__6).'/shared/vendor/symfony/debug-bundle/Resources/views'), '!Debug');
  10069.         $instance->addPath((\dirname(__DIR__4).'/templates/bundles/FOSUserBundle'), 'FOSUser');
  10070.         $instance->addPath((\dirname(__DIR__6).'/shared/vendor/friendsofsymfony/user-bundle/Resources/views'), 'FOSUser');
  10071.         $instance->addPath((\dirname(__DIR__6).'/shared/vendor/friendsofsymfony/user-bundle/Resources/views'), '!FOSUser');
  10072.         $instance->addPath((\dirname(__DIR__6).'/shared/vendor/easycorp/easyadmin-bundle/src/Resources/views'), 'EasyAdmin');
  10073.         $instance->addPath((\dirname(__DIR__6).'/shared/vendor/easycorp/easyadmin-bundle/src/Resources/views'), '!EasyAdmin');
  10074.         $instance->addPath((\dirname(__DIR__6).'/shared/vendor/vich/uploader-bundle/templates'), 'VichUploader');
  10075.         $instance->addPath((\dirname(__DIR__6).'/shared/vendor/vich/uploader-bundle/templates'), '!VichUploader');
  10076.         $instance->addPath((\dirname(__DIR__6).'/shared/vendor/knplabs/knp-paginator-bundle/Resources/views'), 'KnpPaginator');
  10077.         $instance->addPath((\dirname(__DIR__6).'/shared/vendor/knplabs/knp-paginator-bundle/Resources/views'), '!KnpPaginator');
  10078.         $instance->addPath((\dirname(__DIR__6).'/shared/vendor/hampe/zurb-ink-bundle/Hampe/Bundle/ZurbInkBundle/Resources/views'), 'HampeZurbInk');
  10079.         $instance->addPath((\dirname(__DIR__6).'/shared/vendor/hampe/zurb-ink-bundle/Hampe/Bundle/ZurbInkBundle/Resources/views'), '!HampeZurbInk');
  10080.         $instance->addPath((\dirname(__DIR__6).'/shared/vendor/sg/datatablesbundle/Resources/views'), 'SgDatatables');
  10081.         $instance->addPath((\dirname(__DIR__6).'/shared/vendor/sg/datatablesbundle/Resources/views'), '!SgDatatables');
  10082.         $instance->addPath((\dirname(__DIR__6).'/shared/vendor/friendsofsymfony/ckeditor-bundle/src/Resources/views'), 'FOSCKEditor');
  10083.         $instance->addPath((\dirname(__DIR__6).'/shared/vendor/friendsofsymfony/ckeditor-bundle/src/Resources/views'), '!FOSCKEditor');
  10084.         $instance->addPath((\dirname(__DIR__6).'/shared/vendor/gregwar/captcha-bundle/Resources/views'), 'GregwarCaptcha');
  10085.         $instance->addPath((\dirname(__DIR__6).'/shared/vendor/gregwar/captcha-bundle/Resources/views'), '!GregwarCaptcha');
  10086.         $instance->addPath((\dirname(__DIR__6).'/shared/vendor/sonata-project/form-extensions/src/Bridge/Symfony/Resources/views'), 'SonataForm');
  10087.         $instance->addPath((\dirname(__DIR__6).'/shared/vendor/sonata-project/form-extensions/src/Bridge/Symfony/Resources/views'), '!SonataForm');
  10088.         $instance->addPath((\dirname(__DIR__6).'/shared/vendor/sonata-project/twig-extensions/src/Bridge/Symfony/Resources/views'), 'SonataTwig');
  10089.         $instance->addPath((\dirname(__DIR__6).'/shared/vendor/sonata-project/twig-extensions/src/Bridge/Symfony/Resources/views'), '!SonataTwig');
  10090.         $instance->addPath((\dirname(__DIR__6).'/shared/vendor/sonata-project/block-bundle/src/Resources/views'), 'SonataBlock');
  10091.         $instance->addPath((\dirname(__DIR__6).'/shared/vendor/sonata-project/block-bundle/src/Resources/views'), '!SonataBlock');
  10092.         $instance->addPath((\dirname(__DIR__6).'/shared/vendor/sonata-project/seo-bundle/src/Resources/views'), 'SonataSeo');
  10093.         $instance->addPath((\dirname(__DIR__6).'/shared/vendor/sonata-project/seo-bundle/src/Resources/views'), '!SonataSeo');
  10094.         $instance->addPath((\dirname(__DIR__4).'/templates'));
  10095.         $instance->addPath((\dirname(__DIR__6).'/shared/vendor/symfony/twig-bridge/Resources/views/Email'), 'email');
  10096.         $instance->addPath((\dirname(__DIR__6).'/shared/vendor/symfony/twig-bridge/Resources/views/Email'), '!email');
  10097.         $instance->addPath((\dirname(__DIR__6).'/shared/vendor/symfony/twig-bridge/Resources/views/Form'));
  10098.         return $instance;
  10099.     }
  10100.     /**
  10101.      * Gets the private 'twig.runtime.httpkernel' shared service.
  10102.      *
  10103.      * @return \Symfony\Bridge\Twig\Extension\HttpKernelRuntime
  10104.      */
  10105.     protected function getTwig_Runtime_HttpkernelService()
  10106.     {
  10107.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/twig-bridge/Extension/HttpKernelRuntime.php';
  10108.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/http-kernel/Fragment/FragmentHandler.php';
  10109.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/http-kernel/DependencyInjection/LazyLoadingFragmentHandler.php';
  10110.         return $this->privates['twig.runtime.httpkernel'] = new \Symfony\Bridge\Twig\Extension\HttpKernelRuntime(new \Symfony\Component\HttpKernel\DependencyInjection\LazyLoadingFragmentHandler(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  10111.             'inline' => ['privates''fragment.renderer.inline''getFragment_Renderer_InlineService'false],
  10112.         ], [
  10113.             'inline' => '?',
  10114.         ]), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), true));
  10115.     }
  10116.     /**
  10117.      * Gets the private 'twig.runtime.security_csrf' shared service.
  10118.      *
  10119.      * @return \Symfony\Bridge\Twig\Extension\CsrfRuntime
  10120.      */
  10121.     protected function getTwig_Runtime_SecurityCsrfService()
  10122.     {
  10123.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/twig-bridge/Extension/CsrfRuntime.php';
  10124.         return $this->privates['twig.runtime.security_csrf'] = new \Symfony\Bridge\Twig\Extension\CsrfRuntime(($this->services['security.csrf.token_manager'] ?? $this->getSecurity_Csrf_TokenManagerService()));
  10125.     }
  10126.     /**
  10127.      * Gets the private 'twig.template_cache_warmer' shared service.
  10128.      *
  10129.      * @return \Symfony\Bundle\TwigBundle\CacheWarmer\TemplateCacheWarmer
  10130.      */
  10131.     protected function getTwig_TemplateCacheWarmerService()
  10132.     {
  10133.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  10134.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/twig-bundle/DependencyInjection/CompatibilityServiceSubscriberInterface.php';
  10135.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/twig-bundle/CacheWarmer/TemplateCacheWarmer.php';
  10136.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/twig-bundle/TemplateIterator.php';
  10137.         return $this->privates['twig.template_cache_warmer'] = new \Symfony\Bundle\TwigBundle\CacheWarmer\TemplateCacheWarmer(($this->privates['.service_locator.o9nGMXB'] ?? $this->get_ServiceLocator_O9nGMXBService())->withContext('twig.template_cache_warmer'$this), new \Symfony\Bundle\TwigBundle\TemplateIterator(($this->services['kernel'] ?? $this->get('kernel'1)), (\dirname(__DIR__4).'/src'), [(\dirname(__DIR__6).'/shared/vendor/symfony/twig-bridge/Resources/views/Email') => 'email', (\dirname(__DIR__6).'/shared/vendor/symfony/twig-bridge/Resources/views/Form') => NULL], (\dirname(__DIR__4).'/templates')));
  10138.     }
  10139.     /**
  10140.      * Gets the private 'validator.builder' shared service.
  10141.      *
  10142.      * @return \Symfony\Component\Validator\ValidatorBuilder
  10143.      */
  10144.     protected function getValidator_BuilderService()
  10145.     {
  10146.         $this->privates['validator.builder'] = $instance = \Symfony\Component\Validator\Validation::createValidatorBuilder();
  10147.         $a = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  10148.         $instance->setConstraintValidatorFactory(($this->privates['validator.validator_factory'] ?? $this->getValidator_ValidatorFactoryService()));
  10149.         $instance->setTranslator(new \Symfony\Component\Validator\Util\LegacyTranslatorProxy(($this->services['translator'] ?? $this->getTranslatorService())));
  10150.         $instance->setTranslationDomain('validators');
  10151.         $instance->addXmlMappings([=> (\dirname(__DIR__6).'/shared/vendor/symfony/form/Resources/config/validation.xml'), => (\dirname(__DIR__6).'/shared/vendor/friendsofsymfony/user-bundle/Resources/config/validation.xml')]);
  10152.         $instance->enableAnnotationMapping(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  10153.         $instance->addMethodMapping('loadValidatorMetadata');
  10154.         $instance->addObjectInitializers([=> new \Symfony\Bridge\Doctrine\Validator\DoctrineInitializer(($this->services['doctrine'] ?? $this->getDoctrineService())), => new \FOS\UserBundle\Validator\Initializer(($this->privates['fos_user.util.canonical_fields_updater'] ?? $this->getFosUser_Util_CanonicalFieldsUpdaterService()))]);
  10155.         $instance->addLoader(new \Symfony\Component\Validator\Mapping\Loader\PropertyInfoLoader($a$a$aNULL));
  10156.         $instance->addLoader(new \Symfony\Bridge\Doctrine\Validator\DoctrineLoader(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), NULL));
  10157.         $instance->addXmlMapping((\dirname(__DIR__6).'/shared/vendor/friendsofsymfony/user-bundle/DependencyInjection/Compiler/../../Resources/config/storage-validation/orm.xml'));
  10158.         return $instance;
  10159.     }
  10160.     /**
  10161.      * Gets the private 'validator.email' shared service.
  10162.      *
  10163.      * @return \Symfony\Component\Validator\Constraints\EmailValidator
  10164.      */
  10165.     protected function getValidator_EmailService()
  10166.     {
  10167.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/validator/ConstraintValidatorInterface.php';
  10168.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/validator/ConstraintValidator.php';
  10169.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/validator/Constraints/EmailValidator.php';
  10170.         return $this->privates['validator.email'] = new \Symfony\Component\Validator\Constraints\EmailValidator('html5');
  10171.     }
  10172.     /**
  10173.      * Gets the private 'validator.expression' shared service.
  10174.      *
  10175.      * @return \Symfony\Component\Validator\Constraints\ExpressionValidator
  10176.      */
  10177.     protected function getValidator_ExpressionService()
  10178.     {
  10179.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/validator/ConstraintValidatorInterface.php';
  10180.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/validator/ConstraintValidator.php';
  10181.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/validator/Constraints/ExpressionValidator.php';
  10182.         return $this->privates['validator.expression'] = new \Symfony\Component\Validator\Constraints\ExpressionValidator();
  10183.     }
  10184.     /**
  10185.      * Gets the private 'validator.mapping.cache_warmer' shared service.
  10186.      *
  10187.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\ValidatorCacheWarmer
  10188.      */
  10189.     protected function getValidator_Mapping_CacheWarmerService()
  10190.     {
  10191.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  10192.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/framework-bundle/CacheWarmer/AbstractPhpFileCacheWarmer.php';
  10193.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/framework-bundle/CacheWarmer/ValidatorCacheWarmer.php';
  10194.         return $this->privates['validator.mapping.cache_warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\ValidatorCacheWarmer(($this->privates['validator.builder'] ?? $this->getValidator_BuilderService()), ($this->targetDir.''.'/validation.php'));
  10195.     }
  10196.     /**
  10197.      * Gets the private 'validator.not_compromised_password' shared service.
  10198.      *
  10199.      * @return \Symfony\Component\Validator\Constraints\NotCompromisedPasswordValidator
  10200.      */
  10201.     protected function getValidator_NotCompromisedPasswordService()
  10202.     {
  10203.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/validator/ConstraintValidatorInterface.php';
  10204.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/validator/ConstraintValidator.php';
  10205.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/validator/Constraints/NotCompromisedPasswordValidator.php';
  10206.         return $this->privates['validator.not_compromised_password'] = new \Symfony\Component\Validator\Constraints\NotCompromisedPasswordValidator(NULL'UTF-8'trueNULL);
  10207.     }
  10208.     /**
  10209.      * Gets the private 'validator.validator_factory' shared service.
  10210.      *
  10211.      * @return \Symfony\Component\Validator\ContainerConstraintValidatorFactory
  10212.      */
  10213.     protected function getValidator_ValidatorFactoryService()
  10214.     {
  10215.         return $this->privates['validator.validator_factory'] = new \Symfony\Component\Validator\ContainerConstraintValidatorFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  10216.             'Sonata\\Form\\Validator\\InlineValidator' => ['privates''sonata.form.validator.inline''getSonata_Form_Validator_InlineService'false],
  10217.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'false],
  10218.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'false],
  10219.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => ['privates''validator.email''getValidator_EmailService'false],
  10220.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => ['privates''validator.expression''getValidator_ExpressionService'false],
  10221.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => ['privates''validator.not_compromised_password''getValidator_NotCompromisedPasswordService'false],
  10222.             'doctrine.orm.validator.unique' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'false],
  10223.             'security.validator.user_password' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'false],
  10224.             'sonata.form.validator.inline' => ['privates''sonata.form.validator.inline''getSonata_Form_Validator_InlineService'false],
  10225.             'validator.expression' => ['privates''validator.expression''getValidator_ExpressionService'false],
  10226.         ], [
  10227.             'Sonata\\Form\\Validator\\InlineValidator' => '?',
  10228.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => '?',
  10229.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => '?',
  10230.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => '?',
  10231.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => '?',
  10232.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => '?',
  10233.             'doctrine.orm.validator.unique' => '?',
  10234.             'security.validator.user_password' => '?',
  10235.             'sonata.form.validator.inline' => '?',
  10236.             'validator.expression' => '?',
  10237.         ]));
  10238.     }
  10239.     /**
  10240.      * Gets the private 'var_dumper.command.server_dump' shared service.
  10241.      *
  10242.      * @return \Symfony\Component\VarDumper\Command\ServerDumpCommand
  10243.      */
  10244.     protected function getVarDumper_Command_ServerDumpService()
  10245.     {
  10246.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/console/Command/Command.php';
  10247.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/var-dumper/Command/ServerDumpCommand.php';
  10248.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/var-dumper/Server/DumpServer.php';
  10249.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/var-dumper/Command/Descriptor/DumpDescriptorInterface.php';
  10250.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/var-dumper/Command/Descriptor/CliDescriptor.php';
  10251.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/var-dumper/Command/Descriptor/HtmlDescriptor.php';
  10252.         $a = new \Symfony\Bridge\Monolog\Logger('debug');
  10253.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  10254.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  10255.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  10256.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  10257.         $this->privates['var_dumper.command.server_dump'] = $instance = new \Symfony\Component\VarDumper\Command\ServerDumpCommand(new \Symfony\Component\VarDumper\Server\DumpServer('tcp://'.$this->getEnv('string:VAR_DUMPER_SERVER'), $a), ['cli' => new \Symfony\Component\VarDumper\Command\Descriptor\CliDescriptor(($this->privates['var_dumper.contextualized_cli_dumper.inner'] ?? $this->getVarDumper_ContextualizedCliDumper_InnerService())), 'html' => new \Symfony\Component\VarDumper\Command\Descriptor\HtmlDescriptor(($this->privates['var_dumper.html_dumper'] ?? $this->getVarDumper_HtmlDumperService()))]);
  10258.         $instance->setName('server:dump');
  10259.         return $instance;
  10260.     }
  10261.     /**
  10262.      * Gets the private 'var_dumper.contextualized_cli_dumper.inner' shared service.
  10263.      *
  10264.      * @return \Symfony\Component\VarDumper\Dumper\CliDumper
  10265.      */
  10266.     protected function getVarDumper_ContextualizedCliDumper_InnerService()
  10267.     {
  10268.         $this->privates['var_dumper.contextualized_cli_dumper.inner'] = $instance = new \Symfony\Component\VarDumper\Dumper\CliDumper(NULL'UTF-8'0);
  10269.         $instance->setDisplayOptions(['fileLinkFormat' => ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())]);
  10270.         return $instance;
  10271.     }
  10272.     /**
  10273.      * Gets the private 'var_dumper.html_dumper' shared service.
  10274.      *
  10275.      * @return \Symfony\Component\VarDumper\Dumper\HtmlDumper
  10276.      */
  10277.     protected function getVarDumper_HtmlDumperService()
  10278.     {
  10279.         $this->privates['var_dumper.html_dumper'] = $instance = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'0);
  10280.         $instance->setDisplayOptions(['fileLinkFormat' => ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())]);
  10281.         return $instance;
  10282.     }
  10283.     /**
  10284.      * Gets the private 'var_dumper.server_connection' shared service.
  10285.      *
  10286.      * @return \Symfony\Component\VarDumper\Server\Connection
  10287.      */
  10288.     protected function getVarDumper_ServerConnectionService()
  10289.     {
  10290.         return $this->privates['var_dumper.server_connection'] = new \Symfony\Component\VarDumper\Server\Connection('tcp://'.$this->getEnv('string:VAR_DUMPER_SERVER'), ['source' => new \Symfony\Component\VarDumper\Dumper\ContextProvider\SourceContextProvider('UTF-8', \dirname(__DIR__4), ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())), 'request' => new \Symfony\Component\VarDumper\Dumper\ContextProvider\RequestContextProvider(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()))), 'cli' => new \Symfony\Component\VarDumper\Dumper\ContextProvider\CliContextProvider()]);
  10291.     }
  10292.     /**
  10293.      * Gets the private 'vich_uploader.command.mapping_debug' shared service.
  10294.      *
  10295.      * @return \Vich\UploaderBundle\Command\MappingDebugCommand
  10296.      */
  10297.     protected function getVichUploader_Command_MappingDebugService()
  10298.     {
  10299.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/console/Command/Command.php';
  10300.         include_once \dirname(__DIR__6).'/shared/vendor/vich/uploader-bundle/src/Command/MappingDebugCommand.php';
  10301.         $this->privates['vich_uploader.command.mapping_debug'] = $instance = new \Vich\UploaderBundle\Command\MappingDebugCommand($this->parameters['vich_uploader.mappings']);
  10302.         $instance->setName('vich:mapping:debug');
  10303.         return $instance;
  10304.     }
  10305.     /**
  10306.      * Gets the private 'vich_uploader.command.mapping_debug_class' shared service.
  10307.      *
  10308.      * @return \Vich\UploaderBundle\Command\MappingDebugClassCommand
  10309.      */
  10310.     protected function getVichUploader_Command_MappingDebugClassService()
  10311.     {
  10312.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/console/Command/Command.php';
  10313.         include_once \dirname(__DIR__6).'/shared/vendor/vich/uploader-bundle/src/Command/MappingDebugClassCommand.php';
  10314.         $this->privates['vich_uploader.command.mapping_debug_class'] = $instance = new \Vich\UploaderBundle\Command\MappingDebugClassCommand(($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()));
  10315.         $instance->setName('vich:mapping:debug-class');
  10316.         return $instance;
  10317.     }
  10318.     /**
  10319.      * Gets the private 'vich_uploader.command.mapping_list_classes' shared service.
  10320.      *
  10321.      * @return \Vich\UploaderBundle\Command\MappingListClassesCommand
  10322.      */
  10323.     protected function getVichUploader_Command_MappingListClassesService()
  10324.     {
  10325.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/console/Command/Command.php';
  10326.         include_once \dirname(__DIR__6).'/shared/vendor/vich/uploader-bundle/src/Command/MappingListClassesCommand.php';
  10327.         $this->privates['vich_uploader.command.mapping_list_classes'] = $instance = new \Vich\UploaderBundle\Command\MappingListClassesCommand(($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()));
  10328.         $instance->setName('vich:mapping:list-classes');
  10329.         return $instance;
  10330.     }
  10331.     /**
  10332.      * Gets the private 'vich_uploader.listener.clean.banners_images' shared service.
  10333.      *
  10334.      * @return \Vich\UploaderBundle\EventListener\Doctrine\CleanListener
  10335.      */
  10336.     protected function getVichUploader_Listener_Clean_BannersImagesService()
  10337.     {
  10338.         include_once \dirname(__DIR__6).'/shared/vendor/doctrine/event-manager/lib/Doctrine/Common/EventSubscriber.php';
  10339.         include_once \dirname(__DIR__6).'/shared/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  10340.         include_once \dirname(__DIR__6).'/shared/vendor/vich/uploader-bundle/src/EventListener/Doctrine/CleanListener.php';
  10341.         include_once \dirname(__DIR__6).'/shared/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  10342.         include_once \dirname(__DIR__6).'/shared/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  10343.         return $this->privates['vich_uploader.listener.clean.banners_images'] = new \Vich\UploaderBundle\EventListener\Doctrine\CleanListener('banners_images', ($this->privates['vich_uploader.adapter.orm'] ?? ($this->privates['vich_uploader.adapter.orm'] = new \Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter())), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService()));
  10344.     }
  10345.     /**
  10346.      * Gets the private 'vich_uploader.listener.clean.blog_images' shared service.
  10347.      *
  10348.      * @return \Vich\UploaderBundle\EventListener\Doctrine\CleanListener
  10349.      */
  10350.     protected function getVichUploader_Listener_Clean_BlogImagesService()
  10351.     {
  10352.         include_once \dirname(__DIR__6).'/shared/vendor/doctrine/event-manager/lib/Doctrine/Common/EventSubscriber.php';
  10353.         include_once \dirname(__DIR__6).'/shared/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  10354.         include_once \dirname(__DIR__6).'/shared/vendor/vich/uploader-bundle/src/EventListener/Doctrine/CleanListener.php';
  10355.         include_once \dirname(__DIR__6).'/shared/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  10356.         include_once \dirname(__DIR__6).'/shared/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  10357.         return $this->privates['vich_uploader.listener.clean.blog_images'] = new \Vich\UploaderBundle\EventListener\Doctrine\CleanListener('blog_images', ($this->privates['vich_uploader.adapter.orm'] ?? ($this->privates['vich_uploader.adapter.orm'] = new \Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter())), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService()));
  10358.     }
  10359.     /**
  10360.      * Gets the private 'vich_uploader.listener.clean.company_image' shared service.
  10361.      *
  10362.      * @return \Vich\UploaderBundle\EventListener\Doctrine\CleanListener
  10363.      */
  10364.     protected function getVichUploader_Listener_Clean_CompanyImageService()
  10365.     {
  10366.         include_once \dirname(__DIR__6).'/shared/vendor/doctrine/event-manager/lib/Doctrine/Common/EventSubscriber.php';
  10367.         include_once \dirname(__DIR__6).'/shared/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  10368.         include_once \dirname(__DIR__6).'/shared/vendor/vich/uploader-bundle/src/EventListener/Doctrine/CleanListener.php';
  10369.         include_once \dirname(__DIR__6).'/shared/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  10370.         include_once \dirname(__DIR__6).'/shared/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  10371.         return $this->privates['vich_uploader.listener.clean.company_image'] = new \Vich\UploaderBundle\EventListener\Doctrine\CleanListener('company_image', ($this->privates['vich_uploader.adapter.orm'] ?? ($this->privates['vich_uploader.adapter.orm'] = new \Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter())), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService()));
  10372.     }
  10373.     /**
  10374.      * Gets the private 'vich_uploader.listener.clean.company_images' shared service.
  10375.      *
  10376.      * @return \Vich\UploaderBundle\EventListener\Doctrine\CleanListener
  10377.      */
  10378.     protected function getVichUploader_Listener_Clean_CompanyImagesService()
  10379.     {
  10380.         include_once \dirname(__DIR__6).'/shared/vendor/doctrine/event-manager/lib/Doctrine/Common/EventSubscriber.php';
  10381.         include_once \dirname(__DIR__6).'/shared/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  10382.         include_once \dirname(__DIR__6).'/shared/vendor/vich/uploader-bundle/src/EventListener/Doctrine/CleanListener.php';
  10383.         include_once \dirname(__DIR__6).'/shared/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  10384.         include_once \dirname(__DIR__6).'/shared/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  10385.         return $this->privates['vich_uploader.listener.clean.company_images'] = new \Vich\UploaderBundle\EventListener\Doctrine\CleanListener('company_images', ($this->privates['vich_uploader.adapter.orm'] ?? ($this->privates['vich_uploader.adapter.orm'] = new \Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter())), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService()));
  10386.     }
  10387.     /**
  10388.      * Gets the private 'vich_uploader.listener.clean.image_store' shared service.
  10389.      *
  10390.      * @return \Vich\UploaderBundle\EventListener\Doctrine\CleanListener
  10391.      */
  10392.     protected function getVichUploader_Listener_Clean_ImageStoreService()
  10393.     {
  10394.         include_once \dirname(__DIR__6).'/shared/vendor/doctrine/event-manager/lib/Doctrine/Common/EventSubscriber.php';
  10395.         include_once \dirname(__DIR__6).'/shared/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  10396.         include_once \dirname(__DIR__6).'/shared/vendor/vich/uploader-bundle/src/EventListener/Doctrine/CleanListener.php';
  10397.         include_once \dirname(__DIR__6).'/shared/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  10398.         include_once \dirname(__DIR__6).'/shared/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  10399.         return $this->privates['vich_uploader.listener.clean.image_store'] = new \Vich\UploaderBundle\EventListener\Doctrine\CleanListener('image_store', ($this->privates['vich_uploader.adapter.orm'] ?? ($this->privates['vich_uploader.adapter.orm'] = new \Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter())), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService()));
  10400.     }
  10401.     /**
  10402.      * Gets the private 'vich_uploader.listener.clean.user_cv' shared service.
  10403.      *
  10404.      * @return \Vich\UploaderBundle\EventListener\Doctrine\CleanListener
  10405.      */
  10406.     protected function getVichUploader_Listener_Clean_UserCvService()
  10407.     {
  10408.         include_once \dirname(__DIR__6).'/shared/vendor/doctrine/event-manager/lib/Doctrine/Common/EventSubscriber.php';
  10409.         include_once \dirname(__DIR__6).'/shared/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  10410.         include_once \dirname(__DIR__6).'/shared/vendor/vich/uploader-bundle/src/EventListener/Doctrine/CleanListener.php';
  10411.         include_once \dirname(__DIR__6).'/shared/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  10412.         include_once \dirname(__DIR__6).'/shared/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  10413.         return $this->privates['vich_uploader.listener.clean.user_cv'] = new \Vich\UploaderBundle\EventListener\Doctrine\CleanListener('user_cv', ($this->privates['vich_uploader.adapter.orm'] ?? ($this->privates['vich_uploader.adapter.orm'] = new \Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter())), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService()));
  10414.     }
  10415.     /**
  10416.      * Gets the private 'vich_uploader.listener.clean.user_images' shared service.
  10417.      *
  10418.      * @return \Vich\UploaderBundle\EventListener\Doctrine\CleanListener
  10419.      */
  10420.     protected function getVichUploader_Listener_Clean_UserImagesService()
  10421.     {
  10422.         include_once \dirname(__DIR__6).'/shared/vendor/doctrine/event-manager/lib/Doctrine/Common/EventSubscriber.php';
  10423.         include_once \dirname(__DIR__6).'/shared/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  10424.         include_once \dirname(__DIR__6).'/shared/vendor/vich/uploader-bundle/src/EventListener/Doctrine/CleanListener.php';
  10425.         include_once \dirname(__DIR__6).'/shared/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  10426.         include_once \dirname(__DIR__6).'/shared/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  10427.         return $this->privates['vich_uploader.listener.clean.user_images'] = new \Vich\UploaderBundle\EventListener\Doctrine\CleanListener('user_images', ($this->privates['vich_uploader.adapter.orm'] ?? ($this->privates['vich_uploader.adapter.orm'] = new \Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter())), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService()));
  10428.     }
  10429.     /**
  10430.      * Gets the private 'vich_uploader.listener.remove.banners_images' shared service.
  10431.      *
  10432.      * @return \Vich\UploaderBundle\EventListener\Doctrine\RemoveListener
  10433.      */
  10434.     protected function getVichUploader_Listener_Remove_BannersImagesService()
  10435.     {
  10436.         include_once \dirname(__DIR__6).'/shared/vendor/doctrine/event-manager/lib/Doctrine/Common/EventSubscriber.php';
  10437.         include_once \dirname(__DIR__6).'/shared/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  10438.         include_once \dirname(__DIR__6).'/shared/vendor/vich/uploader-bundle/src/EventListener/Doctrine/RemoveListener.php';
  10439.         include_once \dirname(__DIR__6).'/shared/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  10440.         include_once \dirname(__DIR__6).'/shared/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  10441.         return $this->privates['vich_uploader.listener.remove.banners_images'] = new \Vich\UploaderBundle\EventListener\Doctrine\RemoveListener('banners_images', ($this->privates['vich_uploader.adapter.orm'] ?? ($this->privates['vich_uploader.adapter.orm'] = new \Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter())), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService()));
  10442.     }
  10443.     /**
  10444.      * Gets the private 'vich_uploader.listener.remove.blog_images' shared service.
  10445.      *
  10446.      * @return \Vich\UploaderBundle\EventListener\Doctrine\RemoveListener
  10447.      */
  10448.     protected function getVichUploader_Listener_Remove_BlogImagesService()
  10449.     {
  10450.         include_once \dirname(__DIR__6).'/shared/vendor/doctrine/event-manager/lib/Doctrine/Common/EventSubscriber.php';
  10451.         include_once \dirname(__DIR__6).'/shared/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  10452.         include_once \dirname(__DIR__6).'/shared/vendor/vich/uploader-bundle/src/EventListener/Doctrine/RemoveListener.php';
  10453.         include_once \dirname(__DIR__6).'/shared/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  10454.         include_once \dirname(__DIR__6).'/shared/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  10455.         return $this->privates['vich_uploader.listener.remove.blog_images'] = new \Vich\UploaderBundle\EventListener\Doctrine\RemoveListener('blog_images', ($this->privates['vich_uploader.adapter.orm'] ?? ($this->privates['vich_uploader.adapter.orm'] = new \Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter())), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService()));
  10456.     }
  10457.     /**
  10458.      * Gets the private 'vich_uploader.listener.remove.company_image' shared service.
  10459.      *
  10460.      * @return \Vich\UploaderBundle\EventListener\Doctrine\RemoveListener
  10461.      */
  10462.     protected function getVichUploader_Listener_Remove_CompanyImageService()
  10463.     {
  10464.         include_once \dirname(__DIR__6).'/shared/vendor/doctrine/event-manager/lib/Doctrine/Common/EventSubscriber.php';
  10465.         include_once \dirname(__DIR__6).'/shared/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  10466.         include_once \dirname(__DIR__6).'/shared/vendor/vich/uploader-bundle/src/EventListener/Doctrine/RemoveListener.php';
  10467.         include_once \dirname(__DIR__6).'/shared/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  10468.         include_once \dirname(__DIR__6).'/shared/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  10469.         return $this->privates['vich_uploader.listener.remove.company_image'] = new \Vich\UploaderBundle\EventListener\Doctrine\RemoveListener('company_image', ($this->privates['vich_uploader.adapter.orm'] ?? ($this->privates['vich_uploader.adapter.orm'] = new \Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter())), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService()));
  10470.     }
  10471.     /**
  10472.      * Gets the private 'vich_uploader.listener.remove.company_images' shared service.
  10473.      *
  10474.      * @return \Vich\UploaderBundle\EventListener\Doctrine\RemoveListener
  10475.      */
  10476.     protected function getVichUploader_Listener_Remove_CompanyImagesService()
  10477.     {
  10478.         include_once \dirname(__DIR__6).'/shared/vendor/doctrine/event-manager/lib/Doctrine/Common/EventSubscriber.php';
  10479.         include_once \dirname(__DIR__6).'/shared/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  10480.         include_once \dirname(__DIR__6).'/shared/vendor/vich/uploader-bundle/src/EventListener/Doctrine/RemoveListener.php';
  10481.         include_once \dirname(__DIR__6).'/shared/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  10482.         include_once \dirname(__DIR__6).'/shared/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  10483.         return $this->privates['vich_uploader.listener.remove.company_images'] = new \Vich\UploaderBundle\EventListener\Doctrine\RemoveListener('company_images', ($this->privates['vich_uploader.adapter.orm'] ?? ($this->privates['vich_uploader.adapter.orm'] = new \Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter())), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService()));
  10484.     }
  10485.     /**
  10486.      * Gets the private 'vich_uploader.listener.remove.image_store' shared service.
  10487.      *
  10488.      * @return \Vich\UploaderBundle\EventListener\Doctrine\RemoveListener
  10489.      */
  10490.     protected function getVichUploader_Listener_Remove_ImageStoreService()
  10491.     {
  10492.         include_once \dirname(__DIR__6).'/shared/vendor/doctrine/event-manager/lib/Doctrine/Common/EventSubscriber.php';
  10493.         include_once \dirname(__DIR__6).'/shared/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  10494.         include_once \dirname(__DIR__6).'/shared/vendor/vich/uploader-bundle/src/EventListener/Doctrine/RemoveListener.php';
  10495.         include_once \dirname(__DIR__6).'/shared/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  10496.         include_once \dirname(__DIR__6).'/shared/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  10497.         return $this->privates['vich_uploader.listener.remove.image_store'] = new \Vich\UploaderBundle\EventListener\Doctrine\RemoveListener('image_store', ($this->privates['vich_uploader.adapter.orm'] ?? ($this->privates['vich_uploader.adapter.orm'] = new \Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter())), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService()));
  10498.     }
  10499.     /**
  10500.      * Gets the private 'vich_uploader.listener.remove.user_cv' shared service.
  10501.      *
  10502.      * @return \Vich\UploaderBundle\EventListener\Doctrine\RemoveListener
  10503.      */
  10504.     protected function getVichUploader_Listener_Remove_UserCvService()
  10505.     {
  10506.         include_once \dirname(__DIR__6).'/shared/vendor/doctrine/event-manager/lib/Doctrine/Common/EventSubscriber.php';
  10507.         include_once \dirname(__DIR__6).'/shared/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  10508.         include_once \dirname(__DIR__6).'/shared/vendor/vich/uploader-bundle/src/EventListener/Doctrine/RemoveListener.php';
  10509.         include_once \dirname(__DIR__6).'/shared/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  10510.         include_once \dirname(__DIR__6).'/shared/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  10511.         return $this->privates['vich_uploader.listener.remove.user_cv'] = new \Vich\UploaderBundle\EventListener\Doctrine\RemoveListener('user_cv', ($this->privates['vich_uploader.adapter.orm'] ?? ($this->privates['vich_uploader.adapter.orm'] = new \Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter())), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService()));
  10512.     }
  10513.     /**
  10514.      * Gets the private 'vich_uploader.listener.remove.user_images' shared service.
  10515.      *
  10516.      * @return \Vich\UploaderBundle\EventListener\Doctrine\RemoveListener
  10517.      */
  10518.     protected function getVichUploader_Listener_Remove_UserImagesService()
  10519.     {
  10520.         include_once \dirname(__DIR__6).'/shared/vendor/doctrine/event-manager/lib/Doctrine/Common/EventSubscriber.php';
  10521.         include_once \dirname(__DIR__6).'/shared/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  10522.         include_once \dirname(__DIR__6).'/shared/vendor/vich/uploader-bundle/src/EventListener/Doctrine/RemoveListener.php';
  10523.         include_once \dirname(__DIR__6).'/shared/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  10524.         include_once \dirname(__DIR__6).'/shared/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  10525.         return $this->privates['vich_uploader.listener.remove.user_images'] = new \Vich\UploaderBundle\EventListener\Doctrine\RemoveListener('user_images', ($this->privates['vich_uploader.adapter.orm'] ?? ($this->privates['vich_uploader.adapter.orm'] = new \Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter())), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService()));
  10526.     }
  10527.     /**
  10528.      * Gets the private 'vich_uploader.listener.upload.banners_images' shared service.
  10529.      *
  10530.      * @return \Vich\UploaderBundle\EventListener\Doctrine\UploadListener
  10531.      */
  10532.     protected function getVichUploader_Listener_Upload_BannersImagesService()
  10533.     {
  10534.         include_once \dirname(__DIR__6).'/shared/vendor/doctrine/event-manager/lib/Doctrine/Common/EventSubscriber.php';
  10535.         include_once \dirname(__DIR__6).'/shared/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  10536.         include_once \dirname(__DIR__6).'/shared/vendor/vich/uploader-bundle/src/EventListener/Doctrine/UploadListener.php';
  10537.         include_once \dirname(__DIR__6).'/shared/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  10538.         include_once \dirname(__DIR__6).'/shared/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  10539.         return $this->privates['vich_uploader.listener.upload.banners_images'] = new \Vich\UploaderBundle\EventListener\Doctrine\UploadListener('banners_images', ($this->privates['vich_uploader.adapter.orm'] ?? ($this->privates['vich_uploader.adapter.orm'] = new \Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter())), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService()));
  10540.     }
  10541.     /**
  10542.      * Gets the private 'vich_uploader.listener.upload.blog_images' shared service.
  10543.      *
  10544.      * @return \Vich\UploaderBundle\EventListener\Doctrine\UploadListener
  10545.      */
  10546.     protected function getVichUploader_Listener_Upload_BlogImagesService()
  10547.     {
  10548.         include_once \dirname(__DIR__6).'/shared/vendor/doctrine/event-manager/lib/Doctrine/Common/EventSubscriber.php';
  10549.         include_once \dirname(__DIR__6).'/shared/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  10550.         include_once \dirname(__DIR__6).'/shared/vendor/vich/uploader-bundle/src/EventListener/Doctrine/UploadListener.php';
  10551.         include_once \dirname(__DIR__6).'/shared/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  10552.         include_once \dirname(__DIR__6).'/shared/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  10553.         return $this->privates['vich_uploader.listener.upload.blog_images'] = new \Vich\UploaderBundle\EventListener\Doctrine\UploadListener('blog_images', ($this->privates['vich_uploader.adapter.orm'] ?? ($this->privates['vich_uploader.adapter.orm'] = new \Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter())), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService()));
  10554.     }
  10555.     /**
  10556.      * Gets the private 'vich_uploader.listener.upload.company_image' shared service.
  10557.      *
  10558.      * @return \Vich\UploaderBundle\EventListener\Doctrine\UploadListener
  10559.      */
  10560.     protected function getVichUploader_Listener_Upload_CompanyImageService()
  10561.     {
  10562.         include_once \dirname(__DIR__6).'/shared/vendor/doctrine/event-manager/lib/Doctrine/Common/EventSubscriber.php';
  10563.         include_once \dirname(__DIR__6).'/shared/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  10564.         include_once \dirname(__DIR__6).'/shared/vendor/vich/uploader-bundle/src/EventListener/Doctrine/UploadListener.php';
  10565.         include_once \dirname(__DIR__6).'/shared/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  10566.         include_once \dirname(__DIR__6).'/shared/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  10567.         return $this->privates['vich_uploader.listener.upload.company_image'] = new \Vich\UploaderBundle\EventListener\Doctrine\UploadListener('company_image', ($this->privates['vich_uploader.adapter.orm'] ?? ($this->privates['vich_uploader.adapter.orm'] = new \Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter())), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService()));
  10568.     }
  10569.     /**
  10570.      * Gets the private 'vich_uploader.listener.upload.company_images' shared service.
  10571.      *
  10572.      * @return \Vich\UploaderBundle\EventListener\Doctrine\UploadListener
  10573.      */
  10574.     protected function getVichUploader_Listener_Upload_CompanyImagesService()
  10575.     {
  10576.         include_once \dirname(__DIR__6).'/shared/vendor/doctrine/event-manager/lib/Doctrine/Common/EventSubscriber.php';
  10577.         include_once \dirname(__DIR__6).'/shared/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  10578.         include_once \dirname(__DIR__6).'/shared/vendor/vich/uploader-bundle/src/EventListener/Doctrine/UploadListener.php';
  10579.         include_once \dirname(__DIR__6).'/shared/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  10580.         include_once \dirname(__DIR__6).'/shared/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  10581.         return $this->privates['vich_uploader.listener.upload.company_images'] = new \Vich\UploaderBundle\EventListener\Doctrine\UploadListener('company_images', ($this->privates['vich_uploader.adapter.orm'] ?? ($this->privates['vich_uploader.adapter.orm'] = new \Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter())), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService()));
  10582.     }
  10583.     /**
  10584.      * Gets the private 'vich_uploader.listener.upload.image_store' shared service.
  10585.      *
  10586.      * @return \Vich\UploaderBundle\EventListener\Doctrine\UploadListener
  10587.      */
  10588.     protected function getVichUploader_Listener_Upload_ImageStoreService()
  10589.     {
  10590.         include_once \dirname(__DIR__6).'/shared/vendor/doctrine/event-manager/lib/Doctrine/Common/EventSubscriber.php';
  10591.         include_once \dirname(__DIR__6).'/shared/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  10592.         include_once \dirname(__DIR__6).'/shared/vendor/vich/uploader-bundle/src/EventListener/Doctrine/UploadListener.php';
  10593.         include_once \dirname(__DIR__6).'/shared/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  10594.         include_once \dirname(__DIR__6).'/shared/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  10595.         return $this->privates['vich_uploader.listener.upload.image_store'] = new \Vich\UploaderBundle\EventListener\Doctrine\UploadListener('image_store', ($this->privates['vich_uploader.adapter.orm'] ?? ($this->privates['vich_uploader.adapter.orm'] = new \Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter())), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService()));
  10596.     }
  10597.     /**
  10598.      * Gets the private 'vich_uploader.listener.upload.user_cv' shared service.
  10599.      *
  10600.      * @return \Vich\UploaderBundle\EventListener\Doctrine\UploadListener
  10601.      */
  10602.     protected function getVichUploader_Listener_Upload_UserCvService()
  10603.     {
  10604.         include_once \dirname(__DIR__6).'/shared/vendor/doctrine/event-manager/lib/Doctrine/Common/EventSubscriber.php';
  10605.         include_once \dirname(__DIR__6).'/shared/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  10606.         include_once \dirname(__DIR__6).'/shared/vendor/vich/uploader-bundle/src/EventListener/Doctrine/UploadListener.php';
  10607.         include_once \dirname(__DIR__6).'/shared/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  10608.         include_once \dirname(__DIR__6).'/shared/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  10609.         return $this->privates['vich_uploader.listener.upload.user_cv'] = new \Vich\UploaderBundle\EventListener\Doctrine\UploadListener('user_cv', ($this->privates['vich_uploader.adapter.orm'] ?? ($this->privates['vich_uploader.adapter.orm'] = new \Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter())), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService()));
  10610.     }
  10611.     /**
  10612.      * Gets the private 'vich_uploader.listener.upload.user_images' shared service.
  10613.      *
  10614.      * @return \Vich\UploaderBundle\EventListener\Doctrine\UploadListener
  10615.      */
  10616.     protected function getVichUploader_Listener_Upload_UserImagesService()
  10617.     {
  10618.         include_once \dirname(__DIR__6).'/shared/vendor/doctrine/event-manager/lib/Doctrine/Common/EventSubscriber.php';
  10619.         include_once \dirname(__DIR__6).'/shared/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  10620.         include_once \dirname(__DIR__6).'/shared/vendor/vich/uploader-bundle/src/EventListener/Doctrine/UploadListener.php';
  10621.         include_once \dirname(__DIR__6).'/shared/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  10622.         include_once \dirname(__DIR__6).'/shared/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  10623.         return $this->privates['vich_uploader.listener.upload.user_images'] = new \Vich\UploaderBundle\EventListener\Doctrine\UploadListener('user_images', ($this->privates['vich_uploader.adapter.orm'] ?? ($this->privates['vich_uploader.adapter.orm'] = new \Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter())), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService()));
  10624.     }
  10625.     /**
  10626.      * Gets the private 'vich_uploader.metadata_reader' shared service.
  10627.      *
  10628.      * @return \Vich\UploaderBundle\Metadata\MetadataReader
  10629.      */
  10630.     protected function getVichUploader_MetadataReaderService()
  10631.     {
  10632.         $a = new \Metadata\Driver\FileLocator([]);
  10633.         $b = new \Metadata\MetadataFactory(new \Metadata\Driver\DriverChain([=> new \Vich\UploaderBundle\Metadata\Driver\XmlDriver($a), => new \Vich\UploaderBundle\Metadata\Driver\AnnotationDriver(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService())), => new \Vich\UploaderBundle\Metadata\Driver\YamlDriver($a), => new \Vich\UploaderBundle\Metadata\Driver\YmlDriver($a)]), 'Metadata\\ClassHierarchyMetadata'true);
  10634.         $b->setCache(new \Metadata\Cache\FileCache(($this->targetDir.''.'/vich_uploader')));
  10635.         return $this->privates['vich_uploader.metadata_reader'] = new \Vich\UploaderBundle\Metadata\MetadataReader($b);
  10636.     }
  10637.     /**
  10638.      * Gets the private 'vich_uploader.property_mapping_factory' shared service.
  10639.      *
  10640.      * @return \Vich\UploaderBundle\Mapping\PropertyMappingFactory
  10641.      */
  10642.     protected function getVichUploader_PropertyMappingFactoryService()
  10643.     {
  10644.         return $this->privates['vich_uploader.property_mapping_factory'] = new \Vich\UploaderBundle\Mapping\PropertyMappingFactory($this, ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), $this->parameters['vich_uploader.mappings'], '_name');
  10645.     }
  10646.     /**
  10647.      * Gets the private 'vich_uploader.storage.file_system' shared service.
  10648.      *
  10649.      * @return \Vich\UploaderBundle\Storage\FileSystemStorage
  10650.      */
  10651.     protected function getVichUploader_Storage_FileSystemService()
  10652.     {
  10653.         return $this->privates['vich_uploader.storage.file_system'] = new \Vich\UploaderBundle\Storage\FileSystemStorage(($this->privates['vich_uploader.property_mapping_factory'] ?? $this->getVichUploader_PropertyMappingFactoryService()));
  10654.     }
  10655.     /**
  10656.      * Gets the private 'web_profiler.csp.handler' shared service.
  10657.      *
  10658.      * @return \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler
  10659.      */
  10660.     protected function getWebProfiler_Csp_HandlerService()
  10661.     {
  10662.         return $this->privates['web_profiler.csp.handler'] = new \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler(new \Symfony\Bundle\WebProfilerBundle\Csp\NonceGenerator());
  10663.     }
  10664.     /**
  10665.      * Gets the private 'web_profiler.debug_toolbar' shared service.
  10666.      *
  10667.      * @return \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener
  10668.      */
  10669.     protected function getWebProfiler_DebugToolbarService()
  10670.     {
  10671.         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()));
  10672.     }
  10673.     /**
  10674.      * Gets the private 'web_server.command.server_run' shared service.
  10675.      *
  10676.      * @return \Symfony\Bundle\WebServerBundle\Command\ServerRunCommand
  10677.      */
  10678.     protected function getWebServer_Command_ServerRunService()
  10679.     {
  10680.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/console/Command/Command.php';
  10681.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/web-server-bundle/Command/ServerRunCommand.php';
  10682.         $this->privates['web_server.command.server_run'] = $instance = new \Symfony\Bundle\WebServerBundle\Command\ServerRunCommand((\dirname(__DIR__4).'/public'), 'dev', \dirname(__DIR__2));
  10683.         $instance->setName('server:run');
  10684.         return $instance;
  10685.     }
  10686.     /**
  10687.      * Gets the private 'web_server.command.server_start' shared service.
  10688.      *
  10689.      * @return \Symfony\Bundle\WebServerBundle\Command\ServerStartCommand
  10690.      */
  10691.     protected function getWebServer_Command_ServerStartService()
  10692.     {
  10693.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/console/Command/Command.php';
  10694.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/web-server-bundle/Command/ServerStartCommand.php';
  10695.         $this->privates['web_server.command.server_start'] = $instance = new \Symfony\Bundle\WebServerBundle\Command\ServerStartCommand((\dirname(__DIR__4).'/public'), 'dev', \dirname(__DIR__2));
  10696.         $instance->setName('server:start');
  10697.         return $instance;
  10698.     }
  10699.     /**
  10700.      * Gets the private 'web_server.command.server_status' shared service.
  10701.      *
  10702.      * @return \Symfony\Bundle\WebServerBundle\Command\ServerStatusCommand
  10703.      */
  10704.     protected function getWebServer_Command_ServerStatusService()
  10705.     {
  10706.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/console/Command/Command.php';
  10707.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/web-server-bundle/Command/ServerStatusCommand.php';
  10708.         $this->privates['web_server.command.server_status'] = $instance = new \Symfony\Bundle\WebServerBundle\Command\ServerStatusCommand(\dirname(__DIR__2));
  10709.         $instance->setName('server:status');
  10710.         return $instance;
  10711.     }
  10712.     /**
  10713.      * Gets the private 'web_server.command.server_stop' shared service.
  10714.      *
  10715.      * @return \Symfony\Bundle\WebServerBundle\Command\ServerStopCommand
  10716.      */
  10717.     protected function getWebServer_Command_ServerStopService()
  10718.     {
  10719.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/console/Command/Command.php';
  10720.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/web-server-bundle/Command/ServerStopCommand.php';
  10721.         $this->privates['web_server.command.server_stop'] = $instance = new \Symfony\Bundle\WebServerBundle\Command\ServerStopCommand(\dirname(__DIR__2));
  10722.         $instance->setName('server:stop');
  10723.         return $instance;
  10724.     }
  10725.     /**
  10726.      * Gets the private 'webpack_encore.entrypoint_lookup[_default]' shared service.
  10727.      *
  10728.      * @return \Symfony\WebpackEncoreBundle\Asset\EntrypointLookup
  10729.      */
  10730.     protected function getWebpackEncore_EntrypointLookupDefaultService()
  10731.     {
  10732.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/webpack-encore-bundle/src/Asset/EntrypointLookupInterface.php';
  10733.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/webpack-encore-bundle/src/Asset/IntegrityDataProviderInterface.php';
  10734.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/webpack-encore-bundle/src/Asset/EntrypointLookup.php';
  10735.         return $this->privates['webpack_encore.entrypoint_lookup[_default]'] = new \Symfony\WebpackEncoreBundle\Asset\EntrypointLookup((\dirname(__DIR__4).'/public/build/entrypoints.json'), NULL'_default'true);
  10736.     }
  10737.     /**
  10738.      * Gets the private 'webpack_encore.entrypoint_lookup_collection' shared service.
  10739.      *
  10740.      * @return \Symfony\WebpackEncoreBundle\Asset\EntrypointLookupCollection
  10741.      */
  10742.     protected function getWebpackEncore_EntrypointLookupCollectionService()
  10743.     {
  10744.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/webpack-encore-bundle/src/Asset/EntrypointLookupCollectionInterface.php';
  10745.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/webpack-encore-bundle/src/Asset/EntrypointLookupCollection.php';
  10746.         return $this->privates['webpack_encore.entrypoint_lookup_collection'] = new \Symfony\WebpackEncoreBundle\Asset\EntrypointLookupCollection(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  10747.             '_default' => ['privates''webpack_encore.entrypoint_lookup[_default]''getWebpackEncore_EntrypointLookupDefaultService'false],
  10748.         ], [
  10749.             '_default' => '?',
  10750.         ]), '_default');
  10751.     }
  10752.     /**
  10753.      * Gets the private 'webpack_encore.exception_listener' shared service.
  10754.      *
  10755.      * @return \Symfony\WebpackEncoreBundle\EventListener\ExceptionListener
  10756.      */
  10757.     protected function getWebpackEncore_ExceptionListenerService()
  10758.     {
  10759.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/webpack-encore-bundle/src/EventListener/ExceptionListener.php';
  10760.         return $this->privates['webpack_encore.exception_listener'] = new \Symfony\WebpackEncoreBundle\EventListener\ExceptionListener(($this->privates['webpack_encore.entrypoint_lookup_collection'] ?? $this->getWebpackEncore_EntrypointLookupCollectionService()), [=> '_default']);
  10761.     }
  10762.     /**
  10763.      * Gets the private 'webpack_encore.tag_renderer' shared service.
  10764.      *
  10765.      * @return \Symfony\WebpackEncoreBundle\Asset\TagRenderer
  10766.      */
  10767.     protected function getWebpackEncore_TagRendererService()
  10768.     {
  10769.         include_once \dirname(__DIR__6).'/shared/vendor/symfony/webpack-encore-bundle/src/Asset/TagRenderer.php';
  10770.         return $this->privates['webpack_encore.tag_renderer'] = new \Symfony\WebpackEncoreBundle\Asset\TagRenderer(($this->privates['webpack_encore.entrypoint_lookup_collection'] ?? $this->getWebpackEncore_EntrypointLookupCollectionService()), ($this->privates['assets.packages'] ?? $this->getAssets_PackagesService()), [], [], [], ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  10771.     }
  10772.     /**
  10773.      * @return array|bool|float|int|string|null
  10774.      */
  10775.     public function getParameter($name)
  10776.     {
  10777.         $name = (string) $name;
  10778.         if (isset($this->buildParameters[$name])) {
  10779.             return $this->buildParameters[$name];
  10780.         }
  10781.         if (!(isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || array_key_exists($name$this->parameters))) {
  10782.             throw new InvalidArgumentException(sprintf('The parameter "%s" must be defined.'$name));
  10783.         }
  10784.         if (isset($this->loadedDynamicParameters[$name])) {
  10785.             return $this->loadedDynamicParameters[$name] ? $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  10786.         }
  10787.         return $this->parameters[$name];
  10788.     }
  10789.     public function hasParameter($name): bool
  10790.     {
  10791.         $name = (string) $name;
  10792.         if (isset($this->buildParameters[$name])) {
  10793.             return true;
  10794.         }
  10795.         return isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || array_key_exists($name$this->parameters);
  10796.     }
  10797.     public function setParameter($name$value): void
  10798.     {
  10799.         throw new LogicException('Impossible to call set() on a frozen ParameterBag.');
  10800.     }
  10801.     public function getParameterBag(): ParameterBagInterface
  10802.     {
  10803.         if (null === $this->parameterBag) {
  10804.             $parameters $this->parameters;
  10805.             foreach ($this->loadedDynamicParameters as $name => $loaded) {
  10806.                 $parameters[$name] = $loaded $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  10807.             }
  10808.             foreach ($this->buildParameters as $name => $value) {
  10809.                 $parameters[$name] = $value;
  10810.             }
  10811.             $this->parameterBag = new FrozenParameterBag($parameters);
  10812.         }
  10813.         return $this->parameterBag;
  10814.     }
  10815.     private $loadedDynamicParameters = [
  10816.         'kernel.cache_dir' => false,
  10817.         'kernel.secret' => false,
  10818.         'session.save_path' => false,
  10819.         'validator.mapping.cache.file' => false,
  10820.         'profiler.storage.dsn' => false,
  10821.         'debug.container.dump' => false,
  10822.         'serializer.mapping.cache.file' => false,
  10823.         'doctrine.orm.proxy_dir' => false,
  10824.         'swiftmailer.spool.default.memory.path' => false,
  10825.     ];
  10826.     private $dynamicParameters = [];
  10827.     private function getDynamicParameter(string $name)
  10828.     {
  10829.         switch ($name) {
  10830.             case 'kernel.cache_dir'$value $this->targetDir.''; break;
  10831.             case 'kernel.secret'$value $this->getEnv('APP_SECRET'); break;
  10832.             case 'session.save_path'$value = ($this->targetDir.''.'/sessions'); break;
  10833.             case 'validator.mapping.cache.file'$value = ($this->targetDir.''.'/validation.php'); break;
  10834.             case 'profiler.storage.dsn'$value = ('file:'.$this->targetDir.''.'/profiler'); break;
  10835.             case 'debug.container.dump'$value = ($this->targetDir.''.'/srcApp_KernelDevDebugContainer.xml'); break;
  10836.             case 'serializer.mapping.cache.file'$value = ($this->targetDir.''.'/serialization.php'); break;
  10837.             case 'doctrine.orm.proxy_dir'$value = ($this->targetDir.''.'/doctrine/orm/Proxies'); break;
  10838.             case 'swiftmailer.spool.default.memory.path'$value = ($this->targetDir.''.'/swiftmailer/spool/default'); break;
  10839.             default: throw new InvalidArgumentException(sprintf('The dynamic parameter "%s" must be defined.'$name));
  10840.         }
  10841.         $this->loadedDynamicParameters[$name] = true;
  10842.         return $this->dynamicParameters[$name] = $value;
  10843.     }
  10844.     protected function getDefaultParameters(): array
  10845.     {
  10846.         return [
  10847.             'kernel.root_dir' => (\dirname(__DIR__4).'/src'),
  10848.             'kernel.project_dir' => \dirname(__DIR__4),
  10849.             'kernel.environment' => 'dev',
  10850.             'kernel.debug' => true,
  10851.             'kernel.name' => 'src',
  10852.             'kernel.logs_dir' => (\dirname(__DIR__6).'/shared/var/log'),
  10853.             'kernel.bundles' => [
  10854.                 'FrameworkBundle' => 'Symfony\\Bundle\\FrameworkBundle\\FrameworkBundle',
  10855.                 'SensioFrameworkExtraBundle' => 'Sensio\\Bundle\\FrameworkExtraBundle\\SensioFrameworkExtraBundle',
  10856.                 'DoctrineBundle' => 'Doctrine\\Bundle\\DoctrineBundle\\DoctrineBundle',
  10857.                 'DoctrineMigrationsBundle' => 'Doctrine\\Bundle\\MigrationsBundle\\DoctrineMigrationsBundle',
  10858.                 'SecurityBundle' => 'Symfony\\Bundle\\SecurityBundle\\SecurityBundle',
  10859.                 'SwiftmailerBundle' => 'Symfony\\Bundle\\SwiftmailerBundle\\SwiftmailerBundle',
  10860.                 'TwigBundle' => 'Symfony\\Bundle\\TwigBundle\\TwigBundle',
  10861.                 'WebProfilerBundle' => 'Symfony\\Bundle\\WebProfilerBundle\\WebProfilerBundle',
  10862.                 'MonologBundle' => 'Symfony\\Bundle\\MonologBundle\\MonologBundle',
  10863.                 'DebugBundle' => 'Symfony\\Bundle\\DebugBundle\\DebugBundle',
  10864.                 'MakerBundle' => 'Symfony\\Bundle\\MakerBundle\\MakerBundle',
  10865.                 'WebServerBundle' => 'Symfony\\Bundle\\WebServerBundle\\WebServerBundle',
  10866.                 'FOSUserBundle' => 'FOS\\UserBundle\\FOSUserBundle',
  10867.                 'EasyAdminBundle' => 'EasyCorp\\Bundle\\EasyAdminBundle\\EasyAdminBundle',
  10868.                 'VichUploaderBundle' => 'Vich\\UploaderBundle\\VichUploaderBundle',
  10869.                 'DebrilRssAtomBundle' => 'Debril\\RssAtomBundle\\DebrilRssAtomBundle',
  10870.                 'RSSClientBundle' => 'Desarrolla2\\Bundle\\RSSClientBundle\\RSSClientBundle',
  10871.                 'KnpTimeBundle' => 'Knp\\Bundle\\TimeBundle\\KnpTimeBundle',
  10872.                 'KnpPaginatorBundle' => 'Knp\\Bundle\\PaginatorBundle\\KnpPaginatorBundle',
  10873.                 'HampeZurbInkBundle' => 'Hampe\\Bundle\\ZurbInkBundle\\HampeZurbInkBundle',
  10874.                 'BeelabPaypalBundle' => 'Beelab\\PaypalBundle\\BeelabPaypalBundle',
  10875.                 'WebpackEncoreBundle' => 'Symfony\\WebpackEncoreBundle\\WebpackEncoreBundle',
  10876.                 'FOSJsRoutingBundle' => 'FOS\\JsRoutingBundle\\FOSJsRoutingBundle',
  10877.                 'SgDatatablesBundle' => 'Sg\\DatatablesBundle\\SgDatatablesBundle',
  10878.                 'FOSCKEditorBundle' => 'FOS\\CKEditorBundle\\FOSCKEditorBundle',
  10879.                 'GregwarCaptchaBundle' => 'Gregwar\\CaptchaBundle\\GregwarCaptchaBundle',
  10880.                 'SonataDoctrineBundle' => 'Sonata\\Doctrine\\Bridge\\Symfony\\SonataDoctrineBundle',
  10881.                 'SonataFormBundle' => 'Sonata\\Form\\Bridge\\Symfony\\SonataFormBundle',
  10882.                 'SonataExporterBundle' => 'Sonata\\Exporter\\Bridge\\Symfony\\SonataExporterBundle',
  10883.                 'SonataTwigBundle' => 'Sonata\\Twig\\Bridge\\Symfony\\SonataTwigBundle',
  10884.                 'SonataBlockBundle' => 'Sonata\\BlockBundle\\SonataBlockBundle',
  10885.                 'SonataSeoBundle' => 'Sonata\\SeoBundle\\SonataSeoBundle',
  10886.             ],
  10887.             'kernel.bundles_metadata' => [
  10888.                 'FrameworkBundle' => [
  10889.                     'path' => (\dirname(__DIR__6).'/shared/vendor/symfony/framework-bundle'),
  10890.                     'namespace' => 'Symfony\\Bundle\\FrameworkBundle',
  10891.                 ],
  10892.                 'SensioFrameworkExtraBundle' => [
  10893.                     'path' => (\dirname(__DIR__6).'/shared/vendor/sensio/framework-extra-bundle/src'),
  10894.                     'namespace' => 'Sensio\\Bundle\\FrameworkExtraBundle',
  10895.                 ],
  10896.                 'DoctrineBundle' => [
  10897.                     'path' => (\dirname(__DIR__6).'/shared/vendor/doctrine/doctrine-bundle'),
  10898.                     'namespace' => 'Doctrine\\Bundle\\DoctrineBundle',
  10899.                 ],
  10900.                 'DoctrineMigrationsBundle' => [
  10901.                     'path' => (\dirname(__DIR__6).'/shared/vendor/doctrine/doctrine-migrations-bundle'),
  10902.                     'namespace' => 'Doctrine\\Bundle\\MigrationsBundle',
  10903.                 ],
  10904.                 'SecurityBundle' => [
  10905.                     'path' => (\dirname(__DIR__6).'/shared/vendor/symfony/security-bundle'),
  10906.                     'namespace' => 'Symfony\\Bundle\\SecurityBundle',
  10907.                 ],
  10908.                 'SwiftmailerBundle' => [
  10909.                     'path' => (\dirname(__DIR__6).'/shared/vendor/symfony/swiftmailer-bundle'),
  10910.                     'namespace' => 'Symfony\\Bundle\\SwiftmailerBundle',
  10911.                 ],
  10912.                 'TwigBundle' => [
  10913.                     'path' => (\dirname(__DIR__6).'/shared/vendor/symfony/twig-bundle'),
  10914.                     'namespace' => 'Symfony\\Bundle\\TwigBundle',
  10915.                 ],
  10916.                 'WebProfilerBundle' => [
  10917.                     'path' => (\dirname(__DIR__6).'/shared/vendor/symfony/web-profiler-bundle'),
  10918.                     'namespace' => 'Symfony\\Bundle\\WebProfilerBundle',
  10919.                 ],
  10920.                 'MonologBundle' => [
  10921.                     'path' => (\dirname(__DIR__6).'/shared/vendor/symfony/monolog-bundle'),
  10922.                     'namespace' => 'Symfony\\Bundle\\MonologBundle',
  10923.                 ],
  10924.                 'DebugBundle' => [
  10925.                     'path' => (\dirname(__DIR__6).'/shared/vendor/symfony/debug-bundle'),
  10926.                     'namespace' => 'Symfony\\Bundle\\DebugBundle',
  10927.                 ],
  10928.                 'MakerBundle' => [
  10929.                     'path' => (\dirname(__DIR__6).'/shared/vendor/symfony/maker-bundle/src'),
  10930.                     'namespace' => 'Symfony\\Bundle\\MakerBundle',
  10931.                 ],
  10932.                 'WebServerBundle' => [
  10933.                     'path' => (\dirname(__DIR__6).'/shared/vendor/symfony/web-server-bundle'),
  10934.                     'namespace' => 'Symfony\\Bundle\\WebServerBundle',
  10935.                 ],
  10936.                 'FOSUserBundle' => [
  10937.                     'path' => (\dirname(__DIR__6).'/shared/vendor/friendsofsymfony/user-bundle'),
  10938.                     'namespace' => 'FOS\\UserBundle',
  10939.                 ],
  10940.                 'EasyAdminBundle' => [
  10941.                     'path' => (\dirname(__DIR__6).'/shared/vendor/easycorp/easyadmin-bundle/src'),
  10942.                     'namespace' => 'EasyCorp\\Bundle\\EasyAdminBundle',
  10943.                 ],
  10944.                 'VichUploaderBundle' => [
  10945.                     'path' => (\dirname(__DIR__6).'/shared/vendor/vich/uploader-bundle'),
  10946.                     'namespace' => 'Vich\\UploaderBundle',
  10947.                 ],
  10948.                 'DebrilRssAtomBundle' => [
  10949.                     'path' => (\dirname(__DIR__6).'/shared/vendor/debril/rss-atom-bundle/Debril/RssAtomBundle'),
  10950.                     'namespace' => 'Debril\\RssAtomBundle',
  10951.                 ],
  10952.                 'RSSClientBundle' => [
  10953.                     'path' => (\dirname(__DIR__6).'/shared/vendor/desarrolla2/rss-client-bundle/Desarrolla2/Bundle/RSSClientBundle'),
  10954.                     'namespace' => 'Desarrolla2\\Bundle\\RSSClientBundle',
  10955.                 ],
  10956.                 'KnpTimeBundle' => [
  10957.                     'path' => (\dirname(__DIR__6).'/shared/vendor/knplabs/knp-time-bundle'),
  10958.                     'namespace' => 'Knp\\Bundle\\TimeBundle',
  10959.                 ],
  10960.                 'KnpPaginatorBundle' => [
  10961.                     'path' => (\dirname(__DIR__6).'/shared/vendor/knplabs/knp-paginator-bundle'),
  10962.                     'namespace' => 'Knp\\Bundle\\PaginatorBundle',
  10963.                 ],
  10964.                 'HampeZurbInkBundle' => [
  10965.                     'path' => (\dirname(__DIR__6).'/shared/vendor/hampe/zurb-ink-bundle/Hampe/Bundle/ZurbInkBundle'),
  10966.                     'namespace' => 'Hampe\\Bundle\\ZurbInkBundle',
  10967.                 ],
  10968.                 'BeelabPaypalBundle' => [
  10969.                     'path' => (\dirname(__DIR__6).'/shared/vendor/beelab/paypal-bundle'),
  10970.                     'namespace' => 'Beelab\\PaypalBundle',
  10971.                 ],
  10972.                 'WebpackEncoreBundle' => [
  10973.                     'path' => (\dirname(__DIR__6).'/shared/vendor/symfony/webpack-encore-bundle/src'),
  10974.                     'namespace' => 'Symfony\\WebpackEncoreBundle',
  10975.                 ],
  10976.                 'FOSJsRoutingBundle' => [
  10977.                     'path' => (\dirname(__DIR__6).'/shared/vendor/friendsofsymfony/jsrouting-bundle'),
  10978.                     'namespace' => 'FOS\\JsRoutingBundle',
  10979.                 ],
  10980.                 'SgDatatablesBundle' => [
  10981.                     'path' => (\dirname(__DIR__6).'/shared/vendor/sg/datatablesbundle'),
  10982.                     'namespace' => 'Sg\\DatatablesBundle',
  10983.                 ],
  10984.                 'FOSCKEditorBundle' => [
  10985.                     'path' => (\dirname(__DIR__6).'/shared/vendor/friendsofsymfony/ckeditor-bundle/src'),
  10986.                     'namespace' => 'FOS\\CKEditorBundle',
  10987.                 ],
  10988.                 'GregwarCaptchaBundle' => [
  10989.                     'path' => (\dirname(__DIR__6).'/shared/vendor/gregwar/captcha-bundle'),
  10990.                     'namespace' => 'Gregwar\\CaptchaBundle',
  10991.                 ],
  10992.                 'SonataDoctrineBundle' => [
  10993.                     'path' => (\dirname(__DIR__6).'/shared/vendor/sonata-project/doctrine-extensions/src/Bridge/Symfony'),
  10994.                     'namespace' => 'Sonata\\Doctrine\\Bridge\\Symfony',
  10995.                 ],
  10996.                 'SonataFormBundle' => [
  10997.                     'path' => (\dirname(__DIR__6).'/shared/vendor/sonata-project/form-extensions/src/Bridge/Symfony'),
  10998.                     'namespace' => 'Sonata\\Form\\Bridge\\Symfony',
  10999.                 ],
  11000.                 'SonataExporterBundle' => [
  11001.                     'path' => (\dirname(__DIR__6).'/shared/vendor/sonata-project/exporter/src/Bridge/Symfony'),
  11002.                     'namespace' => 'Sonata\\Exporter\\Bridge\\Symfony',
  11003.                 ],
  11004.                 'SonataTwigBundle' => [
  11005.                     'path' => (\dirname(__DIR__6).'/shared/vendor/sonata-project/twig-extensions/src/Bridge/Symfony'),
  11006.                     'namespace' => 'Sonata\\Twig\\Bridge\\Symfony',
  11007.                 ],
  11008.                 'SonataBlockBundle' => [
  11009.                     'path' => (\dirname(__DIR__6).'/shared/vendor/sonata-project/block-bundle/src'),
  11010.                     'namespace' => 'Sonata\\BlockBundle',
  11011.                 ],
  11012.                 'SonataSeoBundle' => [
  11013.                     'path' => (\dirname(__DIR__6).'/shared/vendor/sonata-project/seo-bundle/src'),
  11014.                     'namespace' => 'Sonata\\SeoBundle',
  11015.                 ],
  11016.             ],
  11017.             'kernel.charset' => 'UTF-8',
  11018.             'kernel.container_class' => 'srcApp_KernelDevDebugContainer',
  11019.             'container.dumper.inline_class_loader' => true,
  11020.             'container.dumper.inline_factories' => true,
  11021.             'default_locale' => 'es',
  11022.             'app.path.blog_images' => '/images/blog',
  11023.             'app.path.user_images' => '/images/user',
  11024.             'app.path.company_images' => '/site/images/upload/company',
  11025.             'app.path.image_store' => '/site/images/upload/company/images_stored',
  11026.             'app.path.user_cv' => '/site/docs/user/cv',
  11027.             'container.autowiring.strict_mode' => true,
  11028.             'paypal_username' => 'paypal_username',
  11029.             'paypal_password' => 'paypal_password',
  11030.             'paypal_signature' => 'paypal_signature',
  11031.             'event_dispatcher.event_aliases' => [
  11032.                 'Symfony\\Component\\Console\\Event\\ConsoleCommandEvent' => 'console.command',
  11033.                 'Symfony\\Component\\Console\\Event\\ConsoleErrorEvent' => 'console.error',
  11034.                 'Symfony\\Component\\Console\\Event\\ConsoleTerminateEvent' => 'console.terminate',
  11035.                 'Symfony\\Component\\Form\\Event\\PreSubmitEvent' => 'form.pre_submit',
  11036.                 'Symfony\\Component\\Form\\Event\\SubmitEvent' => 'form.submit',
  11037.                 'Symfony\\Component\\Form\\Event\\PostSubmitEvent' => 'form.post_submit',
  11038.                 'Symfony\\Component\\Form\\Event\\PreSetDataEvent' => 'form.pre_set_data',
  11039.                 'Symfony\\Component\\Form\\Event\\PostSetDataEvent' => 'form.post_set_data',
  11040.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerArgumentsEvent' => 'kernel.controller_arguments',
  11041.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerEvent' => 'kernel.controller',
  11042.                 'Symfony\\Component\\HttpKernel\\Event\\ResponseEvent' => 'kernel.response',
  11043.                 'Symfony\\Component\\HttpKernel\\Event\\FinishRequestEvent' => 'kernel.finish_request',
  11044.                 'Symfony\\Component\\HttpKernel\\Event\\RequestEvent' => 'kernel.request',
  11045.                 'Symfony\\Component\\HttpKernel\\Event\\ViewEvent' => 'kernel.view',
  11046.                 'Symfony\\Component\\HttpKernel\\Event\\ExceptionEvent' => 'kernel.exception',
  11047.                 'Symfony\\Component\\HttpKernel\\Event\\TerminateEvent' => 'kernel.terminate',
  11048.                 'Symfony\\Component\\Workflow\\Event\\GuardEvent' => 'workflow.guard',
  11049.                 'Symfony\\Component\\Workflow\\Event\\LeaveEvent' => 'workflow.leave',
  11050.                 'Symfony\\Component\\Workflow\\Event\\TransitionEvent' => 'workflow.transition',
  11051.                 'Symfony\\Component\\Workflow\\Event\\EnterEvent' => 'workflow.enter',
  11052.                 'Symfony\\Component\\Workflow\\Event\\EnteredEvent' => 'workflow.entered',
  11053.                 'Symfony\\Component\\Workflow\\Event\\CompletedEvent' => 'workflow.completed',
  11054.                 'Symfony\\Component\\Workflow\\Event\\AnnounceEvent' => 'workflow.announce',
  11055.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationSuccessEvent' => 'security.authentication.success',
  11056.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationFailureEvent' => 'security.authentication.failure',
  11057.                 'Symfony\\Component\\Security\\Http\\Event\\InteractiveLoginEvent' => 'security.interactive_login',
  11058.                 'Symfony\\Component\\Security\\Http\\Event\\SwitchUserEvent' => 'security.switch_user',
  11059.             ],
  11060.             'fragment.renderer.hinclude.global_template' => NULL,
  11061.             'fragment.path' => '/_fragment',
  11062.             'kernel.http_method_override' => true,
  11063.             'kernel.trusted_hosts' => [
  11064.             ],
  11065.             'kernel.default_locale' => 'en',
  11066.             'kernel.error_controller' => 'error_controller',
  11067.             'templating.helper.code.file_link_format' => NULL,
  11068.             'debug.file_link_format' => NULL,
  11069.             'session.metadata.storage_key' => '_sf2_meta',
  11070.             'session.storage.options' => [
  11071.                 'cache_limiter' => '0',
  11072.                 'cookie_secure' => 'auto',
  11073.                 'cookie_httponly' => true,
  11074.                 'cookie_samesite' => 'lax',
  11075.                 'gc_probability' => 1,
  11076.             ],
  11077.             'session.metadata.update_threshold' => 0,
  11078.             'form.type_extension.csrf.enabled' => true,
  11079.             'form.type_extension.csrf.field_name' => '_token',
  11080.             'asset.request_context.base_path' => '',
  11081.             'asset.request_context.secure' => false,
  11082.             'templating.loader.cache.path' => NULL,
  11083.             'templating.engines' => [
  11084.                 => 'twig',
  11085.             ],
  11086.             'validator.translation_domain' => 'validators',
  11087.             'translator.logging' => false,
  11088.             'translator.default_path' => (\dirname(__DIR__4).'/translations'),
  11089.             'profiler_listener.only_exceptions' => false,
  11090.             'profiler_listener.only_master_requests' => false,
  11091.             'debug.error_handler.throw_at' => -1,
  11092.             'router.request_context.host' => 'localhost',
  11093.             'router.request_context.scheme' => 'http',
  11094.             'router.request_context.base_url' => '',
  11095.             'router.resource' => 'kernel::loadRoutes',
  11096.             'router.cache_class_prefix' => 'srcApp_KernelDevDebugContainer',
  11097.             'request_listener.http_port' => 80,
  11098.             'request_listener.https_port' => 443,
  11099.             'doctrine.dbal.logger.chain.class' => 'Doctrine\\DBAL\\Logging\\LoggerChain',
  11100.             'doctrine.dbal.logger.profiling.class' => 'Doctrine\\DBAL\\Logging\\DebugStack',
  11101.             'doctrine.dbal.logger.class' => 'Symfony\\Bridge\\Doctrine\\Logger\\DbalLogger',
  11102.             'doctrine.dbal.configuration.class' => 'Doctrine\\DBAL\\Configuration',
  11103.             'doctrine.data_collector.class' => 'Doctrine\\Bundle\\DoctrineBundle\\DataCollector\\DoctrineDataCollector',
  11104.             'doctrine.dbal.connection.event_manager.class' => 'Symfony\\Bridge\\Doctrine\\ContainerAwareEventManager',
  11105.             'doctrine.dbal.connection_factory.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ConnectionFactory',
  11106.             'doctrine.dbal.events.mysql_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\MysqlSessionInit',
  11107.             'doctrine.dbal.events.oracle_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\OracleSessionInit',
  11108.             'doctrine.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Registry',
  11109.             'doctrine.entity_managers' => [
  11110.                 'default' => 'doctrine.orm.default_entity_manager',
  11111.             ],
  11112.             'doctrine.default_entity_manager' => 'default',
  11113.             'doctrine.dbal.connection_factory.types' => [
  11114.                 'uuid' => [
  11115.                     'class' => 'Ramsey\\Uuid\\Doctrine\\UuidType',
  11116.                 ],
  11117.             ],
  11118.             'doctrine.connections' => [
  11119.                 'default' => 'doctrine.dbal.default_connection',
  11120.             ],
  11121.             'doctrine.default_connection' => 'default',
  11122.             'doctrine.orm.configuration.class' => 'Doctrine\\ORM\\Configuration',
  11123.             'doctrine.orm.entity_manager.class' => 'Doctrine\\ORM\\EntityManager',
  11124.             'doctrine.orm.manager_configurator.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ManagerConfigurator',
  11125.             'doctrine.orm.cache.array.class' => 'Doctrine\\Common\\Cache\\ArrayCache',
  11126.             'doctrine.orm.cache.apc.class' => 'Doctrine\\Common\\Cache\\ApcCache',
  11127.             'doctrine.orm.cache.memcache.class' => 'Doctrine\\Common\\Cache\\MemcacheCache',
  11128.             'doctrine.orm.cache.memcache_host' => 'localhost',
  11129.             'doctrine.orm.cache.memcache_port' => 11211,
  11130.             'doctrine.orm.cache.memcache_instance.class' => 'Memcache',
  11131.             'doctrine.orm.cache.memcached.class' => 'Doctrine\\Common\\Cache\\MemcachedCache',
  11132.             'doctrine.orm.cache.memcached_host' => 'localhost',
  11133.             'doctrine.orm.cache.memcached_port' => 11211,
  11134.             'doctrine.orm.cache.memcached_instance.class' => 'Memcached',
  11135.             'doctrine.orm.cache.redis.class' => 'Doctrine\\Common\\Cache\\RedisCache',
  11136.             'doctrine.orm.cache.redis_host' => 'localhost',
  11137.             'doctrine.orm.cache.redis_port' => 6379,
  11138.             'doctrine.orm.cache.redis_instance.class' => 'Redis',
  11139.             'doctrine.orm.cache.xcache.class' => 'Doctrine\\Common\\Cache\\XcacheCache',
  11140.             'doctrine.orm.cache.wincache.class' => 'Doctrine\\Common\\Cache\\WinCacheCache',
  11141.             'doctrine.orm.cache.zenddata.class' => 'Doctrine\\Common\\Cache\\ZendDataCache',
  11142.             'doctrine.orm.metadata.driver_chain.class' => 'Doctrine\\Persistence\\Mapping\\Driver\\MappingDriverChain',
  11143.             'doctrine.orm.metadata.annotation.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AnnotationDriver',
  11144.             'doctrine.orm.metadata.xml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedXmlDriver',
  11145.             'doctrine.orm.metadata.yml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedYamlDriver',
  11146.             'doctrine.orm.metadata.php.class' => 'Doctrine\\ORM\\Mapping\\Driver\\PHPDriver',
  11147.             'doctrine.orm.metadata.staticphp.class' => 'Doctrine\\ORM\\Mapping\\Driver\\StaticPHPDriver',
  11148.             'doctrine.orm.proxy_cache_warmer.class' => 'Symfony\\Bridge\\Doctrine\\CacheWarmer\\ProxyCacheWarmer',
  11149.             'form.type_guesser.doctrine.class' => 'Symfony\\Bridge\\Doctrine\\Form\\DoctrineOrmTypeGuesser',
  11150.             'doctrine.orm.validator.unique.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator',
  11151.             'doctrine.orm.validator_initializer.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\DoctrineInitializer',
  11152.             'doctrine.orm.security.user.provider.class' => 'Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider',
  11153.             'doctrine.orm.listeners.resolve_target_entity.class' => 'Doctrine\\ORM\\Tools\\ResolveTargetEntityListener',
  11154.             'doctrine.orm.listeners.attach_entity_listeners.class' => 'Doctrine\\ORM\\Tools\\AttachEntityListenersListener',
  11155.             'doctrine.orm.naming_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultNamingStrategy',
  11156.             'doctrine.orm.naming_strategy.underscore.class' => 'Doctrine\\ORM\\Mapping\\UnderscoreNamingStrategy',
  11157.             'doctrine.orm.quote_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultQuoteStrategy',
  11158.             'doctrine.orm.quote_strategy.ansi.class' => 'Doctrine\\ORM\\Mapping\\AnsiQuoteStrategy',
  11159.             'doctrine.orm.entity_listener_resolver.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ContainerEntityListenerResolver',
  11160.             'doctrine.orm.second_level_cache.default_cache_factory.class' => 'Doctrine\\ORM\\Cache\\DefaultCacheFactory',
  11161.             'doctrine.orm.second_level_cache.default_region.class' => 'Doctrine\\ORM\\Cache\\Region\\DefaultRegion',
  11162.             'doctrine.orm.second_level_cache.filelock_region.class' => 'Doctrine\\ORM\\Cache\\Region\\FileLockRegion',
  11163.             'doctrine.orm.second_level_cache.logger_chain.class' => 'Doctrine\\ORM\\Cache\\Logging\\CacheLoggerChain',
  11164.             'doctrine.orm.second_level_cache.logger_statistics.class' => 'Doctrine\\ORM\\Cache\\Logging\\StatisticsCacheLogger',
  11165.             'doctrine.orm.second_level_cache.cache_configuration.class' => 'Doctrine\\ORM\\Cache\\CacheConfiguration',
  11166.             'doctrine.orm.second_level_cache.regions_configuration.class' => 'Doctrine\\ORM\\Cache\\RegionsConfiguration',
  11167.             'doctrine.orm.auto_generate_proxy_classes' => true,
  11168.             'doctrine.orm.proxy_namespace' => 'Proxies',
  11169.             'doctrine.migrations.preferred_em' => NULL,
  11170.             'doctrine.migrations.preferred_connection' => NULL,
  11171.             'security.authentication.trust_resolver.anonymous_class' => NULL,
  11172.             'security.authentication.trust_resolver.rememberme_class' => NULL,
  11173.             'security.role_hierarchy.roles' => [
  11174.                 'ROLE_USER' => [
  11175.                     => 'ROLE_USER',
  11176.                 ],
  11177.                 'ROLE_ADMIN' => [
  11178.                     => 'ROLE_ADMIN',
  11179.                 ],
  11180.                 'ROLE_SUPER_ADMIN' => [
  11181.                     => 'ROLE_SUPER_ADMIN',
  11182.                 ],
  11183.             ],
  11184.             'security.access.denied_url' => NULL,
  11185.             'security.authentication.manager.erase_credentials' => true,
  11186.             'security.authentication.session_strategy.strategy' => 'migrate',
  11187.             'security.access.always_authenticate_before_granting' => false,
  11188.             'security.authentication.hide_user_not_found' => true,
  11189.             'swiftmailer.mailer.default.transport.name' => 'dynamic',
  11190.             'swiftmailer.mailer.default.spool.enabled' => true,
  11191.             'swiftmailer.mailer.default.plugin.impersonate' => NULL,
  11192.             'swiftmailer.mailer.default.single_address' => NULL,
  11193.             'swiftmailer.mailer.default.delivery.enabled' => true,
  11194.             'swiftmailer.spool.enabled' => true,
  11195.             'swiftmailer.delivery.enabled' => true,
  11196.             'swiftmailer.single_address' => NULL,
  11197.             'swiftmailer.mailers' => [
  11198.                 'default' => 'swiftmailer.mailer.default',
  11199.             ],
  11200.             'swiftmailer.default_mailer' => 'default',
  11201.             'twig.exception_listener.controller' => 'twig.controller.exception::showAction',
  11202.             'twig.form.resources' => [
  11203.                 => '@GregwarCaptcha/captcha.html.twig',
  11204.                 => '@VichUploader/Form/fields.html.twig',
  11205.                 => 'form_div_layout.html.twig',
  11206.                 => '@FOSCKEditor/Form/ckeditor_widget.html.twig',
  11207.                 => 'theme_templates/bootstrap_3_layout.html.twig',
  11208.                 => '@FOSCKEditor/Form/ckeditor_widget.html.twig',
  11209.                 => 'form/custom_form_types.html.twig',
  11210.             ],
  11211.             'twig.default_path' => (\dirname(__DIR__4).'/templates'),
  11212.             'web_profiler.debug_toolbar.intercept_redirects' => false,
  11213.             'web_profiler.debug_toolbar.mode' => 2,
  11214.             'monolog.use_microseconds' => true,
  11215.             'monolog.swift_mailer.handlers' => [
  11216.             ],
  11217.             'monolog.handlers_to_channels' => [
  11218.                 'monolog.handler.console' => [
  11219.                     'type' => 'exclusive',
  11220.                     'elements' => [
  11221.                         => 'event',
  11222.                         => 'doctrine',
  11223.                         => 'console',
  11224.                     ],
  11225.                 ],
  11226.                 'monolog.handler.main' => [
  11227.                     'type' => 'exclusive',
  11228.                     'elements' => [
  11229.                         => 'event',
  11230.                     ],
  11231.                 ],
  11232.             ],
  11233.             'env(VAR_DUMPER_SERVER)' => '127.0.0.1:9912',
  11234.             'fos_user.backend_type_orm' => true,
  11235.             'fos_user.security.interactive_login_listener.class' => 'FOS\\UserBundle\\EventListener\\LastLoginListener',
  11236.             'fos_user.security.login_manager.class' => 'FOS\\UserBundle\\Security\\LoginManager',
  11237.             'fos_user.resetting.email.template' => '@FOSUser/Resetting/email.txt.twig',
  11238.             'fos_user.registration.confirmation.template' => '@FOSUser/Registration/email.txt.twig',
  11239.             'fos_user.registration.confirmation.from_email' => [
  11240.                 'benditotrabajoecuador@gmail.com' => 'Bendito Trabajo',
  11241.             ],
  11242.             'fos_user.resetting.email.from_email' => [
  11243.                 'benditotrabajoecuador@gmail.com' => 'Bendito Trabajo',
  11244.             ],
  11245.             'fos_user.storage' => 'orm',
  11246.             'fos_user.firewall_name' => 'main',
  11247.             'fos_user.model_manager_name' => NULL,
  11248.             'fos_user.model.user.class' => 'App\\Entity\\User',
  11249.             'fos_user.profile.form.type' => 'FOS\\UserBundle\\Form\\Type\\ProfileFormType',
  11250.             'fos_user.profile.form.name' => 'fos_user_profile_form',
  11251.             'fos_user.profile.form.validation_groups' => [
  11252.                 => 'Profile',
  11253.                 => 'Default',
  11254.             ],
  11255.             'fos_user.registration.confirmation.enabled' => true,
  11256.             'fos_user.registration.form.type' => 'FOS\\UserBundle\\Form\\Type\\RegistrationFormType',
  11257.             'fos_user.registration.form.name' => 'fos_user_registration_form',
  11258.             'fos_user.registration.form.validation_groups' => [
  11259.                 => 'Registration',
  11260.                 => 'Default',
  11261.             ],
  11262.             'fos_user.change_password.form.type' => 'FOS\\UserBundle\\Form\\Type\\ChangePasswordFormType',
  11263.             'fos_user.change_password.form.name' => 'fos_user_change_password_form',
  11264.             'fos_user.change_password.form.validation_groups' => [
  11265.                 => 'ChangePassword',
  11266.                 => 'Default',
  11267.             ],
  11268.             'fos_user.resetting.retry_ttl' => 7200,
  11269.             'fos_user.resetting.token_ttl' => 86400,
  11270.             'fos_user.resetting.form.type' => 'FOS\\UserBundle\\Form\\Type\\ResettingFormType',
  11271.             'fos_user.resetting.form.name' => 'fos_user_resetting_form',
  11272.             'fos_user.resetting.form.validation_groups' => [
  11273.                 => 'ResetPassword',
  11274.                 => 'Default',
  11275.             ],
  11276.             'easyadmin.config' => [
  11277.                 'site_name' => '<strong>PANEL DE ADMINISTRACIÓN Benditotrabajo.com</strong>',
  11278.                 'design' => [
  11279.                     'brand_color' => '#3B5998',
  11280.                     'assets' => [
  11281.                         'css' => [
  11282.                             => '<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.0/css/bootstrap.min.css" integrity="sha384-PDle/QlgIONtM1aqA2Qemk5gPOE7wFq8+Em+G/hmo5Iq0CCmYZLv3fVRDJ4MMwEA" crossorigin="anonymous">',
  11283.                         ],
  11284.                         'js' => [
  11285.                             => '<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js" integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo" crossorigin="anonymous"></script>',
  11286.                             => '<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js" integrity="sha384-UO2eT0CpHqdSJQ6hJty5KVphtPhzWj9WO1clHTMGa3JDZwrnQq4sF86dIHNDz0W1" crossorigin="anonymous"></script>',
  11287.                             => '<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.3.0/js/bootstrap.min.js" integrity="sha384-7aThvCh9TypR7fIc2HV4O/nFMVCBwyIUKL8XCtKE+8xgCgl/PQGuFsvShjr74PBp" crossorigin="anonymous"></script>',
  11288.                         ],
  11289.                         'favicon' => [
  11290.                             'path' => 'favicon.ico',
  11291.                             'mime_type' => 'image/x-icon',
  11292.                         ],
  11293.                     ],
  11294.                     'form_theme' => [
  11295.                         => '@EasyAdmin/form/bootstrap_4.html.twig',
  11296.                     ],
  11297.                     'menu' => [
  11298.                     ],
  11299.                 ],
  11300.                 'entities' => [
  11301.                     'Usuarios' => [
  11302.                         'class' => 'App\\Entity\\User',
  11303.                         'list' => [
  11304.                             'fields' => [
  11305.                                 => 'name',
  11306.                                 => 'username',
  11307.                                 => 'email',
  11308.                                 => 'enabled',
  11309.                                 => 'lastLogin',
  11310.                                 => 'roles',
  11311.                             ],
  11312.                         ],
  11313.                         'form' => [
  11314.                             'fields' => [
  11315.                                 => 'name',
  11316.                                 => 'username',
  11317.                                 => 'email',
  11318.                                 => 'enabled',
  11319.                                 => 'lastLogin',
  11320.                                 => [
  11321.                                     'property' => 'plainPassword',
  11322.                                     'type' => 'text',
  11323.                                     'type_options' => [
  11324.                                         'required' => false,
  11325.                                     ],
  11326.                                 ],
  11327.                                 => [
  11328.                                     'property' => 'roles',
  11329.                                     'type' => 'choice',
  11330.                                     'type_options' => [
  11331.                                         'multiple' => true,
  11332.                                         'choices' => [
  11333.                                             'ROLE_USER' => 'ROLE_USER',
  11334.                                             'ROLE_ADMIN' => 'ROLE_ADMIN',
  11335.                                             'ROLE_SUPER_ADMIN' => 'ROLE_SUPER_ADMIN',
  11336.                                         ],
  11337.                                     ],
  11338.                                 ],
  11339.                             ],
  11340.                         ],
  11341.                         'name' => 'Usuarios',
  11342.                     ],
  11343.                     'Categorias' => [
  11344.                         'class' => 'App\\Entity\\Category',
  11345.                         'form' => [
  11346.                             'fields' => [
  11347.                                 => 'name',
  11348.                                 => 'description',
  11349.                                 => 'ico',
  11350.                             ],
  11351.                         ],
  11352.                         'list' => [
  11353.                             'fields' => [
  11354.                                 => 'name',
  11355.                                 => 'description',
  11356.                                 => 'ico',
  11357.                             ],
  11358.                         ],
  11359.                         'name' => 'Categorias',
  11360.                     ],
  11361.                     'Empleos' => [
  11362.                         'class' => 'App\\Entity\\Job',
  11363.                         'form' => [
  11364.                             'fields' => [
  11365.                                 => 'title',
  11366.                             ],
  11367.                         ],
  11368.                         'list' => [
  11369.                             'fields' => [
  11370.                                 => 'title',
  11371.                                 => 'category',
  11372.                                 => 'user',
  11373.                                 => 'company_name',
  11374.                                 => 'image',
  11375.                             ],
  11376.                         ],
  11377.                         'name' => 'Empleos',
  11378.                     ],
  11379.                     'Titulos' => [
  11380.                         'class' => 'App\\Entity\\Title',
  11381.                         'form' => [
  11382.                             'fields' => [
  11383.                                 => 'name',
  11384.                                 => 'description',
  11385.                             ],
  11386.                         ],
  11387.                         'list' => [
  11388.                             'fields' => [
  11389.                                 => 'name',
  11390.                                 => 'description',
  11391.                             ],
  11392.                         ],
  11393.                         'name' => 'Titulos',
  11394.                     ],
  11395.                     'Profesiones' => [
  11396.                         'class' => 'App\\Entity\\Profession',
  11397.                         'form' => [
  11398.                             'fields' => [
  11399.                                 => 'name',
  11400.                                 => 'description',
  11401.                             ],
  11402.                         ],
  11403.                         'list' => [
  11404.                             'fields' => [
  11405.                                 => 'name',
  11406.                                 => 'description',
  11407.                             ],
  11408.                         ],
  11409.                         'name' => 'Profesiones',
  11410.                     ],
  11411.                     'Politica_de_privacidad' => [
  11412.                         'class' => 'App\\Entity\\Policy',
  11413.                         'form' => [
  11414.                             'fields' => [
  11415.                                 => 'welcome_message',
  11416.                                 => 'privacity',
  11417.                                 => 'information',
  11418.                                 => 'security',
  11419.                                 => 'terms_header',
  11420.                                 => 'terms',
  11421.                                 => 'conditions_header',
  11422.                                 => 'conditions',
  11423.                                 => 'updated',
  11424.                             ],
  11425.                         ],
  11426.                         'list' => [
  11427.                             'fields' => [
  11428.                                 => 'welcome_message',
  11429.                                 => 'privacity',
  11430.                                 => 'information',
  11431.                                 => 'security',
  11432.                                 => 'terms_header',
  11433.                                 => 'terms',
  11434.                                 => 'conditions_header',
  11435.                                 => 'conditions',
  11436.                                 => 'updated',
  11437.                             ],
  11438.                         ],
  11439.                         'name' => 'Politica_de_privacidad',
  11440.                     ],
  11441.                     'Servicios' => [
  11442.                         'class' => 'App\\Entity\\Service',
  11443.                         'form' => [
  11444.                             'fields' => [
  11445.                                 => 'name',
  11446.                             ],
  11447.                         ],
  11448.                         'list' => [
  11449.                             'fields' => [
  11450.                                 => 'name',
  11451.                             ],
  11452.                         ],
  11453.                         'name' => 'Servicios',
  11454.                     ],
  11455.                 ],
  11456.                 'formats' => [
  11457.                     'date' => 'Y-m-d',
  11458.                     'time' => 'H:i:s',
  11459.                     'datetime' => 'F j, Y H:i',
  11460.                     'dateinterval' => '%y Year(s) %m Month(s) %d Day(s)',
  11461.                 ],
  11462.                 'disabled_actions' => [
  11463.                 ],
  11464.                 'translation_domain' => 'messages',
  11465.                 'user' => [
  11466.                     'display_name' => true,
  11467.                     'display_avatar' => true,
  11468.                     'name_property_path' => '__toString',
  11469.                     'avatar_property_path' => NULL,
  11470.                 ],
  11471.                 'list' => [
  11472.                     'actions' => [
  11473.                     ],
  11474.                     'collapse_actions' => false,
  11475.                     'batch_actions' => [
  11476.                     ],
  11477.                     'max_results' => 15,
  11478.                     'item_permission' => NULL,
  11479.                 ],
  11480.                 'search' => [
  11481.                 ],
  11482.                 'edit' => [
  11483.                     'actions' => [
  11484.                     ],
  11485.                     'item_permission' => NULL,
  11486.                 ],
  11487.                 'new' => [
  11488.                     'actions' => [
  11489.                     ],
  11490.                     'item_permission' => NULL,
  11491.                 ],
  11492.                 'show' => [
  11493.                     'actions' => [
  11494.                     ],
  11495.                     'max_results' => 10,
  11496.                     'item_permission' => NULL,
  11497.                 ],
  11498.             ],
  11499.             'vich_uploader.default_filename_attribute_suffix' => '_name',
  11500.             'vich_uploader.mappings' => [
  11501.                 'blog_images' => [
  11502.                     'namer' => [
  11503.                         'service' => 'Vich\\UploaderBundle\\Naming\\UniqidNamer.blog_images',
  11504.                         'options' => [
  11505.                         ],
  11506.                     ],
  11507.                     'uri_prefix' => '/images/blog',
  11508.                     'upload_destination' => (\dirname(__DIR__4).'/public/images/blog'),
  11509.                     'inject_on_load' => false,
  11510.                     'delete_on_update' => true,
  11511.                     'delete_on_remove' => true,
  11512.                     'directory_namer' => [
  11513.                         'service' => NULL,
  11514.                         'options' => NULL,
  11515.                     ],
  11516.                     'db_driver' => 'orm',
  11517.                 ],
  11518.                 'user_images' => [
  11519.                     'namer' => [
  11520.                         'service' => 'Vich\\UploaderBundle\\Naming\\UniqidNamer.user_images',
  11521.                         'options' => [
  11522.                         ],
  11523.                     ],
  11524.                     'uri_prefix' => '/images/user',
  11525.                     'upload_destination' => (\dirname(__DIR__4).'/public/images/user'),
  11526.                     'directory_namer' => [
  11527.                         'service' => 'app.service.user_namer_directory',
  11528.                         'options' => [
  11529.                         ],
  11530.                     ],
  11531.                     'inject_on_load' => false,
  11532.                     'delete_on_update' => true,
  11533.                     'delete_on_remove' => true,
  11534.                     'db_driver' => 'orm',
  11535.                 ],
  11536.                 'company_images' => [
  11537.                     'namer' => [
  11538.                         'service' => 'Vich\\UploaderBundle\\Naming\\UniqidNamer.company_images',
  11539.                         'options' => [
  11540.                         ],
  11541.                     ],
  11542.                     'uri_prefix' => '/site/images/upload/company',
  11543.                     'upload_destination' => (\dirname(__DIR__4).'/public/site/images/upload/company'),
  11544.                     'directory_namer' => [
  11545.                         'service' => 'app.service.namer_directory',
  11546.                         'options' => [
  11547.                         ],
  11548.                     ],
  11549.                     'inject_on_load' => false,
  11550.                     'delete_on_update' => true,
  11551.                     'delete_on_remove' => true,
  11552.                     'db_driver' => 'orm',
  11553.                 ],
  11554.                 'user_cv' => [
  11555.                     'namer' => [
  11556.                         'service' => 'Vich\\UploaderBundle\\Naming\\UniqidNamer.user_cv',
  11557.                         'options' => [
  11558.                         ],
  11559.                     ],
  11560.                     'uri_prefix' => '/site/docs/user/cv',
  11561.                     'upload_destination' => (\dirname(__DIR__4).'/public/site/docs/user/cv'),
  11562.                     'inject_on_load' => false,
  11563.                     'delete_on_update' => true,
  11564.                     'delete_on_remove' => true,
  11565.                     'directory_namer' => [
  11566.                         'service' => NULL,
  11567.                         'options' => NULL,
  11568.                     ],
  11569.                     'db_driver' => 'orm',
  11570.                 ],
  11571.                 'image_store' => [
  11572.                     'namer' => [
  11573.                         'service' => 'Vich\\UploaderBundle\\Naming\\UniqidNamer.image_store',
  11574.                         'options' => [
  11575.                         ],
  11576.                     ],
  11577.                     'uri_prefix' => '/site/images/upload/company/images_stored',
  11578.                     'upload_destination' => (\dirname(__DIR__4).'/public/site/images/upload/company/images_stored'),
  11579.                     'directory_namer' => [
  11580.                         'service' => 'app.service.namer_directory',
  11581.                         'options' => [
  11582.                         ],
  11583.                     ],
  11584.                     'inject_on_load' => false,
  11585.                     'delete_on_update' => true,
  11586.                     'delete_on_remove' => true,
  11587.                     'db_driver' => 'orm',
  11588.                 ],
  11589.                 'company_image' => [
  11590.                     'uri_prefix' => '/uploads',
  11591.                     'upload_destination' => (\dirname(__DIR__4).'/src/../public/uploads'),
  11592.                     'namer' => [
  11593.                         'service' => 'vich_uploader.namer_hash.company_image',
  11594.                         'options' => [
  11595.                         ],
  11596.                     ],
  11597.                     'directory_namer' => [
  11598.                         'options' => [
  11599.                             'upload_to' => '/cuestionarios/images_preguntas',
  11600.                         ],
  11601.                         'service' => NULL,
  11602.                     ],
  11603.                     'delete_on_remove' => true,
  11604.                     'delete_on_update' => true,
  11605.                     'inject_on_load' => false,
  11606.                     'db_driver' => 'orm',
  11607.                 ],
  11608.                 'banners_images' => [
  11609.                     'uri_prefix' => '/uploads/banners',
  11610.                     'upload_destination' => (\dirname(__DIR__4).'/src/../public/uploads/banners'),
  11611.                     'namer' => [
  11612.                         'service' => 'vich_uploader.namer_hash.banners_images',
  11613.                         'options' => [
  11614.                         ],
  11615.                     ],
  11616.                     'directory_namer' => [
  11617.                         'options' => [
  11618.                             'upload_to' => '/slides',
  11619.                         ],
  11620.                         'service' => NULL,
  11621.                     ],
  11622.                     'delete_on_remove' => true,
  11623.                     'delete_on_update' => true,
  11624.                     'inject_on_load' => false,
  11625.                     'db_driver' => 'orm',
  11626.                 ],
  11627.             ],
  11628.             'vich_uploader.file_injector.class' => 'Vich\\UploaderBundle\\Injector\\FileInjector',
  11629.             'debril.provider.default.class' => 'Debril\\RssAtomBundle\\Provider\\MockProvider',
  11630.             'debril.rss_atom.provider.class' => 'Debril\\RssAtomBundle\\Provider\\MockProvider',
  11631.             'debril.provider.doctrine.class' => 'Debril\\RssAtomBundle\\Provider\\DoctrineFeedContentProvider',
  11632.             'debril_rss_atom.date_formats' => [
  11633.                 => 'Y-m-d\\TH:i:sP',
  11634.                 => 'D, d M Y H:i:s O',
  11635.                 => 'Y-m-d\\TH:i:sP',
  11636.                 => 'Y-m-d\\TH:i:s.uP',
  11637.                 => 'Y-m-d',
  11638.                 => 'd/m/Y',
  11639.                 => 'd M Y H:i:s P',
  11640.                 => 'D, d M Y H:i O',
  11641.                 => 'D, d M Y H:i:s O',
  11642.                 => 'D M d Y H:i:s e',
  11643.             ],
  11644.             'debril_rss_atom.public_feeds' => true,
  11645.             'debril_rss_atom.force_refresh' => false,
  11646.             'debril_rss_atom.content_type_json' => 'application/json',
  11647.             'debril_rss_atom.content_type_xml' => 'application/xhtml+xml',
  11648.             'rss_client.class' => 'Desarrolla2\\RSSClient\\RSSClient',
  11649.             'rss_client.cache.class' => 'Desarrolla2\\RSSClient\\Cache\\RSSClient',
  11650.             'desarrolla2.cache.class' => 'Desarrolla2\\Cache\\Cache',
  11651.             'desarrolla2.cache.adapter.class' => 'Desarrolla2\\Cache\\Adapter\\File',
  11652.             'rss_client.cache.ttl' => 3600,
  11653.             'rss_client.channels' => [
  11654.                 'channel_name1' => [
  11655.                     => 'http://humanos.uci.cu/feed/',
  11656.                 ],
  11657.             ],
  11658.             'time.datetime_formatter.class' => 'Knp\\Bundle\\TimeBundle\\DateTimeFormatter',
  11659.             'time.twig.extension.time.class' => 'Knp\\Bundle\\TimeBundle\\Twig\\Extension\\TimeExtension',
  11660.             'time.templating.helper.time.class' => 'Knp\\Bundle\\TimeBundle\\Templating\\Helper\\TimeHelper',
  11661.             'knp_paginator.class' => 'Knp\\Component\\Pager\\Paginator',
  11662.             'knp_paginator.helper.processor.class' => 'Knp\\Bundle\\PaginatorBundle\\Helper\\Processor',
  11663.             'knp_paginator.template.pagination' => '@KnpPaginator/Pagination/sliding.html.twig',
  11664.             'knp_paginator.template.filtration' => '@KnpPaginator/Pagination/filtration.html.twig',
  11665.             'knp_paginator.template.sortable' => '@KnpPaginator/Pagination/sortable_link.html.twig',
  11666.             'knp_paginator.page_range' => 1,
  11667.             'zurb_ink.inlinecss.class' => 'Hampe\\Bundle\\ZurbInkBundle\\Service\\InlineCss',
  11668.             'zurb_ink.inlinecss.twig.class' => 'Hampe\\Bundle\\ZurbInkBundle\\Twig\\InlineCssExtension',
  11669.             'zurb_ink.inky.twig.class' => 'Hampe\\Bundle\\ZurbInkBundle\\Twig\\InkyExtension',
  11670.             'zurb_ink.inky.class' => 'Hampe\\Inky\\Inky',
  11671.             'zurb_ink.inky.gridColumns' => 12,
  11672.             'zurb_ink.inky.componentFactories' => [
  11673.             ],
  11674.             'beelab_paypal.service_class' => 'Beelab\\PaypalBundle\\Paypal\\Service',
  11675.             'beelab_paypal.config' => [
  11676.                 'username' => 'paypal_username',
  11677.                 'password' => 'paypal_password',
  11678.                 'signature' => 'paypal_signature',
  11679.                 'return_route' => 'your_return_route',
  11680.                 'cancel_route' => 'your_cancel_route',
  11681.                 'test_mode' => true,
  11682.                 'currency' => 'EUR',
  11683.             ],
  11684.             'fos_js_routing.extractor.class' => 'FOS\\JsRoutingBundle\\Extractor\\ExposedRoutesExtractor',
  11685.             'fos_js_routing.controller.class' => 'FOS\\JsRoutingBundle\\Controller\\Controller',
  11686.             'fos_js_routing.normalizer.route_collection.class' => 'FOS\\JsRoutingBundle\\Serializer\\Normalizer\\RouteCollectionNormalizer',
  11687.             'fos_js_routing.normalizer.routes_response.class' => 'FOS\\JsRoutingBundle\\Serializer\\Normalizer\\RoutesResponseNormalizer',
  11688.             'fos_js_routing.denormalizer.route_collection.class' => 'FOS\\JsRoutingBundle\\Serializer\\Denormalizer\\RouteCollectionDenormalizer',
  11689.             'fos_js_routing.request_context_base_url' => NULL,
  11690.             'fos_js_routing.cache_control' => [
  11691.                 'enabled' => false,
  11692.             ],
  11693.             'sg_datatables.datatable.query' => [
  11694.                 'translation_query_hints' => false,
  11695.             ],
  11696.             'gregwar_captcha.controller.class' => 'Gregwar\\CaptchaBundle\\Controller\\CaptchaController',
  11697.             'gregwar_captcha.captcha_type.class' => 'Gregwar\\CaptchaBundle\\Type\\CaptchaType',
  11698.             'gregwar_captcha.captcha_generator.class' => 'Gregwar\\CaptchaBundle\\Generator\\CaptchaGenerator',
  11699.             'gregwar_captcha.image_file_handler.class' => 'Gregwar\\CaptchaBundle\\Generator\\ImageFileHandler',
  11700.             'gregwar_captcha.captcha_builder.class' => 'Gregwar\\Captcha\\CaptchaBuilder',
  11701.             'gregwar_captcha.phrase_builder.class' => 'Gregwar\\Captcha\\PhraseBuilder',
  11702.             'gregwar_captcha.config' => [
  11703.                 'width' => 160,
  11704.                 'height' => 50,
  11705.                 'length' => 5,
  11706.                 'font' => (\dirname(__DIR__6).'/shared/vendor/gregwar/captcha-bundle/DependencyInjection/../Generator/Font/captcha.ttf'),
  11707.                 'keep_value' => false,
  11708.                 'charset' => 'abcdefhjkmnprstuvwxyz23456789',
  11709.                 'as_file' => false,
  11710.                 'as_url' => false,
  11711.                 'reload' => false,
  11712.                 'image_folder' => 'captcha',
  11713.                 'web_path' => (\dirname(__DIR__4).'/public'),
  11714.                 'gc_freq' => 100,
  11715.                 'expiration' => 60,
  11716.                 'quality' => 50,
  11717.                 'invalid_message' => 'Bad code value',
  11718.                 'bypass_code' => NULL,
  11719.                 'whitelist_key' => 'captcha_whitelist_key',
  11720.                 'humanity' => 0,
  11721.                 'distortion' => true,
  11722.                 'max_front_lines' => NULL,
  11723.                 'max_behind_lines' => NULL,
  11724.                 'interpolation' => true,
  11725.                 'text_color' => [
  11726.                 ],
  11727.                 'background_color' => [
  11728.                 ],
  11729.                 'background_images' => [
  11730.                 ],
  11731.                 'disabled' => false,
  11732.                 'ignore_all_effects' => false,
  11733.                 'session_key' => 'captcha',
  11734.             ],
  11735.             'gregwar_captcha.config.image_folder' => 'captcha',
  11736.             'gregwar_captcha.config.web_path' => (\dirname(__DIR__4).'/public'),
  11737.             'gregwar_captcha.config.gc_freq' => 100,
  11738.             'gregwar_captcha.config.expiration' => 60,
  11739.             'gregwar_captcha.config.whitelist_key' => 'captcha_whitelist_key',
  11740.             'sonata.form.form_type' => 'standard',
  11741.             'sonata.exporter.writer.csv.filename' => 'php://output',
  11742.             'sonata.exporter.writer.csv.delimiter' => ',',
  11743.             'sonata.exporter.writer.csv.enclosure' => '"',
  11744.             'sonata.exporter.writer.csv.escape' => '\\',
  11745.             'sonata.exporter.writer.csv.show_headers' => true,
  11746.             'sonata.exporter.writer.csv.with_bom' => false,
  11747.             'sonata.exporter.writer.json.filename' => 'php://output',
  11748.             'sonata.exporter.writer.xls.filename' => 'php://output',
  11749.             'sonata.exporter.writer.xls.show_headers' => true,
  11750.             'sonata.exporter.writer.xml.filename' => 'php://output',
  11751.             'sonata.exporter.writer.xml.show_headers' => true,
  11752.             'sonata.exporter.writer.xml.main_element' => 'datas',
  11753.             'sonata.exporter.writer.xml.child_element' => 'data',
  11754.             'sonata.twig.flashmessage.manager.class' => 'Sonata\\Twig\\FlashMessage\\FlashManager',
  11755.             'sonata.twig.extension.flashmessage.class' => 'Sonata\\Twig\\Extension\\FlashMessageExtension',
  11756.             'sonata.twig.form_type' => 'standard',
  11757.             'sonata.block.container.types' => [
  11758.                 => 'sonata.block.service.container',
  11759.                 => 'sonata.page.block.container',
  11760.                 => 'sonata.dashboard.block.container',
  11761.                 => 'cmf.block.container',
  11762.                 => 'cmf.block.slideshow',
  11763.             ],
  11764.             'sonata_block.blocks' => [
  11765.                 'sonata.block.service.container' => [
  11766.                     'contexts' => [
  11767.                     ],
  11768.                     'templates' => [
  11769.                     ],
  11770.                     'cache' => 'sonata.cache.noop',
  11771.                     'settings' => [
  11772.                     ],
  11773.                 ],
  11774.                 'sonata.block.service.empty' => [
  11775.                     'contexts' => [
  11776.                     ],
  11777.                     'templates' => [
  11778.                     ],
  11779.                     'cache' => 'sonata.cache.noop',
  11780.                     'settings' => [
  11781.                     ],
  11782.                 ],
  11783.                 'sonata.block.service.text' => [
  11784.                     'contexts' => [
  11785.                     ],
  11786.                     'templates' => [
  11787.                     ],
  11788.                     'cache' => 'sonata.cache.noop',
  11789.                     'settings' => [
  11790.                     ],
  11791.                 ],
  11792.                 'sonata.block.service.rss' => [
  11793.                     'contexts' => [
  11794.                     ],
  11795.                     'templates' => [
  11796.                     ],
  11797.                     'cache' => 'sonata.cache.noop',
  11798.                     'settings' => [
  11799.                     ],
  11800.                 ],
  11801.                 'sonata.block.service.template' => [
  11802.                     'contexts' => [
  11803.                     ],
  11804.                     'templates' => [
  11805.                     ],
  11806.                     'cache' => 'sonata.cache.noop',
  11807.                     'settings' => [
  11808.                     ],
  11809.                 ],
  11810.             ],
  11811.             'sonata_block.blocks_by_class' => [
  11812.             ],
  11813.             'sonata_blocks.block_types' => [
  11814.                 => 'sonata.block.service.container',
  11815.                 => 'sonata.block.service.empty',
  11816.                 => 'sonata.block.service.text',
  11817.                 => 'sonata.block.service.rss',
  11818.                 => 'sonata.block.service.template',
  11819.             ],
  11820.             'sonata_block.cache_blocks' => [
  11821.             ],
  11822.             'sonata_blocks.default_contexts' => [
  11823.             ],
  11824.             'sonata.seo.config' => [
  11825.                 'title' => 'Bendito Trabajo Ecuador',
  11826.                 'title_prefix' => 'Bendito Trabajo |',
  11827.                 'default' => 'sonata.seo.page.default',
  11828.                 'metas' => [
  11829.                     'name' => [
  11830.                         'keywords' => 'empleo trabajo oferta servicios ecuador laboral personal currículun vitae hoja de vida',
  11831.                         'description' => 'Estamos enfocados en el proceso de socialización de las ofertas de empleo en Ecuador',
  11832.                         'robots' => 'index, follow',
  11833.                     ],
  11834.                     'property' => [
  11835.                         'og:site_name' => 'Bendito Trabajo Ecuador',
  11836.                         'og:description' => 'Estamos enfocados en el proceso de socialización de las ofertas de empleo en Ecuador',
  11837.                     ],
  11838.                     'http-equiv' => [
  11839.                         'Content-Type' => 'text/html; charset=utf-8',
  11840.                     ],
  11841.                     'charset' => [
  11842.                         'UTF-8' => '',
  11843.                     ],
  11844.                 ],
  11845.                 'head' => [
  11846.                     'xmlns' => 'http://www.w3.org/1999/xhtml',
  11847.                     'xmlns:og' => 'http://opengraphprotocol.org/schema/',
  11848.                 ],
  11849.                 'separator' => ' - ',
  11850.                 'title_suffix' => NULL,
  11851.             ],
  11852.             'maker.compatible_check.doctrine.supports_attributes' => false,
  11853.             'data_collector.templates' => [
  11854.                 'data_collector.request' => [
  11855.                     => 'request',
  11856.                     => '@WebProfiler/Collector/request.html.twig',
  11857.                 ],
  11858.                 'data_collector.time' => [
  11859.                     => 'time',
  11860.                     => '@WebProfiler/Collector/time.html.twig',
  11861.                 ],
  11862.                 'data_collector.memory' => [
  11863.                     => 'memory',
  11864.                     => '@WebProfiler/Collector/memory.html.twig',
  11865.                 ],
  11866.                 'data_collector.validator' => [
  11867.                     => 'validator',
  11868.                     => '@WebProfiler/Collector/validator.html.twig',
  11869.                 ],
  11870.                 'data_collector.ajax' => [
  11871.                     => 'ajax',
  11872.                     => '@WebProfiler/Collector/ajax.html.twig',
  11873.                 ],
  11874.                 'data_collector.form' => [
  11875.                     => 'form',
  11876.                     => '@WebProfiler/Collector/form.html.twig',
  11877.                 ],
  11878.                 'data_collector.exception' => [
  11879.                     => 'exception',
  11880.                     => '@WebProfiler/Collector/exception.html.twig',
  11881.                 ],
  11882.                 'data_collector.logger' => [
  11883.                     => 'logger',
  11884.                     => '@WebProfiler/Collector/logger.html.twig',
  11885.                 ],
  11886.                 'data_collector.events' => [
  11887.                     => 'events',
  11888.                     => '@WebProfiler/Collector/events.html.twig',
  11889.                 ],
  11890.                 'data_collector.router' => [
  11891.                     => 'router',
  11892.                     => '@WebProfiler/Collector/router.html.twig',
  11893.                 ],
  11894.                 'data_collector.cache' => [
  11895.                     => 'cache',
  11896.                     => '@WebProfiler/Collector/cache.html.twig',
  11897.                 ],
  11898.                 'data_collector.translation' => [
  11899.                     => 'translation',
  11900.                     => '@WebProfiler/Collector/translation.html.twig',
  11901.                 ],
  11902.                 'data_collector.security' => [
  11903.                     => 'security',
  11904.                     => '@Security/Collector/security.html.twig',
  11905.                 ],
  11906.                 'data_collector.twig' => [
  11907.                     => 'twig',
  11908.                     => '@WebProfiler/Collector/twig.html.twig',
  11909.                 ],
  11910.                 'data_collector.doctrine' => [
  11911.                     => 'db',
  11912.                     => '@Doctrine/Collector/db.html.twig',
  11913.                 ],
  11914.                 'swiftmailer.data_collector' => [
  11915.                     => 'swiftmailer',
  11916.                     => '@Swiftmailer/Collector/swiftmailer.html.twig',
  11917.                 ],
  11918.                 'data_collector.dump' => [
  11919.                     => 'dump',
  11920.                     => '@Debug/Profiler/dump.html.twig',
  11921.                 ],
  11922.                 'easyadmin.data_collector' => [
  11923.                     => 'easyadmin',
  11924.                     => '@EasyAdmin/data_collector/easyadmin.html.twig',
  11925.                 ],
  11926.                 'Vich\\UploaderBundle\\DataCollector\\MappingCollector' => [
  11927.                     => 'vich_uploader.mapping_collector',
  11928.                     => '@VichUploader/Collector/mapping_collector.html.twig',
  11929.                 ],
  11930.                 'sonata.block.data_collector' => [
  11931.                     => 'block',
  11932.                     => '@SonataBlock/Profiler/block.html.twig',
  11933.                 ],
  11934.                 'data_collector.config' => [
  11935.                     => 'config',
  11936.                     => '@WebProfiler/Collector/config.html.twig',
  11937.                 ],
  11938.             ],
  11939.             'console.command.ids' => [
  11940.                 => 'console.command.public_alias.App\\Command\\LoadData',
  11941.                 => 'console.command.public_alias.Sonata\\SeoBundle\\Command\\SitemapGeneratorCommand',
  11942.             ],
  11943.         ];
  11944.     }
  11945.     protected function throw($message)
  11946.     {
  11947.         throw new RuntimeException($message);
  11948.     }
  11949. }