var/cache/dev/Container4xOQ3Og/srcApp_KernelDevDebugContainer.php line 531

Open in your IDE?
  1. <?php
  2. namespace Container4xOQ3Og;
  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. /**
  11.  * This class has been auto-generated
  12.  * by the Symfony Dependency Injection Component.
  13.  *
  14.  * @final since Symfony 3.3
  15.  */
  16. class srcApp_KernelDevDebugContainer extends Container
  17. {
  18.     private $buildParameters;
  19.     private $containerDir;
  20.     private $parameters;
  21.     private $targetDirs = [];
  22.     private $getService;
  23.     public function __construct(array $buildParameters = [], $containerDir __DIR__)
  24.     {
  25.         $this->getService = \Closure::fromCallable([$this'getService']);
  26.         $dir $this->targetDirs[0] = \dirname($containerDir);
  27.         for ($i 1$i <= 5; ++$i) {
  28.             $this->targetDirs[$i] = $dir = \dirname($dir);
  29.         }
  30.         $this->buildParameters $buildParameters;
  31.         $this->containerDir $containerDir;
  32.         $this->parameters $this->getDefaultParameters();
  33.         $this->services $this->privates = [];
  34.         $this->syntheticIds = [
  35.             'kernel' => true,
  36.         ];
  37.         $this->methodMap = [
  38.             'AlterPHP\\EasyAdminExtensionBundle\\Security\\AdminAuthorizationChecker' => 'getAdminAuthorizationCheckerService',
  39.             'cache.app' => 'getCache_AppService',
  40.             'cache.system' => 'getCache_SystemService',
  41.             'data_collector.dump' => 'getDataCollector_DumpService',
  42.             'doctrine' => 'getDoctrineService',
  43.             'easyadmin.config.manager' => 'getEasyadmin_Config_ManagerService',
  44.             'easyadmin.filter.registry' => 'getEasyadmin_Filter_RegistryService',
  45.             'easyadmin.listener.controller' => 'getEasyadmin_Listener_ControllerService',
  46.             'easyadmin.property_accessor' => 'getEasyadmin_PropertyAccessorService',
  47.             'easyadmin.router' => 'getEasyadmin_RouterService',
  48.             'easyadmin.security.authorization_checker' => 'getEasyadmin_Security_AuthorizationCheckerService',
  49.             'event_dispatcher' => 'getEventDispatcherService',
  50.             'form.factory' => 'getForm_FactoryService',
  51.             'http_kernel' => 'getHttpKernelService',
  52.             'profiler' => 'getProfilerService',
  53.             'request_stack' => 'getRequestStackService',
  54.             'router' => 'getRouterService',
  55.             'security.authorization_checker' => 'getSecurity_AuthorizationCheckerService',
  56.             'security.token_storage' => 'getSecurity_TokenStorageService',
  57.             'translator' => 'getTranslatorService',
  58.             'twig' => 'getTwigService',
  59.             'validator' => 'getValidatorService',
  60.             'var_dumper.cloner' => 'getVarDumper_ClonerService',
  61.             'vich_uploader.templating.helper.uploader_helper' => 'getVichUploader_Templating_Helper_UploaderHelperService',
  62.         ];
  63.         $this->fileMap = [
  64.             'AlterPHP\\EasyAdminExtensionBundle\\Controller\\EasyAdminController' => 'getEasyAdminControllerService.php',
  65.             'App\\Controller\\AdminController' => 'getAdminControllerService.php',
  66.             'App\\Controller\\Admin\\AvaliacaoController' => 'getAvaliacaoControllerService.php',
  67.             'App\\Controller\\Admin\\ColaboradorController' => 'getColaboradorControllerService.php',
  68.             'App\\Controller\\Admin\\ConveniadoController' => 'getConveniadoControllerService.php',
  69.             'App\\Controller\\Admin\\PromocaoController' => 'getPromocaoControllerService.php',
  70.             'App\\Controller\\Admin\\RemessaController' => 'getRemessaControllerService.php',
  71.             'App\\Controller\\ApiController' => 'getApiControllerService.php',
  72.             'EasyCorp\\Bundle\\EasyAdminBundle\\Controller\\EasyAdminController' => 'getEasyAdminController2Service.php',
  73.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController' => 'getRedirectControllerService.php',
  74.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController' => 'getTemplateControllerService.php',
  75.             'Vich\\UploaderBundle\\Naming\\Base64Namer' => 'getBase64NamerService.php',
  76.             'Vich\\UploaderBundle\\Naming\\CurrentDateTimeDirectoryNamer' => 'getCurrentDateTimeDirectoryNamerService.php',
  77.             'Vich\\UploaderBundle\\Naming\\HashNamer' => 'getHashNamerService.php',
  78.             'Vich\\UploaderBundle\\Naming\\OrignameNamer' => 'getOrignameNamerService.php',
  79.             'Vich\\UploaderBundle\\Naming\\PropertyDirectoryNamer' => 'getPropertyDirectoryNamerService.php',
  80.             'Vich\\UploaderBundle\\Naming\\PropertyNamer' => 'getPropertyNamerService.php',
  81.             'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer' => 'getSmartUniqueNamerService.php',
  82.             'Vich\\UploaderBundle\\Naming\\SubdirDirectoryNamer' => 'getSubdirDirectoryNamerService.php',
  83.             'Vich\\UploaderBundle\\Naming\\UniqidNamer' => 'getUniqidNamerService.php',
  84.             'Vich\\UploaderBundle\\Naming\\UniqidNamer.banner_image' => 'getUniqidNamer_BannerImageService.php',
  85.             'Vich\\UploaderBundle\\Naming\\UniqidNamer.boleto_corpo' => 'getUniqidNamer_BoletoCorpoService.php',
  86.             'Vich\\UploaderBundle\\Naming\\UniqidNamer.boleto_remessa' => 'getUniqidNamer_BoletoRemessaService.php',
  87.             'Vich\\UploaderBundle\\Naming\\UniqidNamer.conveniado_capa' => 'getUniqidNamer_ConveniadoCapaService.php',
  88.             'Vich\\UploaderBundle\\Naming\\UniqidNamer.conveniado_logo' => 'getUniqidNamer_ConveniadoLogoService.php',
  89.             'Vich\\UploaderBundle\\Naming\\UniqidNamer.promocao_image' => 'getUniqidNamer_PromocaoImageService.php',
  90.             'Vich\\UploaderBundle\\Naming\\UniqidNamer.texto_imagem' => 'getUniqidNamer_TextoImagemService.php',
  91.             'cache.app_clearer' => 'getCache_AppClearerService.php',
  92.             'cache.global_clearer' => 'getCache_GlobalClearerService.php',
  93.             'cache.system_clearer' => 'getCache_SystemClearerService.php',
  94.             'cache_clearer' => 'getCacheClearerService.php',
  95.             'cache_warmer' => 'getCacheWarmerService.php',
  96.             'console.command.public_alias.doctrine_cache.contains_command' => 'getConsole_Command_PublicAlias_DoctrineCache_ContainsCommandService.php',
  97.             'console.command.public_alias.doctrine_cache.delete_command' => 'getConsole_Command_PublicAlias_DoctrineCache_DeleteCommandService.php',
  98.             'console.command.public_alias.doctrine_cache.flush_command' => 'getConsole_Command_PublicAlias_DoctrineCache_FlushCommandService.php',
  99.             'console.command.public_alias.doctrine_cache.stats_command' => 'getConsole_Command_PublicAlias_DoctrineCache_StatsCommandService.php',
  100.             'console.command_loader' => 'getConsole_CommandLoaderService.php',
  101.             'doctrine.dbal.default_connection' => 'getDoctrine_Dbal_DefaultConnectionService.php',
  102.             'doctrine.orm.default_entity_manager' => 'getDoctrine_Orm_DefaultEntityManagerService.php',
  103.             'doctrine_cache.providers.doctrine.orm.default_metadata_cache' => 'getDoctrineCache_Providers_Doctrine_Orm_DefaultMetadataCacheService.php',
  104.             'doctrine_cache.providers.doctrine.orm.default_query_cache' => 'getDoctrineCache_Providers_Doctrine_Orm_DefaultQueryCacheService.php',
  105.             'doctrine_cache.providers.doctrine.orm.default_result_cache' => 'getDoctrineCache_Providers_Doctrine_Orm_DefaultResultCacheService.php',
  106.             'easyadmin.autocomplete' => 'getEasyadmin_AutocompleteService.php',
  107.             'easyadmin.command.make_admin_migration' => 'getEasyadmin_Command_MakeAdminMigrationService.php',
  108.             'easyadmin.form.guesser.missing_doctrine_orm_type_guesser' => 'getEasyadmin_Form_Guesser_MissingDoctrineOrmTypeGuesserService.php',
  109.             'easyadmin.listener.request_post_initialize' => 'getEasyadmin_Listener_RequestPostInitializeService.php',
  110.             'easyadmin.paginator' => 'getEasyadmin_PaginatorService.php',
  111.             'easyadmin.query_builder' => 'getEasyadmin_QueryBuilderService.php',
  112.             'filesystem' => 'getFilesystemService.php',
  113.             'form.type.file' => 'getForm_Type_FileService.php',
  114.             'fos_user.change_password.controller' => 'getFosUser_ChangePassword_ControllerService.php',
  115.             'fos_user.profile.controller' => 'getFosUser_Profile_ControllerService.php',
  116.             'fos_user.registration.controller' => 'getFosUser_Registration_ControllerService.php',
  117.             'fos_user.resetting.controller' => 'getFosUser_Resetting_ControllerService.php',
  118.             'fos_user.security.controller' => 'getFosUser_Security_ControllerService.php',
  119.             'fos_user.user_manager' => 'getFosUser_UserManagerService.php',
  120.             'routing.loader' => 'getRouting_LoaderService.php',
  121.             'security.authentication_utils' => 'getSecurity_AuthenticationUtilsService.php',
  122.             'security.csrf.token_manager' => 'getSecurity_Csrf_TokenManagerService.php',
  123.             'security.password_encoder' => 'getSecurity_PasswordEncoderService.php',
  124.             'serializer' => 'getSerializerService.php',
  125.             'services_resetter' => 'getServicesResetterService.php',
  126.             'session' => 'getSessionService.php',
  127.             'swiftmailer.mailer.default' => 'getSwiftmailer_Mailer_DefaultService.php',
  128.             'swiftmailer.mailer.default.plugin.messagelogger' => 'getSwiftmailer_Mailer_Default_Plugin_MessageloggerService.php',
  129.             'swiftmailer.mailer.default.transport.real' => 'getSwiftmailer_Mailer_Default_Transport_RealService.php',
  130.             'swiftmailer.transport' => 'getSwiftmailer_TransportService.php',
  131.             'templating' => 'getTemplatingService.php',
  132.             'templating.loader' => 'getTemplating_LoaderService.php',
  133.             'twig.controller.exception' => 'getTwig_Controller_ExceptionService.php',
  134.             'twig.controller.preview_error' => 'getTwig_Controller_PreviewErrorService.php',
  135.             'vich_uploader.download_handler' => 'getVichUploader_DownloadHandlerService.php',
  136.             'vich_uploader.form.type.file' => 'getVichUploader_Form_Type_FileService.php',
  137.             'vich_uploader.form.type.image' => 'getVichUploader_Form_Type_ImageService.php',
  138.             'vich_uploader.upload_handler' => 'getVichUploader_UploadHandlerService.php',
  139.             'web_profiler.controller.exception' => 'getWebProfiler_Controller_ExceptionService.php',
  140.             'web_profiler.controller.profiler' => 'getWebProfiler_Controller_ProfilerService.php',
  141.             'web_profiler.controller.router' => 'getWebProfiler_Controller_RouterService.php',
  142.         ];
  143.         $this->aliases = [
  144.             'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Filter\\FilterRegistry' => 'easyadmin.filter.registry',
  145.             'database_connection' => 'doctrine.dbal.default_connection',
  146.             'doctrine.orm.default_metadata_cache' => 'doctrine_cache.providers.doctrine.orm.default_metadata_cache',
  147.             'doctrine.orm.default_query_cache' => 'doctrine_cache.providers.doctrine.orm.default_query_cache',
  148.             'doctrine.orm.default_result_cache' => 'doctrine_cache.providers.doctrine.orm.default_result_cache',
  149.             'doctrine.orm.entity_manager' => 'doctrine.orm.default_entity_manager',
  150.             'mailer' => 'swiftmailer.mailer.default',
  151.             'vich_uploader.directory_namer_subdir' => 'Vich\\UploaderBundle\\Naming\\SubdirDirectoryNamer',
  152.             'vich_uploader.namer_base64' => 'Vich\\UploaderBundle\\Naming\\Base64Namer',
  153.             'vich_uploader.namer_directory_current_date_time' => 'Vich\\UploaderBundle\\Naming\\CurrentDateTimeDirectoryNamer',
  154.             'vich_uploader.namer_directory_property' => 'Vich\\UploaderBundle\\Naming\\PropertyDirectoryNamer',
  155.             'vich_uploader.namer_hash' => 'Vich\\UploaderBundle\\Naming\\HashNamer',
  156.             'vich_uploader.namer_origname' => 'Vich\\UploaderBundle\\Naming\\OrignameNamer',
  157.             'vich_uploader.namer_property' => 'Vich\\UploaderBundle\\Naming\\PropertyNamer',
  158.             'vich_uploader.namer_smart_unique' => 'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer',
  159.             'vich_uploader.namer_uniqid' => 'Vich\\UploaderBundle\\Naming\\UniqidNamer',
  160.         ];
  161.         $this->privates['service_container'] = function () {
  162.             include_once $this->targetDirs[3].'/vendor/symfony/event-dispatcher/EventSubscriberInterface.php';
  163.             include_once $this->targetDirs[3].'/src/EventSubscriber/BeforeActionSubscriber.php';
  164.             include_once $this->targetDirs[3].'/vendor/twig/twig/src/Extension/ExtensionInterface.php';
  165.             include_once $this->targetDirs[3].'/vendor/twig/twig/src/Extension/AbstractExtension.php';
  166.             include_once $this->targetDirs[3].'/src/Twig/AppExtension.php';
  167.             include_once $this->targetDirs[3].'/vendor/symfony/framework-bundle/Controller/ControllerNameParser.php';
  168.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactoryInterface.php';
  169.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactory.php';
  170.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/EventListener/ResponseListener.php';
  171.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/EventListener/StreamedResponseListener.php';
  172.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/EventListener/LocaleListener.php';
  173.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/EventListener/ValidateRequestListener.php';
  174.             include_once $this->targetDirs[3].'/vendor/symfony/framework-bundle/EventListener/ResolveControllerNameSubscriber.php';
  175.             include_once $this->targetDirs[3].'/vendor/symfony/dependency-injection/ParameterBag/ParameterBagInterface.php';
  176.             include_once $this->targetDirs[3].'/vendor/symfony/dependency-injection/ParameterBag/ParameterBag.php';
  177.             include_once $this->targetDirs[3].'/vendor/symfony/dependency-injection/ParameterBag/FrozenParameterBag.php';
  178.             include_once $this->targetDirs[3].'/vendor/symfony/dependency-injection/ParameterBag/ContainerBagInterface.php';
  179.             include_once $this->targetDirs[3].'/vendor/symfony/dependency-injection/ParameterBag/ContainerBag.php';
  180.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/HttpKernelInterface.php';
  181.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/TerminableInterface.php';
  182.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/HttpKernel.php';
  183.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/Controller/ArgumentResolverInterface.php';
  184.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/Controller/TraceableArgumentResolver.php';
  185.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/Controller/ArgumentResolver.php';
  186.             include_once $this->targetDirs[3].'/vendor/symfony/http-foundation/RequestStack.php';
  187.             include_once $this->targetDirs[3].'/vendor/symfony/config/FileLocatorInterface.php';
  188.             include_once $this->targetDirs[3].'/vendor/symfony/config/FileLocator.php';
  189.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/Config/FileLocator.php';
  190.             include_once $this->targetDirs[3].'/vendor/symfony/config/ConfigCacheFactoryInterface.php';
  191.             include_once $this->targetDirs[3].'/vendor/symfony/config/ResourceCheckerConfigCacheFactory.php';
  192.             include_once $this->targetDirs[3].'/vendor/psr/cache/src/CacheItemPoolInterface.php';
  193.             include_once $this->targetDirs[3].'/vendor/symfony/cache/Adapter/AdapterInterface.php';
  194.             include_once $this->targetDirs[3].'/vendor/symfony/contracts/Cache/CacheInterface.php';
  195.             include_once $this->targetDirs[3].'/vendor/symfony/cache/PruneableInterface.php';
  196.             include_once $this->targetDirs[3].'/vendor/symfony/cache/ResettableInterface.php';
  197.             include_once $this->targetDirs[3].'/vendor/symfony/cache/Adapter/TraceableAdapter.php';
  198.             include_once $this->targetDirs[3].'/vendor/psr/log/Psr/Log/LoggerAwareInterface.php';
  199.             include_once $this->targetDirs[3].'/vendor/psr/log/Psr/Log/LoggerAwareTrait.php';
  200.             include_once $this->targetDirs[3].'/vendor/symfony/cache/Traits/AbstractTrait.php';
  201.             include_once $this->targetDirs[3].'/vendor/symfony/contracts/Cache/CacheTrait.php';
  202.             include_once $this->targetDirs[3].'/vendor/symfony/cache/Traits/ContractsTrait.php';
  203.             include_once $this->targetDirs[3].'/vendor/symfony/cache/Adapter/AbstractAdapter.php';
  204.             include_once $this->targetDirs[3].'/vendor/symfony/cache/Traits/FilesystemCommonTrait.php';
  205.             include_once $this->targetDirs[3].'/vendor/symfony/cache/Traits/FilesystemTrait.php';
  206.             include_once $this->targetDirs[3].'/vendor/symfony/cache/Adapter/FilesystemAdapter.php';
  207.             include_once $this->targetDirs[3].'/vendor/symfony/cache/Marshaller/MarshallerInterface.php';
  208.             include_once $this->targetDirs[3].'/vendor/symfony/cache/Marshaller/DefaultMarshaller.php';
  209.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php';
  210.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/EventListener/SessionListener.php';
  211.             include_once $this->targetDirs[3].'/vendor/symfony/contracts/Service/ServiceLocatorTrait.php';
  212.             include_once $this->targetDirs[3].'/vendor/symfony/dependency-injection/ServiceLocator.php';
  213.             include_once $this->targetDirs[3].'/vendor/symfony/form/FormRegistryInterface.php';
  214.             include_once $this->targetDirs[3].'/vendor/symfony/form/FormRegistry.php';
  215.             include_once $this->targetDirs[3].'/vendor/symfony/form/FormExtensionInterface.php';
  216.             include_once $this->targetDirs[3].'/vendor/symfony/form/Extension/DependencyInjection/DependencyInjectionExtension.php';
  217.             include_once $this->targetDirs[3].'/vendor/symfony/form/ResolvedFormTypeFactoryInterface.php';
  218.             include_once $this->targetDirs[3].'/vendor/symfony/form/Extension/DataCollector/Proxy/ResolvedTypeFactoryDataCollectorProxy.php';
  219.             include_once $this->targetDirs[3].'/vendor/symfony/form/ResolvedFormTypeFactory.php';
  220.             include_once $this->targetDirs[3].'/vendor/symfony/form/FormFactoryInterface.php';
  221.             include_once $this->targetDirs[3].'/vendor/symfony/form/FormFactory.php';
  222.             include_once $this->targetDirs[3].'/vendor/symfony/asset/Packages.php';
  223.             include_once $this->targetDirs[3].'/vendor/symfony/asset/PackageInterface.php';
  224.             include_once $this->targetDirs[3].'/vendor/symfony/asset/Package.php';
  225.             include_once $this->targetDirs[3].'/vendor/symfony/asset/PathPackage.php';
  226.             include_once $this->targetDirs[3].'/vendor/symfony/asset/VersionStrategy/VersionStrategyInterface.php';
  227.             include_once $this->targetDirs[3].'/vendor/symfony/asset/VersionStrategy/EmptyVersionStrategy.php';
  228.             include_once $this->targetDirs[3].'/vendor/symfony/asset/Context/ContextInterface.php';
  229.             include_once $this->targetDirs[3].'/vendor/symfony/asset/Context/RequestStackContext.php';
  230.             include_once $this->targetDirs[3].'/vendor/symfony/templating/TemplateNameParserInterface.php';
  231.             include_once $this->targetDirs[3].'/vendor/symfony/templating/TemplateNameParser.php';
  232.             include_once $this->targetDirs[3].'/vendor/symfony/framework-bundle/Templating/TemplateNameParser.php';
  233.             include_once $this->targetDirs[3].'/vendor/symfony/framework-bundle/Templating/Loader/TemplateLocator.php';
  234.             include_once $this->targetDirs[3].'/vendor/symfony/validator/Validation.php';
  235.             include_once $this->targetDirs[3].'/vendor/symfony/validator/ConstraintValidatorFactoryInterface.php';
  236.             include_once $this->targetDirs[3].'/vendor/symfony/validator/ContainerConstraintValidatorFactory.php';
  237.             include_once $this->targetDirs[3].'/vendor/symfony/contracts/Translation/LocaleAwareInterface.php';
  238.             include_once $this->targetDirs[3].'/vendor/symfony/translation/TranslatorInterface.php';
  239.             include_once $this->targetDirs[3].'/vendor/symfony/contracts/Translation/TranslatorInterface.php';
  240.             include_once $this->targetDirs[3].'/vendor/symfony/validator/Util/LegacyTranslatorProxy.php';
  241.             include_once $this->targetDirs[3].'/vendor/symfony/validator/ObjectInitializerInterface.php';
  242.             include_once $this->targetDirs[3].'/vendor/symfony/doctrine-bridge/Validator/DoctrineInitializer.php';
  243.             include_once $this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Validator/Initializer.php';
  244.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/EventListener/TranslatorListener.php';
  245.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/Profiler/Profiler.php';
  246.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/Profiler/ProfilerStorageInterface.php';
  247.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php';
  248.             include_once $this->targetDirs[3].'/vendor/psr/log/Psr/Log/LoggerInterface.php';
  249.             include_once $this->targetDirs[3].'/vendor/monolog/monolog/src/Monolog/ResettableInterface.php';
  250.             include_once $this->targetDirs[3].'/vendor/monolog/monolog/src/Monolog/Logger.php';
  251.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/Log/DebugLoggerInterface.php';
  252.             include_once $this->targetDirs[3].'/vendor/symfony/monolog-bridge/Logger.php';
  253.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/DataCollector/DataCollectorInterface.php';
  254.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/DataCollector/DataCollector.php';
  255.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/DataCollector/LateDataCollectorInterface.php';
  256.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/DataCollector/TimeDataCollector.php';
  257.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/DataCollector/MemoryDataCollector.php';
  258.             include_once $this->targetDirs[3].'/vendor/symfony/validator/DataCollector/ValidatorDataCollector.php';
  259.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/DataCollector/AjaxDataCollector.php';
  260.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/DataCollector/ExceptionDataCollector.php';
  261.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/DataCollector/LoggerDataCollector.php';
  262.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/DataCollector/EventDataCollector.php';
  263.             include_once $this->targetDirs[3].'/vendor/symfony/cache/DataCollector/CacheDataCollector.php';
  264.             include_once $this->targetDirs[3].'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php';
  265.             include_once $this->targetDirs[3].'/vendor/symfony/security-bundle/DataCollector/SecurityDataCollector.php';
  266.             include_once $this->targetDirs[3].'/vendor/symfony/twig-bridge/DataCollector/TwigDataCollector.php';
  267.             include_once $this->targetDirs[3].'/vendor/symfony/doctrine-bridge/DataCollector/DoctrineDataCollector.php';
  268.             include_once $this->targetDirs[3].'/vendor/doctrine/doctrine-bundle/DataCollector/DoctrineDataCollector.php';
  269.             include_once $this->targetDirs[3].'/vendor/symfony/swiftmailer-bundle/DataCollector/MessageDataCollector.php';
  270.             include_once $this->targetDirs[3].'/vendor/easycorp/easyadmin-bundle/src/DataCollector/EasyAdminDataCollector.php';
  271.             include_once $this->targetDirs[3].'/vendor/vich/uploader-bundle/DataCollector/MappingCollector.php';
  272.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/DataCollector/ConfigDataCollector.php';
  273.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/EventListener/ProfilerListener.php';
  274.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php';
  275.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/DataCollector/RouterDataCollector.php';
  276.             include_once $this->targetDirs[3].'/vendor/symfony/framework-bundle/DataCollector/RouterDataCollector.php';
  277.             include_once $this->targetDirs[3].'/vendor/symfony/form/Extension/DataCollector/FormDataCollectorInterface.php';
  278.             include_once $this->targetDirs[3].'/vendor/symfony/form/Extension/DataCollector/FormDataCollector.php';
  279.             include_once $this->targetDirs[3].'/vendor/symfony/form/Extension/DataCollector/FormDataExtractorInterface.php';
  280.             include_once $this->targetDirs[3].'/vendor/symfony/form/Extension/DataCollector/FormDataExtractor.php';
  281.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/EventListener/DebugHandlersListener.php';
  282.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/Debug/FileLinkFormatter.php';
  283.             include_once $this->targetDirs[3].'/vendor/symfony/stopwatch/Stopwatch.php';
  284.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/Controller/ControllerResolverInterface.php';
  285.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php';
  286.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/Controller/ControllerResolver.php';
  287.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php';
  288.             include_once $this->targetDirs[3].'/vendor/symfony/framework-bundle/Controller/ControllerResolver.php';
  289.             include_once $this->targetDirs[3].'/vendor/symfony/monolog-bridge/Processor/DebugProcessor.php';
  290.             include_once $this->targetDirs[3].'/vendor/symfony/routing/RequestContext.php';
  291.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/EventListener/RouterListener.php';
  292.             include_once $this->targetDirs[3].'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Reader.php';
  293.             include_once $this->targetDirs[3].'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationReader.php';
  294.             include_once $this->targetDirs[3].'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationRegistry.php';
  295.             include_once $this->targetDirs[3].'/vendor/symfony/web-link/EventListener/AddLinkHeaderListener.php';
  296.             include_once $this->targetDirs[3].'/vendor/sensio/framework-extra-bundle/EventListener/ControllerListener.php';
  297.             include_once $this->targetDirs[3].'/vendor/sensio/framework-extra-bundle/EventListener/ParamConverterListener.php';
  298.             include_once $this->targetDirs[3].'/vendor/sensio/framework-extra-bundle/Request/ParamConverter/ParamConverterManager.php';
  299.             include_once $this->targetDirs[3].'/vendor/sensio/framework-extra-bundle/Request/ParamConverter/ParamConverterInterface.php';
  300.             include_once $this->targetDirs[3].'/vendor/sensio/framework-extra-bundle/Request/ParamConverter/DoctrineParamConverter.php';
  301.             include_once $this->targetDirs[3].'/vendor/symfony/expression-language/ExpressionLanguage.php';
  302.             include_once $this->targetDirs[3].'/vendor/sensio/framework-extra-bundle/Request/ParamConverter/DateTimeParamConverter.php';
  303.             include_once $this->targetDirs[3].'/vendor/sensio/framework-extra-bundle/EventListener/TemplateListener.php';
  304.             include_once $this->targetDirs[3].'/vendor/sensio/framework-extra-bundle/Templating/TemplateGuesser.php';
  305.             include_once $this->targetDirs[3].'/vendor/sensio/framework-extra-bundle/EventListener/HttpCacheListener.php';
  306.             include_once $this->targetDirs[3].'/vendor/sensio/framework-extra-bundle/EventListener/SecurityListener.php';
  307.             include_once $this->targetDirs[3].'/vendor/symfony/security-core/Authorization/ExpressionLanguage.php';
  308.             include_once $this->targetDirs[3].'/vendor/sensio/framework-extra-bundle/Security/ExpressionLanguage.php';
  309.             include_once $this->targetDirs[3].'/vendor/sensio/framework-extra-bundle/EventListener/IsGrantedListener.php';
  310.             include_once $this->targetDirs[3].'/vendor/sensio/framework-extra-bundle/Request/ArgumentNameConverter.php';
  311.             include_once $this->targetDirs[3].'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ConnectionRegistry.php';
  312.             include_once $this->targetDirs[3].'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ManagerRegistry.php';
  313.             include_once $this->targetDirs[3].'/vendor/doctrine/persistence/lib/Doctrine/Persistence/AbstractManagerRegistry.php';
  314.             include_once $this->targetDirs[3].'/vendor/symfony/doctrine-bridge/ManagerRegistry.php';
  315.             include_once $this->targetDirs[3].'/vendor/symfony/doctrine-bridge/RegistryInterface.php';
  316.             include_once $this->targetDirs[3].'/vendor/doctrine/doctrine-bundle/Registry.php';
  317.             include_once $this->targetDirs[3].'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/SQLLogger.php';
  318.             include_once $this->targetDirs[3].'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/DebugStack.php';
  319.             include_once $this->targetDirs[3].'/vendor/symfony/security-core/Authorization/AuthorizationCheckerInterface.php';
  320.             include_once $this->targetDirs[3].'/vendor/symfony/security-core/Authorization/AuthorizationChecker.php';
  321.             include_once $this->targetDirs[3].'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorageInterface.php';
  322.             include_once $this->targetDirs[3].'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorage.php';
  323.             include_once $this->targetDirs[3].'/vendor/symfony/security-core/Authentication/AuthenticationManagerInterface.php';
  324.             include_once $this->targetDirs[3].'/vendor/symfony/security-core/Authentication/AuthenticationProviderManager.php';
  325.             include_once $this->targetDirs[3].'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolverInterface.php';
  326.             include_once $this->targetDirs[3].'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolver.php';
  327.             include_once $this->targetDirs[3].'/vendor/symfony/security-core/Role/RoleHierarchyInterface.php';
  328.             include_once $this->targetDirs[3].'/vendor/symfony/security-core/Role/RoleHierarchy.php';
  329.             include_once $this->targetDirs[3].'/vendor/symfony/security-http/FirewallMapInterface.php';
  330.             include_once $this->targetDirs[3].'/vendor/symfony/security-bundle/Security/FirewallMap.php';
  331.             include_once $this->targetDirs[3].'/vendor/symfony/security-http/Logout/LogoutUrlGenerator.php';
  332.             include_once $this->targetDirs[3].'/vendor/symfony/security-http/RememberMe/ResponseListener.php';
  333.             include_once $this->targetDirs[3].'/vendor/symfony/security-core/Authorization/AccessDecisionManagerInterface.php';
  334.             include_once $this->targetDirs[3].'/vendor/symfony/security-core/Authorization/TraceableAccessDecisionManager.php';
  335.             include_once $this->targetDirs[3].'/vendor/symfony/security-core/Authorization/AccessDecisionManager.php';
  336.             include_once $this->targetDirs[3].'/vendor/symfony/security-http/Firewall.php';
  337.             include_once $this->targetDirs[3].'/vendor/symfony/security-bundle/EventListener/FirewallListener.php';
  338.             include_once $this->targetDirs[3].'/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php';
  339.             include_once $this->targetDirs[3].'/vendor/twig/twig/src/Environment.php';
  340.             include_once $this->targetDirs[3].'/vendor/symfony/twig-bridge/Extension/CsrfExtension.php';
  341.             include_once $this->targetDirs[3].'/vendor/symfony/twig-bridge/Extension/LogoutUrlExtension.php';
  342.             include_once $this->targetDirs[3].'/vendor/symfony/twig-bridge/Extension/SecurityExtension.php';
  343.             include_once $this->targetDirs[3].'/vendor/twig/twig/src/Extension/ProfilerExtension.php';
  344.             include_once $this->targetDirs[3].'/vendor/symfony/twig-bridge/Extension/ProfilerExtension.php';
  345.             include_once $this->targetDirs[3].'/vendor/symfony/contracts/Translation/TranslatorTrait.php';
  346.             include_once $this->targetDirs[3].'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php';
  347.             include_once $this->targetDirs[3].'/vendor/symfony/twig-bridge/Extension/AssetExtension.php';
  348.             include_once $this->targetDirs[3].'/vendor/symfony/twig-bridge/Extension/CodeExtension.php';
  349.             include_once $this->targetDirs[3].'/vendor/symfony/twig-bridge/Extension/RoutingExtension.php';
  350.             include_once $this->targetDirs[3].'/vendor/symfony/twig-bridge/Extension/YamlExtension.php';
  351.             include_once $this->targetDirs[3].'/vendor/symfony/twig-bridge/Extension/StopwatchExtension.php';
  352.             include_once $this->targetDirs[3].'/vendor/symfony/twig-bridge/Extension/ExpressionExtension.php';
  353.             include_once $this->targetDirs[3].'/vendor/symfony/twig-bridge/Extension/HttpKernelExtension.php';
  354.             include_once $this->targetDirs[3].'/vendor/symfony/twig-bridge/Extension/HttpFoundationExtension.php';
  355.             include_once $this->targetDirs[3].'/vendor/symfony/twig-bridge/Extension/WebLinkExtension.php';
  356.             include_once $this->targetDirs[3].'/vendor/symfony/twig-bridge/Extension/FormExtension.php';
  357.             include_once $this->targetDirs[3].'/vendor/symfony/twig-bridge/Extension/DumpExtension.php';
  358.             include_once $this->targetDirs[3].'/vendor/doctrine/doctrine-bundle/Twig/DoctrineExtension.php';
  359.             include_once $this->targetDirs[3].'/vendor/symfony/web-profiler-bundle/Twig/WebProfilerExtension.php';
  360.             include_once $this->targetDirs[3].'/vendor/symfony/var-dumper/Dumper/DataDumperInterface.php';
  361.             include_once $this->targetDirs[3].'/vendor/symfony/var-dumper/Cloner/DumperInterface.php';
  362.             include_once $this->targetDirs[3].'/vendor/symfony/var-dumper/Dumper/AbstractDumper.php';
  363.             include_once $this->targetDirs[3].'/vendor/symfony/var-dumper/Dumper/CliDumper.php';
  364.             include_once $this->targetDirs[3].'/vendor/symfony/var-dumper/Dumper/HtmlDumper.php';
  365.             include_once $this->targetDirs[3].'/vendor/easycorp/easyadmin-bundle/src/Twig/EasyAdminTwigExtension.php';
  366.             include_once $this->targetDirs[3].'/vendor/vich/uploader-bundle/Twig/Extension/UploaderExtension.php';
  367.             include_once $this->targetDirs[3].'/vendor/alterphp/easyadmin-extension-bundle/src/Twig/ListFormFiltersExtension.php';
  368.             include_once $this->targetDirs[3].'/vendor/alterphp/easyadmin-extension-bundle/src/Twig/CheckboxTreeExtension.php';
  369.             include_once $this->targetDirs[3].'/vendor/alterphp/easyadmin-extension-bundle/src/Twig/EmbeddedListExtension.php';
  370.             include_once $this->targetDirs[3].'/vendor/alterphp/easyadmin-extension-bundle/src/Twig/AdminAuthorizationExtension.php';
  371.             include_once $this->targetDirs[3].'/vendor/alterphp/easyadmin-extension-bundle/src/Helper/MenuHelper.php';
  372.             include_once $this->targetDirs[3].'/vendor/cmen/google-charts-bundle/Twig/GoogleChartsExtension.php';
  373.             include_once $this->targetDirs[3].'/vendor/cmen/google-charts-bundle/Output/ChartOutputInterface.php';
  374.             include_once $this->targetDirs[3].'/vendor/cmen/google-charts-bundle/Output/AbstractChartOutput.php';
  375.             include_once $this->targetDirs[3].'/vendor/cmen/google-charts-bundle/Output/Javascript/ChartOutput.php';
  376.             include_once $this->targetDirs[3].'/vendor/cmen/google-charts-bundle/Output/OptionsOutputInterface.php';
  377.             include_once $this->targetDirs[3].'/vendor/cmen/google-charts-bundle/Output/AbstractOptionsOutput.php';
  378.             include_once $this->targetDirs[3].'/vendor/cmen/google-charts-bundle/Output/Javascript/OptionsOutput.php';
  379.             include_once $this->targetDirs[3].'/vendor/cmen/google-charts-bundle/Output/DateOutputInterface.php';
  380.             include_once $this->targetDirs[3].'/vendor/cmen/google-charts-bundle/Output/Javascript/DateOutput.php';
  381.             include_once $this->targetDirs[3].'/vendor/cmen/google-charts-bundle/Output/DataOutputInterface.php';
  382.             include_once $this->targetDirs[3].'/vendor/cmen/google-charts-bundle/Output/Javascript/DataOutput.php';
  383.             include_once $this->targetDirs[3].'/vendor/cmen/google-charts-bundle/Output/EventsOutputInterface.php';
  384.             include_once $this->targetDirs[3].'/vendor/cmen/google-charts-bundle/Output/Javascript/EventsOutput.php';
  385.             include_once $this->targetDirs[3].'/vendor/friendsofsymfony/ckeditor-bundle/src/Renderer/CKEditorRendererInterface.php';
  386.             include_once $this->targetDirs[3].'/vendor/friendsofsymfony/ckeditor-bundle/src/Twig/CKEditorExtension.php';
  387.             include_once $this->targetDirs[3].'/vendor/friendsofsymfony/ckeditor-bundle/src/Renderer/CKEditorRenderer.php';
  388.             include_once $this->targetDirs[3].'/vendor/friendsofsymfony/ckeditor-bundle/src/Builder/JsonBuilder.php';
  389.             include_once $this->targetDirs[3].'/vendor/symfony/twig-bridge/AppVariable.php';
  390.             include_once $this->targetDirs[3].'/vendor/twig/twig/src/RuntimeLoader/RuntimeLoaderInterface.php';
  391.             include_once $this->targetDirs[3].'/vendor/twig/twig/src/RuntimeLoader/ContainerRuntimeLoader.php';
  392.             include_once $this->targetDirs[3].'/vendor/symfony/twig-bundle/DependencyInjection/Configurator/EnvironmentConfigurator.php';
  393.             include_once $this->targetDirs[3].'/vendor/twig/twig/src/Profiler/Profile.php';
  394.             include_once $this->targetDirs[3].'/vendor/twig/twig/src/Loader/LoaderInterface.php';
  395.             include_once $this->targetDirs[3].'/vendor/twig/twig/src/Loader/ExistsLoaderInterface.php';
  396.             include_once $this->targetDirs[3].'/vendor/twig/twig/src/Loader/SourceContextLoaderInterface.php';
  397.             include_once $this->targetDirs[3].'/vendor/twig/twig/src/Loader/FilesystemLoader.php';
  398.             include_once $this->targetDirs[3].'/vendor/symfony/twig-bundle/Loader/FilesystemLoader.php';
  399.             include_once $this->targetDirs[3].'/vendor/symfony/web-profiler-bundle/Csp/ContentSecurityPolicyHandler.php';
  400.             include_once $this->targetDirs[3].'/vendor/symfony/web-profiler-bundle/Csp/NonceGenerator.php';
  401.             include_once $this->targetDirs[3].'/vendor/symfony/web-profiler-bundle/EventListener/WebDebugToolbarListener.php';
  402.             include_once $this->targetDirs[3].'/vendor/monolog/monolog/src/Monolog/Handler/HandlerInterface.php';
  403.             include_once $this->targetDirs[3].'/vendor/monolog/monolog/src/Monolog/Handler/AbstractHandler.php';
  404.             include_once $this->targetDirs[3].'/vendor/monolog/monolog/src/Monolog/Handler/AbstractProcessingHandler.php';
  405.             include_once $this->targetDirs[3].'/vendor/monolog/monolog/src/Monolog/Handler/StreamHandler.php';
  406.             include_once $this->targetDirs[3].'/vendor/monolog/monolog/src/Monolog/Processor/ProcessorInterface.php';
  407.             include_once $this->targetDirs[3].'/vendor/monolog/monolog/src/Monolog/Processor/PsrLogMessageProcessor.php';
  408.             include_once $this->targetDirs[3].'/vendor/symfony/monolog-bridge/Handler/ConsoleHandler.php';
  409.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/DataCollector/DumpDataCollector.php';
  410.             include_once $this->targetDirs[3].'/vendor/symfony/var-dumper/Cloner/ClonerInterface.php';
  411.             include_once $this->targetDirs[3].'/vendor/symfony/var-dumper/Cloner/AbstractCloner.php';
  412.             include_once $this->targetDirs[3].'/vendor/symfony/var-dumper/Cloner/VarCloner.php';
  413.             include_once $this->targetDirs[3].'/vendor/symfony/var-dumper/Server/Connection.php';
  414.             include_once $this->targetDirs[3].'/vendor/symfony/var-dumper/Dumper/ContextProvider/ContextProviderInterface.php';
  415.             include_once $this->targetDirs[3].'/vendor/symfony/var-dumper/Dumper/ContextProvider/SourceContextProvider.php';
  416.             include_once $this->targetDirs[3].'/vendor/symfony/var-dumper/Dumper/ContextProvider/RequestContextProvider.php';
  417.             include_once $this->targetDirs[3].'/vendor/symfony/var-dumper/Dumper/ContextProvider/CliContextProvider.php';
  418.             include_once $this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Util/CanonicalFieldsUpdater.php';
  419.             include_once $this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Util/CanonicalizerInterface.php';
  420.             include_once $this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Util/Canonicalizer.php';
  421.             include_once $this->targetDirs[3].'/vendor/easycorp/easyadmin-bundle/src/Configuration/ConfigManager.php';
  422.             include_once $this->targetDirs[3].'/vendor/easycorp/easyadmin-bundle/src/Configuration/ConfigPassInterface.php';
  423.             include_once $this->targetDirs[3].'/vendor/alterphp/easyadmin-extension-bundle/src/Configuration/ExcludeFieldsConfigPass.php';
  424.             include_once $this->targetDirs[3].'/vendor/easycorp/easyadmin-bundle/src/Configuration/NormalizerConfigPass.php';
  425.             include_once $this->targetDirs[3].'/vendor/easycorp/easyadmin-bundle/src/Configuration/DesignConfigPass.php';
  426.             include_once $this->targetDirs[3].'/vendor/easycorp/easyadmin-bundle/src/Configuration/MenuConfigPass.php';
  427.             include_once $this->targetDirs[3].'/vendor/easycorp/easyadmin-bundle/src/Configuration/ActionConfigPass.php';
  428.             include_once $this->targetDirs[3].'/vendor/easycorp/easyadmin-bundle/src/Configuration/MetadataConfigPass.php';
  429.             include_once $this->targetDirs[3].'/vendor/alterphp/easyadmin-extension-bundle/src/Configuration/ShortFormTypeConfigPass.php';
  430.             include_once $this->targetDirs[3].'/vendor/easycorp/easyadmin-bundle/src/Configuration/PropertyConfigPass.php';
  431.             include_once $this->targetDirs[3].'/vendor/easycorp/easyadmin-bundle/src/Configuration/ViewConfigPass.php';
  432.             include_once $this->targetDirs[3].'/vendor/alterphp/easyadmin-extension-bundle/src/Configuration/EmbeddedListViewConfigPass.php';
  433.             include_once $this->targetDirs[3].'/vendor/easycorp/easyadmin-bundle/src/Configuration/TemplateConfigPass.php';
  434.             include_once $this->targetDirs[3].'/vendor/alterphp/easyadmin-extension-bundle/src/Configuration/ShowViewConfigPass.php';
  435.             include_once $this->targetDirs[3].'/vendor/easycorp/easyadmin-bundle/src/Configuration/DefaultConfigPass.php';
  436.             include_once $this->targetDirs[3].'/vendor/alterphp/easyadmin-extension-bundle/src/Configuration/ListFormFiltersConfigPass.php';
  437.             include_once $this->targetDirs[3].'/vendor/easycorp/easyadmin-bundle/src/Router/EasyAdminRouter.php';
  438.             include_once $this->targetDirs[3].'/vendor/easycorp/easyadmin-bundle/src/Security/AuthorizationChecker.php';
  439.             include_once $this->targetDirs[3].'/vendor/easycorp/easyadmin-bundle/src/EventListener/ControllerListener.php';
  440.             include_once $this->targetDirs[3].'/vendor/easycorp/easyadmin-bundle/src/Form/Filter/FilterRegistry.php';
  441.             include_once $this->targetDirs[3].'/vendor/vich/uploader-bundle/Storage/StorageInterface.php';
  442.             include_once $this->targetDirs[3].'/vendor/vich/uploader-bundle/Storage/AbstractStorage.php';
  443.             include_once $this->targetDirs[3].'/vendor/vich/uploader-bundle/Storage/FileSystemStorage.php';
  444.             include_once $this->targetDirs[3].'/vendor/vich/uploader-bundle/Metadata/MetadataReader.php';
  445.             include_once $this->targetDirs[3].'/vendor/jms/metadata/src/MetadataFactoryInterface.php';
  446.             include_once $this->targetDirs[3].'/vendor/jms/metadata/src/AdvancedMetadataFactoryInterface.php';
  447.             include_once $this->targetDirs[3].'/vendor/jms/metadata/src/MetadataFactory.php';
  448.             include_once $this->targetDirs[3].'/vendor/jms/metadata/src/Driver/DriverInterface.php';
  449.             include_once $this->targetDirs[3].'/vendor/jms/metadata/src/Driver/AdvancedDriverInterface.php';
  450.             include_once $this->targetDirs[3].'/vendor/jms/metadata/src/Driver/DriverChain.php';
  451.             include_once $this->targetDirs[3].'/vendor/jms/metadata/src/Driver/AbstractFileDriver.php';
  452.             include_once $this->targetDirs[3].'/vendor/vich/uploader-bundle/Metadata/Driver/XmlDriver.php';
  453.             include_once $this->targetDirs[3].'/vendor/jms/metadata/src/Driver/FileLocatorInterface.php';
  454.             include_once $this->targetDirs[3].'/vendor/jms/metadata/src/Driver/AdvancedFileLocatorInterface.php';
  455.             include_once $this->targetDirs[3].'/vendor/jms/metadata/src/Driver/FileLocator.php';
  456.             include_once $this->targetDirs[3].'/vendor/vich/uploader-bundle/Metadata/Driver/AnnotationDriver.php';
  457.             include_once $this->targetDirs[3].'/vendor/vich/uploader-bundle/Metadata/Driver/YamlDriver.php';
  458.             include_once $this->targetDirs[3].'/vendor/jms/metadata/src/Cache/CacheInterface.php';
  459.             include_once $this->targetDirs[3].'/vendor/jms/metadata/src/Cache/FileCache.php';
  460.             include_once $this->targetDirs[3].'/vendor/vich/uploader-bundle/Mapping/PropertyMappingFactory.php';
  461.             include_once $this->targetDirs[3].'/vendor/symfony/templating/Helper/HelperInterface.php';
  462.             include_once $this->targetDirs[3].'/vendor/symfony/templating/Helper/Helper.php';
  463.             include_once $this->targetDirs[3].'/vendor/vich/uploader-bundle/Templating/Helper/UploaderHelper.php';
  464.             include_once $this->targetDirs[3].'/vendor/alterphp/easyadmin-extension-bundle/src/Helper/EmbeddedListHelper.php';
  465.             include_once $this->targetDirs[3].'/vendor/alterphp/easyadmin-extension-bundle/src/Helper/ListFormFiltersHelper.php';
  466.             include_once $this->targetDirs[3].'/vendor/alterphp/easyadmin-extension-bundle/src/Security/AdminAuthorizationChecker.php';
  467.             include_once $this->targetDirs[3].'/vendor/nelmio/cors-bundle/EventListener/CorsListener.php';
  468.             include_once $this->targetDirs[3].'/vendor/nelmio/cors-bundle/Options/ResolverInterface.php';
  469.             include_once $this->targetDirs[3].'/vendor/nelmio/cors-bundle/Options/Resolver.php';
  470.             include_once $this->targetDirs[3].'/vendor/nelmio/cors-bundle/Options/ProviderInterface.php';
  471.             include_once $this->targetDirs[3].'/vendor/nelmio/cors-bundle/Options/ConfigProvider.php';
  472.             include_once $this->targetDirs[3].'/vendor/symfony/translation/TranslatorBagInterface.php';
  473.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/CacheWarmer/WarmableInterface.php';
  474.             include_once $this->targetDirs[3].'/vendor/symfony/translation/DataCollectorTranslator.php';
  475.             include_once $this->targetDirs[3].'/vendor/symfony/translation/Translator.php';
  476.             include_once $this->targetDirs[3].'/vendor/symfony/framework-bundle/Translation/Translator.php';
  477.             include_once $this->targetDirs[3].'/vendor/symfony/translation/Formatter/MessageFormatterInterface.php';
  478.             include_once $this->targetDirs[3].'/vendor/symfony/translation/Formatter/IntlFormatterInterface.php';
  479.             include_once $this->targetDirs[3].'/vendor/symfony/translation/Formatter/ChoiceMessageFormatterInterface.php';
  480.             include_once $this->targetDirs[3].'/vendor/symfony/translation/Formatter/MessageFormatter.php';
  481.             include_once $this->targetDirs[3].'/vendor/symfony/translation/IdentityTranslator.php';
  482.             include_once $this->targetDirs[3].'/vendor/symfony/routing/RequestContextAwareInterface.php';
  483.             include_once $this->targetDirs[3].'/vendor/symfony/routing/Matcher/UrlMatcherInterface.php';
  484.             include_once $this->targetDirs[3].'/vendor/symfony/routing/Generator/UrlGeneratorInterface.php';
  485.             include_once $this->targetDirs[3].'/vendor/symfony/routing/RouterInterface.php';
  486.             include_once $this->targetDirs[3].'/vendor/symfony/routing/Matcher/RequestMatcherInterface.php';
  487.             include_once $this->targetDirs[3].'/vendor/symfony/routing/Router.php';
  488.             include_once $this->targetDirs[3].'/vendor/symfony/contracts/Service/ServiceSubscriberInterface.php';
  489.             include_once $this->targetDirs[3].'/vendor/symfony/dependency-injection/ServiceSubscriberInterface.php';
  490.             include_once $this->targetDirs[3].'/vendor/symfony/framework-bundle/Routing/Router.php';
  491.             include_once $this->targetDirs[3].'/vendor/symfony/property-access/PropertyAccessorInterface.php';
  492.             include_once $this->targetDirs[3].'/vendor/symfony/property-access/PropertyAccessor.php';
  493.             include_once $this->targetDirs[3].'/vendor/symfony/cache/Traits/ArrayTrait.php';
  494.             include_once $this->targetDirs[3].'/vendor/symfony/cache/Adapter/ArrayAdapter.php';
  495.             include_once $this->targetDirs[3].'/vendor/symfony/validator/Mapping/Factory/MetadataFactoryInterface.php';
  496.             include_once $this->targetDirs[3].'/vendor/symfony/validator/Validator/ValidatorInterface.php';
  497.             include_once $this->targetDirs[3].'/vendor/symfony/validator/Validator/TraceableValidator.php';
  498.             include_once $this->targetDirs[3].'/vendor/symfony/event-dispatcher/EventDispatcherInterface.php';
  499.             include_once $this->targetDirs[3].'/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcherInterface.php';
  500.             include_once $this->targetDirs[3].'/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php';
  501.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/Debug/TraceableEventDispatcher.php';
  502.             include_once $this->targetDirs[3].'/vendor/symfony/event-dispatcher/EventDispatcher.php';
  503.             include_once $this->targetDirs[3].'/vendor/monolog/monolog/src/Monolog/Handler/NullHandler.php';
  504.             include_once $this->targetDirs[3].'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/CachedReader.php';
  505.         };
  506.     }
  507.     public function compile()
  508.     {
  509.         throw new LogicException('You cannot compile a dumped container that was already compiled.');
  510.     }
  511.     public function isCompiled()
  512.     {
  513.         return true;
  514.     }
  515.     public function getRemovedIds()
  516.     {
  517.         return require $this->containerDir.\DIRECTORY_SEPARATOR.'removed-ids.php';
  518.     }
  519.     protected function load($file$lazyLoad true)
  520.     {
  521.         return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
  522.     }
  523.     /**
  524.      * Gets the public 'AlterPHP\EasyAdminExtensionBundle\Security\AdminAuthorizationChecker' shared service.
  525.      *
  526.      * @return \AlterPHP\EasyAdminExtensionBundle\Security\AdminAuthorizationChecker
  527.      */
  528.     protected function getAdminAuthorizationCheckerService()
  529.     {
  530.         return $this->services['AlterPHP\\EasyAdminExtensionBundle\\Security\\AdminAuthorizationChecker'] = new \AlterPHP\EasyAdminExtensionBundle\Security\AdminAuthorizationChecker(($this->services['security.authorization_checker'] ?? $this->getSecurity_AuthorizationCheckerService()), NULL);
  531.     }
  532.     /**
  533.      * Gets the public 'cache.app' shared service.
  534.      *
  535.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  536.      */
  537.     protected function getCache_AppService()
  538.     {
  539.         $a = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('SGWkzNrVaw'0, ($this->targetDirs[0].'/pools'), new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULL));
  540.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  541.         return $this->services['cache.app'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  542.     }
  543.     /**
  544.      * Gets the public 'cache.system' shared service.
  545.      *
  546.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  547.      */
  548.     protected function getCache_SystemService()
  549.     {
  550.         return $this->services['cache.system'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('20ygWPUWq1'0$this->getParameter('container.build_id'), ($this->targetDirs[0].'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  551.     }
  552.     /**
  553.      * Gets the public 'data_collector.dump' shared service.
  554.      *
  555.      * @return \Symfony\Component\HttpKernel\DataCollector\DumpDataCollector
  556.      */
  557.     protected function getDataCollector_DumpService()
  558.     {
  559.         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()));
  560.     }
  561.     /**
  562.      * Gets the public 'doctrine' shared service.
  563.      *
  564.      * @return \Doctrine\Bundle\DoctrineBundle\Registry
  565.      */
  566.     protected function getDoctrineService()
  567.     {
  568.         return $this->services['doctrine'] = new \Doctrine\Bundle\DoctrineBundle\Registry($this$this->parameters['doctrine.connections'], $this->parameters['doctrine.entity_managers'], 'default''default');
  569.     }
  570.     /**
  571.      * Gets the public 'easyadmin.config.manager' shared service.
  572.      *
  573.      * @return \EasyCorp\Bundle\EasyAdminBundle\Configuration\ConfigManager
  574.      */
  575.     protected function getEasyadmin_Config_ManagerService()
  576.     {
  577.         $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()));
  578.         $a = ($this->services['easyadmin.filter.registry'] ?? $this->getEasyadmin_Filter_RegistryService());
  579.         $b = ($this->services['doctrine'] ?? $this->getDoctrineService());
  580.         $instance->addConfigPass(new \AlterPHP\EasyAdminExtensionBundle\Configuration\ExcludeFieldsConfigPass());
  581.         $instance->addConfigPass(new \EasyCorp\Bundle\EasyAdminBundle\Configuration\NormalizerConfigPass($this$a));
  582.         $instance->addConfigPass(new \EasyCorp\Bundle\EasyAdminBundle\Configuration\DesignConfigPass('pt_BR'));
  583.         $instance->addConfigPass(new \EasyCorp\Bundle\EasyAdminBundle\Configuration\MenuConfigPass());
  584.         $instance->addConfigPass(new \EasyCorp\Bundle\EasyAdminBundle\Configuration\ActionConfigPass());
  585.         $instance->addConfigPass(new \EasyCorp\Bundle\EasyAdminBundle\Configuration\MetadataConfigPass($b));
  586.         $instance->addConfigPass(new \AlterPHP\EasyAdminExtensionBundle\Configuration\ShortFormTypeConfigPass([]));
  587.         $instance->addConfigPass(new \EasyCorp\Bundle\EasyAdminBundle\Configuration\PropertyConfigPass(($this->privates['form.registry'] ?? $this->getForm_RegistryService()), $a));
  588.         $instance->addConfigPass(new \EasyCorp\Bundle\EasyAdminBundle\Configuration\ViewConfigPass());
  589.         $instance->addConfigPass(new \AlterPHP\EasyAdminExtensionBundle\Configuration\EmbeddedListViewConfigPass(true));
  590.         $instance->addConfigPass(new \EasyCorp\Bundle\EasyAdminBundle\Configuration\TemplateConfigPass(($this->privates['twig.loader.filesystem'] ?? $this->getTwig_Loader_FilesystemService())));
  591.         $instance->addConfigPass(new \AlterPHP\EasyAdminExtensionBundle\Configuration\ShowViewConfigPass(($this->privates['AlterPHP\\EasyAdminExtensionBundle\\Helper\\EmbeddedListHelper'] ?? $this->getEmbeddedListHelperService())));
  592.         $instance->addConfigPass(new \EasyCorp\Bundle\EasyAdminBundle\Configuration\DefaultConfigPass());
  593.         $instance->addConfigPass(new \AlterPHP\EasyAdminExtensionBundle\Configuration\ListFormFiltersConfigPass($b));
  594.         return $instance;
  595.     }
  596.     /**
  597.      * Gets the public 'easyadmin.filter.registry' shared service.
  598.      *
  599.      * @return \EasyCorp\Bundle\EasyAdminBundle\Form\Filter\FilterRegistry
  600.      */
  601.     protected function getEasyadmin_Filter_RegistryService()
  602.     {
  603.         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 () {
  604.             yield => ($this->privates['easyadmin.filter.type_guesser.doctrine'] ?? $this->load('getEasyadmin_Filter_TypeGuesser_DoctrineService.php'));
  605.         }, 1));
  606.     }
  607.     /**
  608.      * Gets the public 'easyadmin.listener.controller' shared service.
  609.      *
  610.      * @return \EasyCorp\Bundle\EasyAdminBundle\EventListener\ControllerListener
  611.      */
  612.     protected function getEasyadmin_Listener_ControllerService()
  613.     {
  614.         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()));
  615.     }
  616.     /**
  617.      * Gets the public 'easyadmin.property_accessor' shared service.
  618.      *
  619.      * @return \Symfony\Component\PropertyAccess\PropertyAccessor
  620.      */
  621.     protected function getEasyadmin_PropertyAccessorService()
  622.     {
  623.         return $this->services['easyadmin.property_accessor'] = new \Symfony\Component\PropertyAccess\PropertyAccessor(falsefalse, new \Symfony\Component\Cache\Adapter\ArrayAdapter(0false));
  624.     }
  625.     /**
  626.      * Gets the public 'easyadmin.router' shared service.
  627.      *
  628.      * @return \EasyCorp\Bundle\EasyAdminBundle\Router\EasyAdminRouter
  629.      */
  630.     protected function getEasyadmin_RouterService()
  631.     {
  632.         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())));
  633.     }
  634.     /**
  635.      * Gets the public 'easyadmin.security.authorization_checker' shared service.
  636.      *
  637.      * @return \EasyCorp\Bundle\EasyAdminBundle\Security\AuthorizationChecker
  638.      */
  639.     protected function getEasyadmin_Security_AuthorizationCheckerService()
  640.     {
  641.         return $this->services['easyadmin.security.authorization_checker'] = new \EasyCorp\Bundle\EasyAdminBundle\Security\AuthorizationChecker(($this->services['security.authorization_checker'] ?? $this->getSecurity_AuthorizationCheckerService()));
  642.     }
  643.     /**
  644.      * Gets the public 'event_dispatcher' shared service.
  645.      *
  646.      * @return \Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher
  647.      */
  648.     protected function getEventDispatcherService()
  649.     {
  650.         $a = new \Symfony\Bridge\Monolog\Logger('event');
  651.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  652.         $a->pushHandler(new \Monolog\Handler\NullHandler());
  653.         $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);
  654.         $instance->addListener('kernel.controller', [=> function () {
  655.             return ($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector()));
  656.         }, => 'onKernelController'], 0);
  657.         $instance->addListener('kernel.controller', [=> function () {
  658.             return ($this->services['easyadmin.listener.controller'] ?? $this->getEasyadmin_Listener_ControllerService());
  659.         }, => 'onKernelController'], 0);
  660.         $instance->addListener('easy_admin.post_initialize', [=> function () {
  661.             return ($this->services['easyadmin.listener.request_post_initialize'] ?? $this->load('getEasyadmin_Listener_RequestPostInitializeService.php'));
  662.         }, => 'initializeRequest'], 0);
  663.         $instance->addListener('kernel.request', [=> function () {
  664.             return ($this->privates['nelmio_cors.cors_listener'] ?? $this->getNelmioCors_CorsListenerService());
  665.         }, => 'onKernelRequest'], 250);
  666.         $instance->addListener('kernel.controller', [=> function () {
  667.             return ($this->privates['App\\EventSubscriber\\BeforeActionSubscriber'] ?? ($this->privates['App\\EventSubscriber\\BeforeActionSubscriber'] = new \App\EventSubscriber\BeforeActionSubscriber()));
  668.         }, => 'convertJsonStringToArray'], 0);
  669.         $instance->addListener('kernel.response', [=> function () {
  670.             return ($this->privates['response_listener'] ?? ($this->privates['response_listener'] = new \Symfony\Component\HttpKernel\EventListener\ResponseListener('UTF-8')));
  671.         }, => 'onKernelResponse'], 0);
  672.         $instance->addListener('kernel.response', [=> function () {
  673.             return ($this->privates['streamed_response_listener'] ?? ($this->privates['streamed_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\StreamedResponseListener()));
  674.         }, => 'onKernelResponse'], -1024);
  675.         $instance->addListener('kernel.request', [=> function () {
  676.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  677.         }, => 'onKernelRequest'], 16);
  678.         $instance->addListener('kernel.finish_request', [=> function () {
  679.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  680.         }, => 'onKernelFinishRequest'], 0);
  681.         $instance->addListener('kernel.request', [=> function () {
  682.             return ($this->privates['validate_request_listener'] ?? ($this->privates['validate_request_listener'] = new \Symfony\Component\HttpKernel\EventListener\ValidateRequestListener()));
  683.         }, => 'onKernelRequest'], 256);
  684.         $instance->addListener('kernel.request', [=> function () {
  685.             return ($this->privates['resolve_controller_name_subscriber'] ?? $this->getResolveControllerNameSubscriberService());
  686.         }, => 'onKernelRequest'], 24);
  687.         $instance->addListener('console.error', [=> function () {
  688.             return ($this->privates['console.error_listener'] ?? $this->load('getConsole_ErrorListenerService.php'));
  689.         }, => 'onConsoleError'], -128);
  690.         $instance->addListener('console.terminate', [=> function () {
  691.             return ($this->privates['console.error_listener'] ?? $this->load('getConsole_ErrorListenerService.php'));
  692.         }, => 'onConsoleTerminate'], -128);
  693.         $instance->addListener('kernel.request', [=> function () {
  694.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  695.         }, => 'onKernelRequest'], 128);
  696.         $instance->addListener('kernel.response', [=> function () {
  697.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  698.         }, => 'onKernelResponse'], -1000);
  699.         $instance->addListener('kernel.finish_request', [=> function () {
  700.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  701.         }, => 'onFinishRequest'], 0);
  702.         $instance->addListener('kernel.request', [=> function () {
  703.             return ($this->privates['translator_listener'] ?? $this->getTranslatorListenerService());
  704.         }, => 'onKernelRequest'], 10);
  705.         $instance->addListener('kernel.finish_request', [=> function () {
  706.             return ($this->privates['translator_listener'] ?? $this->getTranslatorListenerService());
  707.         }, => 'onKernelFinishRequest'], 0);
  708.         $instance->addListener('kernel.response', [=> function () {
  709.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  710.         }, => 'onKernelResponse'], -100);
  711.         $instance->addListener('kernel.exception', [=> function () {
  712.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  713.         }, => 'onKernelException'], 0);
  714.         $instance->addListener('kernel.terminate', [=> function () {
  715.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  716.         }, => 'onKernelTerminate'], -1024);
  717.         $instance->addListener('kernel.controller', [=> function () {
  718.             return ($this->privates['data_collector.request'] ?? ($this->privates['data_collector.request'] = new \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector()));
  719.         }, => 'onKernelController'], 0);
  720.         $instance->addListener('kernel.response', [=> function () {
  721.             return ($this->privates['data_collector.request'] ?? ($this->privates['data_collector.request'] = new \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector()));
  722.         }, => 'onKernelResponse'], 0);
  723.         $instance->addListener('kernel.request', [=> function () {
  724.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  725.         }, => 'configure'], 2048);
  726.         $instance->addListener('console.command', [=> function () {
  727.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  728.         }, => 'configure'], 2048);
  729.         $instance->addListener('kernel.exception', [=> function () {
  730.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  731.         }, => 'onKernelException'], -2048);
  732.         $instance->addListener('kernel.request', [=> function () {
  733.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  734.         }, => 'onKernelRequest'], 32);
  735.         $instance->addListener('kernel.finish_request', [=> function () {
  736.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  737.         }, => 'onKernelFinishRequest'], 0);
  738.         $instance->addListener('kernel.exception', [=> function () {
  739.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  740.         }, => 'onKernelException'], -64);
  741.         $instance->addListener('kernel.response', [=> function () {
  742.             return ($this->privates['web_link.add_link_header_listener'] ?? ($this->privates['web_link.add_link_header_listener'] = new \Symfony\Component\WebLink\EventListener\AddLinkHeaderListener()));
  743.         }, => 'onKernelResponse'], 0);
  744.         $instance->addListener('kernel.controller', [=> function () {
  745.             return ($this->privates['sensio_framework_extra.controller.listener'] ?? $this->getSensioFrameworkExtra_Controller_ListenerService());
  746.         }, => 'onKernelController'], 0);
  747.         $instance->addListener('kernel.controller', [=> function () {
  748.             return ($this->privates['sensio_framework_extra.converter.listener'] ?? $this->getSensioFrameworkExtra_Converter_ListenerService());
  749.         }, => 'onKernelController'], 0);
  750.         $instance->addListener('kernel.controller', [=> function () {
  751.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  752.         }, => 'onKernelController'], -128);
  753.         $instance->addListener('kernel.view', [=> function () {
  754.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  755.         }, => 'onKernelView'], 0);
  756.         $instance->addListener('kernel.controller', [=> function () {
  757.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  758.         }, => 'onKernelController'], 0);
  759.         $instance->addListener('kernel.response', [=> function () {
  760.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  761.         }, => 'onKernelResponse'], 0);
  762.         $instance->addListener('kernel.controller_arguments', [=> function () {
  763.             return ($this->privates['sensio_framework_extra.security.listener'] ?? $this->getSensioFrameworkExtra_Security_ListenerService());
  764.         }, => 'onKernelControllerArguments'], 0);
  765.         $instance->addListener('kernel.controller_arguments', [=> function () {
  766.             return ($this->privates['framework_extra_bundle.event.is_granted'] ?? $this->getFrameworkExtraBundle_Event_IsGrantedService());
  767.         }, => 'onKernelControllerArguments'], 0);
  768.         $instance->addListener('kernel.response', [=> function () {
  769.             return ($this->privates['security.rememberme.response_listener'] ?? ($this->privates['security.rememberme.response_listener'] = new \Symfony\Component\Security\Http\RememberMe\ResponseListener()));
  770.         }, => 'onKernelResponse'], 0);
  771.         $instance->addListener('debug.security.authorization.vote', [=> function () {
  772.             return ($this->privates['debug.security.voter.vote_listener'] ?? $this->load('getDebug_Security_Voter_VoteListenerService.php'));
  773.         }, => 'onVoterVote'], 0);
  774.         $instance->addListener('kernel.request', [=> function () {
  775.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  776.         }, => 'onKernelRequest'], 8);
  777.         $instance->addListener('kernel.finish_request', [=> function () {
  778.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  779.         }, => 'onKernelFinishRequest'], 0);
  780.         $instance->addListener('kernel.exception', [=> function () {
  781.             return ($this->privates['swiftmailer.email_sender.listener'] ?? $this->load('getSwiftmailer_EmailSender_ListenerService.php'));
  782.         }, => 'onException'], 0);
  783.         $instance->addListener('kernel.terminate', [=> function () {
  784.             return ($this->privates['swiftmailer.email_sender.listener'] ?? $this->load('getSwiftmailer_EmailSender_ListenerService.php'));
  785.         }, => 'onTerminate'], 0);
  786.         $instance->addListener('console.error', [=> function () {
  787.             return ($this->privates['swiftmailer.email_sender.listener'] ?? $this->load('getSwiftmailer_EmailSender_ListenerService.php'));
  788.         }, => 'onException'], 0);
  789.         $instance->addListener('console.terminate', [=> function () {
  790.             return ($this->privates['swiftmailer.email_sender.listener'] ?? $this->load('getSwiftmailer_EmailSender_ListenerService.php'));
  791.         }, => 'onTerminate'], 0);
  792.         $instance->addListener('kernel.exception', [=> function () {
  793.             return ($this->privates['twig.exception_listener'] ?? $this->load('getTwig_ExceptionListenerService.php'));
  794.         }, => 'logKernelException'], 0);
  795.         $instance->addListener('kernel.exception', [=> function () {
  796.             return ($this->privates['twig.exception_listener'] ?? $this->load('getTwig_ExceptionListenerService.php'));
  797.         }, => 'onKernelException'], -128);
  798.         $instance->addListener('kernel.response', [=> function () {
  799.             return ($this->privates['web_profiler.debug_toolbar'] ?? $this->getWebProfiler_DebugToolbarService());
  800.         }, => 'onKernelResponse'], -128);
  801.         $instance->addListener('console.command', [=> function () {
  802.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  803.         }, => 'onCommand'], 255);
  804.         $instance->addListener('console.terminate', [=> function () {
  805.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  806.         }, => 'onTerminate'], -255);
  807.         $instance->addListener('console.command', [=> function () {
  808.             return ($this->privates['debug.dump_listener'] ?? $this->load('getDebug_DumpListenerService.php'));
  809.         }, => 'configure'], 1024);
  810.         $instance->addListener('console.error', [=> function () {
  811.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  812.         }, => 'onConsoleError'], 0);
  813.         $instance->addListener('console.terminate', [=> function () {
  814.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  815.         }, => 'onConsoleTerminate'], 0);
  816.         $instance->addListener('fos_user.security.implicit_login', [=> function () {
  817.             return ($this->privates['fos_user.security.interactive_login_listener'] ?? $this->load('getFosUser_Security_InteractiveLoginListenerService.php'));
  818.         }, => 'onImplicitLogin'], 0);
  819.         $instance->addListener('security.interactive_login', [=> function () {
  820.             return ($this->privates['fos_user.security.interactive_login_listener'] ?? $this->load('getFosUser_Security_InteractiveLoginListenerService.php'));
  821.         }, => 'onSecurityInteractiveLogin'], 0);
  822.         $instance->addListener('fos_user.registration.completed', [=> function () {
  823.             return ($this->privates['fos_user.listener.authentication'] ?? $this->load('getFosUser_Listener_AuthenticationService.php'));
  824.         }, => 'authenticate'], 0);
  825.         $instance->addListener('fos_user.registration.confirmed', [=> function () {
  826.             return ($this->privates['fos_user.listener.authentication'] ?? $this->load('getFosUser_Listener_AuthenticationService.php'));
  827.         }, => 'authenticate'], 0);
  828.         $instance->addListener('fos_user.resetting.reset.completed', [=> function () {
  829.             return ($this->privates['fos_user.listener.authentication'] ?? $this->load('getFosUser_Listener_AuthenticationService.php'));
  830.         }, => 'authenticate'], 0);
  831.         $instance->addListener('fos_user.change_password.edit.completed', [=> function () {
  832.             return ($this->privates['fos_user.listener.flash'] ?? $this->load('getFosUser_Listener_FlashService.php'));
  833.         }, => 'addSuccessFlash'], 0);
  834.         $instance->addListener('fos_user.group.create.completed', [=> function () {
  835.             return ($this->privates['fos_user.listener.flash'] ?? $this->load('getFosUser_Listener_FlashService.php'));
  836.         }, => 'addSuccessFlash'], 0);
  837.         $instance->addListener('fos_user.group.delete.completed', [=> function () {
  838.             return ($this->privates['fos_user.listener.flash'] ?? $this->load('getFosUser_Listener_FlashService.php'));
  839.         }, => 'addSuccessFlash'], 0);
  840.         $instance->addListener('fos_user.group.edit.completed', [=> function () {
  841.             return ($this->privates['fos_user.listener.flash'] ?? $this->load('getFosUser_Listener_FlashService.php'));
  842.         }, => 'addSuccessFlash'], 0);
  843.         $instance->addListener('fos_user.profile.edit.completed', [=> function () {
  844.             return ($this->privates['fos_user.listener.flash'] ?? $this->load('getFosUser_Listener_FlashService.php'));
  845.         }, => 'addSuccessFlash'], 0);
  846.         $instance->addListener('fos_user.registration.completed', [=> function () {
  847.             return ($this->privates['fos_user.listener.flash'] ?? $this->load('getFosUser_Listener_FlashService.php'));
  848.         }, => 'addSuccessFlash'], 0);
  849.         $instance->addListener('fos_user.resetting.reset.completed', [=> function () {
  850.             return ($this->privates['fos_user.listener.flash'] ?? $this->load('getFosUser_Listener_FlashService.php'));
  851.         }, => 'addSuccessFlash'], 0);
  852.         $instance->addListener('fos_user.resetting.reset.initialize', [=> function () {
  853.             return ($this->privates['fos_user.listener.resetting'] ?? $this->load('getFosUser_Listener_ResettingService.php'));
  854.         }, => 'onResettingResetInitialize'], 0);
  855.         $instance->addListener('fos_user.resetting.reset.success', [=> function () {
  856.             return ($this->privates['fos_user.listener.resetting'] ?? $this->load('getFosUser_Listener_ResettingService.php'));
  857.         }, => 'onResettingResetSuccess'], 0);
  858.         $instance->addListener('fos_user.resetting.reset.request', [=> function () {
  859.             return ($this->privates['fos_user.listener.resetting'] ?? $this->load('getFosUser_Listener_ResettingService.php'));
  860.         }, => 'onResettingResetRequest'], 0);
  861.         $instance->addListener('easy_admin.post_list_query_builder', [=> function () {
  862.             return ($this->privates['AlterPHP\\EasyAdminExtensionBundle\\EventListener\\PostQueryBuilderSubscriber'] ?? $this->load('getPostQueryBuilderSubscriberService.php'));
  863.         }, => 'onPostListQueryBuilder'], 0);
  864.         $instance->addListener('easy_admin.post_search_query_builder', [=> function () {
  865.             return ($this->privates['AlterPHP\\EasyAdminExtensionBundle\\EventListener\\PostQueryBuilderSubscriber'] ?? $this->load('getPostQueryBuilderSubscriberService.php'));
  866.         }, => 'onPostSearchQueryBuilder'], 0);
  867.         return $instance;
  868.     }
  869.     /**
  870.      * Gets the public 'form.factory' shared service.
  871.      *
  872.      * @return \Symfony\Component\Form\FormFactory
  873.      */
  874.     protected function getForm_FactoryService()
  875.     {
  876.         return $this->services['form.factory'] = new \Symfony\Component\Form\FormFactory(($this->privates['form.registry'] ?? $this->getForm_RegistryService()));
  877.     }
  878.     /**
  879.      * Gets the public 'http_kernel' shared service.
  880.      *
  881.      * @return \Symfony\Component\HttpKernel\HttpKernel
  882.      */
  883.     protected function getHttpKernelService()
  884.     {
  885.         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 () {
  886.             yield => ($this->privates['debug.argument_resolver.request_attribute'] ?? $this->load('getDebug_ArgumentResolver_RequestAttributeService.php'));
  887.             yield => ($this->privates['debug.argument_resolver.request'] ?? $this->load('getDebug_ArgumentResolver_RequestService.php'));
  888.             yield => ($this->privates['debug.argument_resolver.session'] ?? $this->load('getDebug_ArgumentResolver_SessionService.php'));
  889.             yield => ($this->privates['debug.security.user_value_resolver'] ?? $this->load('getDebug_Security_UserValueResolverService.php'));
  890.             yield => ($this->privates['debug.argument_resolver.service'] ?? $this->load('getDebug_ArgumentResolver_ServiceService.php'));
  891.             yield => ($this->privates['debug.argument_resolver.default'] ?? $this->load('getDebug_ArgumentResolver_DefaultService.php'));
  892.             yield => ($this->privates['debug.argument_resolver.variadic'] ?? $this->load('getDebug_ArgumentResolver_VariadicService.php'));
  893.         }, 7)), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))));
  894.     }
  895.     /**
  896.      * Gets the public 'profiler' shared service.
  897.      *
  898.      * @return \Symfony\Component\HttpKernel\Profiler\Profiler
  899.      */
  900.     protected function getProfilerService()
  901.     {
  902.         $a = new \Symfony\Bridge\Monolog\Logger('profiler');
  903.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  904.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  905.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  906.         $this->services['profiler'] = $instance = new \Symfony\Component\HttpKernel\Profiler\Profiler(new \Symfony\Component\HttpKernel\Profiler\FileProfilerStorage(('file:'.$this->targetDirs[0].'/profiler')), $atrue);
  907.         $b = ($this->services['kernel'] ?? $this->get('kernel'));
  908.         $c = new \Symfony\Component\Cache\DataCollector\CacheDataCollector();
  909.         $c->addInstance('cache.app', ($this->services['cache.app'] ?? $this->getCache_AppService()));
  910.         $c->addInstance('cache.system', ($this->services['cache.system'] ?? $this->getCache_SystemService()));
  911.         $c->addInstance('cache.validator', ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService()));
  912.         $c->addInstance('cache.serializer', ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService()));
  913.         $c->addInstance('cache.annotations', ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  914.         $c->addInstance('cache.security_expression_language', ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService()));
  915.         $c->addInstance('cache.easyadmin', ($this->privates['cache.easyadmin'] ?? $this->getCache_EasyadminService()));
  916.         $d = new \Doctrine\Bundle\DoctrineBundle\DataCollector\DoctrineDataCollector(($this->services['doctrine'] ?? $this->getDoctrineService()));
  917.         $d->addLogger('default', ($this->privates['doctrine.dbal.logger.profiling.default'] ?? ($this->privates['doctrine.dbal.logger.profiling.default'] = new \Doctrine\DBAL\Logging\DebugStack())));
  918.         $e = new \Symfony\Component\HttpKernel\DataCollector\ConfigDataCollector();
  919.         if ($this->has('kernel')) {
  920.             $e->setKernel($b);
  921.         }
  922.         $instance->add(($this->privates['data_collector.request'] ?? ($this->privates['data_collector.request'] = new \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector())));
  923.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\TimeDataCollector($b, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))));
  924.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector());
  925.         $instance->add(new \Symfony\Component\Validator\DataCollector\ValidatorDataCollector(($this->services['validator'] ?? $this->getValidatorService())));
  926.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\AjaxDataCollector());
  927.         $instance->add(($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService()));
  928.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\ExceptionDataCollector());
  929.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\LoggerDataCollector($a, ($this->targetDirs[0].'/srcApp_KernelDevDebugContainer'), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()))));
  930.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\EventDataCollector(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService())));
  931.         $instance->add(($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector())));
  932.         $instance->add($c);
  933.         $instance->add(new \Symfony\Component\Translation\DataCollector\TranslationDataCollector(($this->services['translator'] ?? $this->getTranslatorService())));
  934.         $instance->add(new \Symfony\Bundle\SecurityBundle\DataCollector\SecurityDataCollector(($this->services['security.token_storage'] ?? ($this->services['security.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())));
  935.         $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())));
  936.         $instance->add($d);
  937.         $instance->add(new \Symfony\Bundle\SwiftmailerBundle\DataCollector\MessageDataCollector($this));
  938.         $instance->add(($this->services['data_collector.dump'] ?? $this->getDataCollector_DumpService()));
  939.         $instance->add(new \EasyCorp\Bundle\EasyAdminBundle\DataCollector\EasyAdminDataCollector(($this->services['easyadmin.config.manager'] ?? $this->getEasyadmin_Config_ManagerService())));
  940.         $instance->add(new \Vich\UploaderBundle\DataCollector\MappingCollector(($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService())));
  941.         $instance->add($e);
  942.         return $instance;
  943.     }
  944.     /**
  945.      * Gets the public 'request_stack' shared service.
  946.      *
  947.      * @return \Symfony\Component\HttpFoundation\RequestStack
  948.      */
  949.     protected function getRequestStackService()
  950.     {
  951.         return $this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack();
  952.     }
  953.     /**
  954.      * Gets the public 'router' shared service.
  955.      *
  956.      * @return \Symfony\Bundle\FrameworkBundle\Routing\Router
  957.      */
  958.     protected function getRouterService()
  959.     {
  960.         $a = new \Symfony\Bridge\Monolog\Logger('router');
  961.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  962.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  963.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  964.         $this->services['router'] = $instance = new \Symfony\Bundle\FrameworkBundle\Routing\Router((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  965.             'routing.loader' => ['services''routing.loader''getRouting_LoaderService.php'true],
  966.         ]))->withContext('router.default'$this), 'kernel::loadRoutes', ['cache_dir' => $this->targetDirs[0], 'debug' => true'generator_class' => 'Symfony\\Component\\Routing\\Generator\\UrlGenerator''generator_base_class' => 'Symfony\\Component\\Routing\\Generator\\UrlGenerator''generator_dumper_class' => 'Symfony\\Component\\Routing\\Generator\\Dumper\\PhpGeneratorDumper''generator_cache_class' => 'srcApp_KernelDevDebugContainerUrlGenerator''matcher_class' => 'Symfony\\Bundle\\FrameworkBundle\\Routing\\RedirectableUrlMatcher''matcher_base_class' => 'Symfony\\Bundle\\FrameworkBundle\\Routing\\RedirectableUrlMatcher''matcher_dumper_class' => 'Symfony\\Component\\Routing\\Matcher\\Dumper\\PhpMatcherDumper''matcher_cache_class' => 'srcApp_KernelDevDebugContainerUrlMatcher''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'pt_BR');
  967.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  968.         return $instance;
  969.     }
  970.     /**
  971.      * Gets the public 'security.authorization_checker' shared service.
  972.      *
  973.      * @return \Symfony\Component\Security\Core\Authorization\AuthorizationChecker
  974.      */
  975.     protected function getSecurity_AuthorizationCheckerService()
  976.     {
  977.         return $this->services['security.authorization_checker'] = new \Symfony\Component\Security\Core\Authorization\AuthorizationChecker(($this->services['security.token_storage'] ?? ($this->services['security.token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService()), ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService()), false);
  978.     }
  979.     /**
  980.      * Gets the public 'security.token_storage' shared service.
  981.      *
  982.      * @return \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage
  983.      */
  984.     protected function getSecurity_TokenStorageService()
  985.     {
  986.         return $this->services['security.token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage();
  987.     }
  988.     /**
  989.      * Gets the public 'translator' shared service.
  990.      *
  991.      * @return \Symfony\Component\Translation\DataCollectorTranslator
  992.      */
  993.     protected function getTranslatorService()
  994.     {
  995.         $a = new \Symfony\Bundle\FrameworkBundle\Translation\Translator(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  996.             'translation.loader.csv' => ['privates''translation.loader.csv''getTranslation_Loader_CsvService.php'true],
  997.             'translation.loader.dat' => ['privates''translation.loader.dat''getTranslation_Loader_DatService.php'true],
  998.             'translation.loader.ini' => ['privates''translation.loader.ini''getTranslation_Loader_IniService.php'true],
  999.             'translation.loader.json' => ['privates''translation.loader.json''getTranslation_Loader_JsonService.php'true],
  1000.             'translation.loader.mo' => ['privates''translation.loader.mo''getTranslation_Loader_MoService.php'true],
  1001.             'translation.loader.php' => ['privates''translation.loader.php''getTranslation_Loader_PhpService.php'true],
  1002.             'translation.loader.po' => ['privates''translation.loader.po''getTranslation_Loader_PoService.php'true],
  1003.             'translation.loader.qt' => ['privates''translation.loader.qt''getTranslation_Loader_QtService.php'true],
  1004.             'translation.loader.res' => ['privates''translation.loader.res''getTranslation_Loader_ResService.php'true],
  1005.             'translation.loader.xliff' => ['privates''translation.loader.xliff''getTranslation_Loader_XliffService.php'true],
  1006.             'translation.loader.yml' => ['privates''translation.loader.yml''getTranslation_Loader_YmlService.php'true],
  1007.         ]), new \Symfony\Component\Translation\Formatter\MessageFormatter(new \Symfony\Component\Translation\IdentityTranslator()), 'pt_BR', ['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->targetDirs[0].'/translations'), 'debug' => true'resource_files' => ['af' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.af.xlf'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.af.yml')], 'ar' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.ar.xlf'), => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.ar.xlf'), => ($this->targetDirs[3].'/vendor/symfony/security-core/Resources/translations/security.ar.xlf'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.ar.yml'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.ar.yml'), => ($this->targetDirs[3].'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.ar.xlf'), => ($this->targetDirs[3].'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/messages.ar.xlf'), => ($this->targetDirs[3].'/vendor/vich/uploader-bundle/Resources/translations/VichUploaderBundle.ar.yml')], 'az' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.az.xlf'), => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.az.xlf'), => ($this->targetDirs[3].'/vendor/symfony/security-core/Resources/translations/security.az.xlf')], 'be' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.be.xlf'), => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.be.xlf'), => ($this->targetDirs[3].'/vendor/symfony/security-core/Resources/translations/security.be.xlf')], 'bg' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.bg.xlf'), => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.bg.xlf'), => ($this->targetDirs[3].'/vendor/symfony/security-core/Resources/translations/security.bg.xlf'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.bg.yml'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.bg.yml'), => ($this->targetDirs[3].'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.bg.xlf'), => ($this->targetDirs[3].'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/messages.bg.xlf'), => ($this->targetDirs[3].'/vendor/vich/uploader-bundle/Resources/translations/VichUploaderBundle.bg.yml')], 'ca' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.ca.xlf'), => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.ca.xlf'), => ($this->targetDirs[3].'/vendor/symfony/security-core/Resources/translations/security.ca.xlf'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.ca.yml'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.ca.yml'), => ($this->targetDirs[3].'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.ca.xlf'), => ($this->targetDirs[3].'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/messages.ca.xlf'), => ($this->targetDirs[3].'/vendor/vich/uploader-bundle/Resources/translations/VichUploaderBundle.ca.yml')], 'cs' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.cs.xlf'), => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.cs.xlf'), => ($this->targetDirs[3].'/vendor/symfony/security-core/Resources/translations/security.cs.xlf'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.cs.yml'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.cs.yml'), => ($this->targetDirs[3].'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.cs.xlf'), => ($this->targetDirs[3].'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/messages.cs.xlf'), => ($this->targetDirs[3].'/vendor/vich/uploader-bundle/Resources/translations/VichUploaderBundle.cs.yml')], 'cy' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.cy.xlf')], 'da' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.da.xlf'), => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.da.xlf'), => ($this->targetDirs[3].'/vendor/symfony/security-core/Resources/translations/security.da.xlf'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.da.yml'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.da.yml'), => ($this->targetDirs[3].'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.da.xlf'), => ($this->targetDirs[3].'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/messages.da.xlf')], 'de' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.de.xlf'), => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.de.xlf'), => ($this->targetDirs[3].'/vendor/symfony/security-core/Resources/translations/security.de.xlf'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.de.yml'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.de.yml'), => ($this->targetDirs[3].'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.de.xlf'), => ($this->targetDirs[3].'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/messages.de.xlf'), => ($this->targetDirs[3].'/vendor/vich/uploader-bundle/Resources/translations/VichUploaderBundle.de.yml')], 'el' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.el.xlf'), => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.el.xlf'), => ($this->targetDirs[3].'/vendor/symfony/security-core/Resources/translations/security.el.xlf'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.el.yml'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.el.yml'), => ($this->targetDirs[3].'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.el.xlf'), => ($this->targetDirs[3].'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/messages.el.xlf')], 'en' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.en.xlf'), => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.en.xlf'), => ($this->targetDirs[3].'/vendor/symfony/security-core/Resources/translations/security.en.xlf'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.en.yml'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.en.yml'), => ($this->targetDirs[3].'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.en.xlf'), => ($this->targetDirs[3].'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/messages.en.xlf'), => ($this->targetDirs[3].'/vendor/vich/uploader-bundle/Resources/translations/VichUploaderBundle.en.yml'), => ($this->targetDirs[3].'/vendor/alterphp/easyadmin-extension-bundle/src/Resources/translations/EasyAdminBundle.en.xlf'), => ($this->targetDirs[3].'/translations/messages.en.yml')], 'es' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.es.xlf'), => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.es.xlf'), => ($this->targetDirs[3].'/vendor/symfony/security-core/Resources/translations/security.es.xlf'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.es.yml'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.es.yml'), => ($this->targetDirs[3].'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.es.xlf'), => ($this->targetDirs[3].'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/messages.es.xlf'), => ($this->targetDirs[3].'/vendor/vich/uploader-bundle/Resources/translations/VichUploaderBundle.es.yml'), => ($this->targetDirs[3].'/vendor/alterphp/easyadmin-extension-bundle/src/Resources/translations/EasyAdminBundle.es.xlf'), => ($this->targetDirs[3].'/translations/messages.es.yml')], 'et' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.et.xlf'), => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.et.xlf'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.et.yml')], 'eu' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.eu.xlf'), => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.eu.xlf'), => ($this->targetDirs[3].'/vendor/symfony/security-core/Resources/translations/security.eu.xlf'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.eu.yml'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.eu.yml'), => ($this->targetDirs[3].'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.eu.xlf'), => ($this->targetDirs[3].'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/messages.eu.xlf')], 'fa' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.fa.xlf'), => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.fa.xlf'), => ($this->targetDirs[3].'/vendor/symfony/security-core/Resources/translations/security.fa.xlf'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.fa.yml'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.fa.yml'), => ($this->targetDirs[3].'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.fa.xlf'), => ($this->targetDirs[3].'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/messages.fa.xlf')], 'fi' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.fi.xlf'), => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.fi.xlf'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.fi.yml'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.fi.yml'), => ($this->targetDirs[3].'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.fi.xlf'), => ($this->targetDirs[3].'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/messages.fi.xlf'), => ($this->targetDirs[3].'/vendor/vich/uploader-bundle/Resources/translations/VichUploaderBundle.fi.yml')], 'fr' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.fr.xlf'), => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.fr.xlf'), => ($this->targetDirs[3].'/vendor/symfony/security-core/Resources/translations/security.fr.xlf'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.fr.yml'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.fr.yml'), => ($this->targetDirs[3].'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.fr.xlf'), => ($this->targetDirs[3].'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/messages.fr.xlf'), => ($this->targetDirs[3].'/vendor/vich/uploader-bundle/Resources/translations/VichUploaderBundle.fr.yml'), => ($this->targetDirs[3].'/vendor/alterphp/easyadmin-extension-bundle/src/Resources/translations/EasyAdminBundle.fr.xlf')], 'gl' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.gl.xlf'), => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.gl.xlf'), => ($this->targetDirs[3].'/vendor/symfony/security-core/Resources/translations/security.gl.xlf'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.gl.yml'), => ($this->targetDirs[3].'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.gl.xlf'), => ($this->targetDirs[3].'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/messages.gl.xlf')], 'he' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.he.xlf'), => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.he.xlf'), => ($this->targetDirs[3].'/vendor/symfony/security-core/Resources/translations/security.he.xlf'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.he.yml'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.he.yml')], 'hr' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.hr.xlf'), => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.hr.xlf'), => ($this->targetDirs[3].'/vendor/symfony/security-core/Resources/translations/security.hr.xlf'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.hr.yml'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.hr.yml'), => ($this->targetDirs[3].'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.hr.xlf'), => ($this->targetDirs[3].'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/messages.hr.xlf')], 'hu' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.hu.xlf'), => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.hu.xlf'), => ($this->targetDirs[3].'/vendor/symfony/security-core/Resources/translations/security.hu.xlf'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.hu.yml'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.hu.yml'), => ($this->targetDirs[3].'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.hu.xlf'), => ($this->targetDirs[3].'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/messages.hu.xlf'), => ($this->targetDirs[3].'/vendor/vich/uploader-bundle/Resources/translations/VichUploaderBundle.hu.yml'), => ($this->targetDirs[3].'/vendor/alterphp/easyadmin-extension-bundle/src/Resources/translations/EasyAdminBundle.hu.xlf')], 'hy' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.hy.xlf'), => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.hy.xlf')], 'id' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.id.xlf'), => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.id.xlf'), => ($this->targetDirs[3].'/vendor/symfony/security-core/Resources/translations/security.id.xlf'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.id.yml'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.id.yml')], 'it' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.it.xlf'), => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.it.xlf'), => ($this->targetDirs[3].'/vendor/symfony/security-core/Resources/translations/security.it.xlf'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.it.yml'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.it.yml'), => ($this->targetDirs[3].'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.it.xlf'), => ($this->targetDirs[3].'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/messages.it.xlf'), => ($this->targetDirs[3].'/vendor/vich/uploader-bundle/Resources/translations/VichUploaderBundle.it.yml'), => ($this->targetDirs[3].'/vendor/alterphp/easyadmin-extension-bundle/src/Resources/translations/EasyAdminBundle.it.xlf')], 'ja' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.ja.xlf'), => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.ja.xlf'), => ($this->targetDirs[3].'/vendor/symfony/security-core/Resources/translations/security.ja.xlf'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.ja.yml'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.ja.yml')], 'lb' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.lb.xlf'), => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.lb.xlf'), => ($this->targetDirs[3].'/vendor/symfony/security-core/Resources/translations/security.lb.xlf'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.lb.yml')], 'lt' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.lt.xlf'), => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.lt.xlf'), => ($this->targetDirs[3].'/vendor/symfony/security-core/Resources/translations/security.lt.xlf'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.lt.yml'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.lt.yml'), => ($this->targetDirs[3].'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.lt.xlf'), => ($this->targetDirs[3].'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/messages.lt.xlf'), => ($this->targetDirs[3].'/vendor/vich/uploader-bundle/Resources/translations/VichUploaderBundle.lt.yml')], 'lv' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.lv.xlf'), => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.lv.xlf'), => ($this->targetDirs[3].'/vendor/symfony/security-core/Resources/translations/security.lv.xlf'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.lv.yml'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.lv.yml')], 'mn' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.mn.xlf'), => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.mn.xlf')], 'nb' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.nb.xlf'), => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.nb.xlf'), => ($this->targetDirs[3].'/vendor/symfony/security-core/Resources/translations/security.nb.xlf'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.nb.yml'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.nb.yml')], 'nl' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.nl.xlf'), => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.nl.xlf'), => ($this->targetDirs[3].'/vendor/symfony/security-core/Resources/translations/security.nl.xlf'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.nl.yml'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.nl.yml'), => ($this->targetDirs[3].'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.nl.xlf'), => ($this->targetDirs[3].'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/messages.nl.xlf'), => ($this->targetDirs[3].'/vendor/vich/uploader-bundle/Resources/translations/VichUploaderBundle.nl.yml')], 'nn' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.nn.xlf'), => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.nn.xlf'), => ($this->targetDirs[3].'/vendor/symfony/security-core/Resources/translations/security.nn.xlf')], 'no' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.no.xlf'), => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.no.xlf'), => ($this->targetDirs[3].'/vendor/symfony/security-core/Resources/translations/security.no.xlf')], 'pl' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.pl.xlf'), => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.pl.xlf'), => ($this->targetDirs[3].'/vendor/symfony/security-core/Resources/translations/security.pl.xlf'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.pl.yml'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.pl.yml'), => ($this->targetDirs[3].'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.pl.xlf'), => ($this->targetDirs[3].'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/messages.pl.xlf'), => ($this->targetDirs[3].'/vendor/vich/uploader-bundle/Resources/translations/VichUploaderBundle.pl.yml')], 'pt' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.pt.xlf'), => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.pt.xlf'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.pt.yml'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.pt.yml'), => ($this->targetDirs[3].'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.pt.xlf'), => ($this->targetDirs[3].'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/messages.pt.xlf'), => ($this->targetDirs[3].'/vendor/vich/uploader-bundle/Resources/translations/VichUploaderBundle.pt.yml')], 'pt_BR' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.pt_BR.xlf'), => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.pt_BR.xlf'), => ($this->targetDirs[3].'/vendor/symfony/security-core/Resources/translations/security.pt_BR.xlf'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.pt_BR.yml'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.pt_BR.yml'), => ($this->targetDirs[3].'/translations/EasyAdminBundle.pt_BR.yml'), => ($this->targetDirs[3].'/translations/FOSUserBundle.pt_BR.yml'), => ($this->targetDirs[3].'/translations/VichUploaderBundle.pt_BR.yml'), => ($this->targetDirs[3].'/translations/messages.pt_BR.yml')], 'ro' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.ro.xlf'), => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.ro.xlf'), => ($this->targetDirs[3].'/vendor/symfony/security-core/Resources/translations/security.ro.xlf'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.ro.yml'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.ro.yml'), => ($this->targetDirs[3].'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.ro.xlf'), => ($this->targetDirs[3].'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/messages.ro.xlf')], 'ru' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.ru.xlf'), => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.ru.xlf'), => ($this->targetDirs[3].'/vendor/symfony/security-core/Resources/translations/security.ru.xlf'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.ru.yml'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.ru.yml'), => ($this->targetDirs[3].'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.ru.xlf'), => ($this->targetDirs[3].'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/messages.ru.xlf'), => ($this->targetDirs[3].'/vendor/vich/uploader-bundle/Resources/translations/VichUploaderBundle.ru.yml'), => ($this->targetDirs[3].'/vendor/alterphp/easyadmin-extension-bundle/src/Resources/translations/EasyAdminBundle.ru.xlf')], 'sk' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.sk.xlf'), => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.sk.xlf'), => ($this->targetDirs[3].'/vendor/symfony/security-core/Resources/translations/security.sk.xlf'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.sk.yml'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.sk.yml')], 'sl' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.sl.xlf'), => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.sl.xlf'), => ($this->targetDirs[3].'/vendor/symfony/security-core/Resources/translations/security.sl.xlf'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.sl.yml'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.sl.yml'), => ($this->targetDirs[3].'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.sl.xlf'), => ($this->targetDirs[3].'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/messages.sl.xlf'), => ($this->targetDirs[3].'/vendor/vich/uploader-bundle/Resources/translations/VichUploaderBundle.sl.yml')], 'sq' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.sq.xlf')], 'sr_Cyrl' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.sr_Cyrl.xlf'), => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.sr_Cyrl.xlf'), => ($this->targetDirs[3].'/vendor/symfony/security-core/Resources/translations/security.sr_Cyrl.xlf')], 'sr_Latn' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.sr_Latn.xlf'), => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.sr_Latn.xlf'), => ($this->targetDirs[3].'/vendor/symfony/security-core/Resources/translations/security.sr_Latn.xlf'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.sr_Latn.yml'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.sr_Latn.yml')], 'sv' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.sv.xlf'), => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.sv.xlf'), => ($this->targetDirs[3].'/vendor/symfony/security-core/Resources/translations/security.sv.xlf'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.sv.yml'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.sv.yml'), => ($this->targetDirs[3].'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.sv.xlf'), => ($this->targetDirs[3].'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/messages.sv.xlf')], 'th' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.th.xlf'), => ($this->targetDirs[3].'/vendor/symfony/security-core/Resources/translations/security.th.xlf'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.th.yml'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.th.yml')], 'tl' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.tl.xlf'), => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.tl.xlf'), => ($this->targetDirs[3].'/vendor/symfony/security-core/Resources/translations/security.tl.xlf')], 'tr' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.tr.xlf'), => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.tr.xlf'), => ($this->targetDirs[3].'/vendor/symfony/security-core/Resources/translations/security.tr.xlf'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.tr.yml'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.tr.yml'), => ($this->targetDirs[3].'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.tr.xlf'), => ($this->targetDirs[3].'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/messages.tr.xlf'), => ($this->targetDirs[3].'/vendor/vich/uploader-bundle/Resources/translations/VichUploaderBundle.tr.yml')], 'uk' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.uk.xlf'), => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.uk.xlf'), => ($this->targetDirs[3].'/vendor/symfony/security-core/Resources/translations/security.uk.xlf'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.uk.yml'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.uk.yml'), => ($this->targetDirs[3].'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.uk.xlf'), => ($this->targetDirs[3].'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/messages.uk.xlf'), => ($this->targetDirs[3].'/vendor/vich/uploader-bundle/Resources/translations/VichUploaderBundle.uk.yml')], 'vi' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.vi.xlf'), => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.vi.xlf'), => ($this->targetDirs[3].'/vendor/symfony/security-core/Resources/translations/security.vi.xlf'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.vi.yml'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.vi.yml')], 'zh_CN' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.zh_CN.xlf'), => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.zh_CN.xlf'), => ($this->targetDirs[3].'/vendor/symfony/security-core/Resources/translations/security.zh_CN.xlf'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.zh_CN.yml'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.zh_CN.yml'), => ($this->targetDirs[3].'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.zh_CN.xlf'), => ($this->targetDirs[3].'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/messages.zh_CN.xlf'), => ($this->targetDirs[3].'/vendor/alterphp/easyadmin-extension-bundle/src/Resources/translations/EasyAdminBundle.zh_CN.xlf')], 'zh_TW' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.zh_TW.xlf'), => ($this->targetDirs[3].'/vendor/alterphp/easyadmin-extension-bundle/src/Resources/translations/EasyAdminBundle.zh_TW.xlf')], 'pt_PT' => [=> ($this->targetDirs[3].'/vendor/symfony/security-core/Resources/translations/security.pt_PT.xlf')], 'bn' => [=> ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.bn.yml'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.bn.yml')], 'bn_BD' => [=> ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.bn_BD.yml'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.bn_BD.yml')], 'eo' => [=> ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.eo.yml'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.eo.yml')], 'ky' => [=> ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.ky.yml'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.ky.yml')], 'sr_RS' => [=> ($this->targetDirs[3].'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.sr_RS.xlf'), => ($this->targetDirs[3].'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/messages.sr_RS.xlf')], 'vn' => [=> ($this->targetDirs[3].'/vendor/vich/uploader-bundle/Resources/translations/VichUploaderBundle.vn.yml')]]]);
  1008.         $a->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  1009.         $a->setFallbackLocales([=> 'pt_BR']);
  1010.         return $this->services['translator'] = new \Symfony\Component\Translation\DataCollectorTranslator($a);
  1011.     }
  1012.     /**
  1013.      * Gets the public 'twig' shared service.
  1014.      *
  1015.      * @return \Twig\Environment
  1016.      */
  1017.     protected function getTwigService()
  1018.     {
  1019.         $this->services['twig'] = $instance = new \Twig\Environment(($this->privates['twig.loader.filesystem'] ?? $this->getTwig_Loader_FilesystemService()), ['form_themes' => [=> 'form_div_layout.html.twig'=> '@FOSCKEditor/Form/ckeditor_widget.html.twig'], 'default_path' => ($this->targetDirs[3].'/templates'), 'debug' => true'strict_variables' => true'exception_controller' => 'twig.controller.exception::showAction''autoescape' => 'name''cache' => ($this->targetDirs[0].'/twig'), 'charset' => 'UTF-8''paths' => [], 'date' => ['format' => 'F j, Y H:i''interval_format' => '%d days''timezone' => NULL], 'number_format' => ['decimals' => 0'decimal_point' => '.''thousands_separator' => ',']]);
  1020.         $a = ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService());
  1021.         $b = ($this->services['security.authorization_checker'] ?? $this->getSecurity_AuthorizationCheckerService());
  1022.         $c = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  1023.         $d = ($this->services['translator'] ?? $this->getTranslatorService());
  1024.         $e = ($this->privates['assets.packages'] ?? $this->getAssets_PackagesService());
  1025.         $f = ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService());
  1026.         $g = ($this->services['router'] ?? $this->getRouterService());
  1027.         $h = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  1028.         $i = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'1);
  1029.         $i->setDisplayOptions(['maxStringLength' => 4096'fileLinkFormat' => $f]);
  1030.         $j = ($this->services['easyadmin.property_accessor'] ?? $this->getEasyadmin_PropertyAccessorService());
  1031.         $k = ($this->services['AlterPHP\\EasyAdminExtensionBundle\\Security\\AdminAuthorizationChecker'] ?? $this->getAdminAuthorizationCheckerService());
  1032.         $l = new \CMEN\GoogleChartsBundle\Output\Javascript\DateOutput();
  1033.         $m = new \Symfony\Bridge\Twig\AppVariable();
  1034.         $m->setEnvironment('dev');
  1035.         $m->setDebug(true);
  1036.         if ($this->has('security.token_storage')) {
  1037.             $m->setTokenStorage(($this->services['security.token_storage'] ?? ($this->services['security.token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())));
  1038.         }
  1039.         if ($this->has('request_stack')) {
  1040.             $m->setRequestStack($h);
  1041.         }
  1042.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CsrfExtension());
  1043.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\LogoutUrlExtension($a));
  1044.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\SecurityExtension($b));
  1045.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ProfilerExtension(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), $c));
  1046.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\TranslationExtension($d));
  1047.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\AssetExtension($e));
  1048.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CodeExtension($f$this->targetDirs[3], 'UTF-8'));
  1049.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\RoutingExtension($g));
  1050.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\YamlExtension());
  1051.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\StopwatchExtension($ctrue));
  1052.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ExpressionExtension());
  1053.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpKernelExtension());
  1054.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpFoundationExtension($h, ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService())));
  1055.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\WebLinkExtension($h));
  1056.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\FormExtension([=> $this=> 'twig.form.renderer']));
  1057.         $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())));
  1058.         $instance->addExtension(($this->privates['App\\Twig\\AppExtension'] ?? ($this->privates['App\\Twig\\AppExtension'] = new \App\Twig\AppExtension())));
  1059.         $instance->addExtension(new \Doctrine\Bundle\DoctrineBundle\Twig\DoctrineExtension());
  1060.         $instance->addExtension(new \Symfony\Bundle\WebProfilerBundle\Twig\WebProfilerExtension($i));
  1061.         $instance->addExtension(new \EasyCorp\Bundle\EasyAdminBundle\Twig\EasyAdminTwigExtension(($this->services['easyadmin.config.manager'] ?? $this->getEasyadmin_Config_ManagerService()), $j, ($this->services['easyadmin.router'] ?? $this->getEasyadmin_RouterService()), true$a$d, ($this->services['easyadmin.security.authorization_checker'] ?? $this->getEasyadmin_Security_AuthorizationCheckerService())));
  1062.         $instance->addExtension(new \Vich\UploaderBundle\Twig\Extension\UploaderExtension(($this->services['vich_uploader.templating.helper.uploader_helper'] ?? $this->getVichUploader_Templating_Helper_UploaderHelperService())));
  1063.         $instance->addExtension(new \AlterPHP\EasyAdminExtensionBundle\Twig\ListFormFiltersExtension(($this->privates['AlterPHP\\EasyAdminExtensionBundle\\Helper\\ListFormFiltersHelper'] ?? $this->getListFormFiltersHelperService())));
  1064.         $instance->addExtension(new \AlterPHP\EasyAdminExtensionBundle\Twig\CheckboxTreeExtension());
  1065.         $instance->addExtension(new \AlterPHP\EasyAdminExtensionBundle\Twig\EmbeddedListExtension(($this->privates['AlterPHP\\EasyAdminExtensionBundle\\Helper\\EmbeddedListHelper'] ?? $this->getEmbeddedListHelperService())));
  1066.         $instance->addExtension(new \AlterPHP\EasyAdminExtensionBundle\Twig\AdminAuthorizationExtension($k, new \AlterPHP\EasyAdminExtensionBundle\Helper\MenuHelper($k$b)));
  1067.         $instance->addExtension(new \CMEN\GoogleChartsBundle\Twig\GoogleChartsExtension(new \CMEN\GoogleChartsBundle\Output\Javascript\ChartOutput('current''', new \CMEN\GoogleChartsBundle\Output\Javascript\OptionsOutput($l), new \CMEN\GoogleChartsBundle\Output\Javascript\DataOutput($l), new \CMEN\GoogleChartsBundle\Output\Javascript\EventsOutput())));
  1068.         $instance->addExtension(new \FOS\CKEditorBundle\Twig\CKEditorExtension(new \FOS\CKEditorBundle\Renderer\CKEditorRenderer(new \FOS\CKEditorBundle\Builder\JsonBuilder($j), $g$e$h$instance, (($this->hasParameter("locale")) ? ($this->getParameter("locale")) : (null)))));
  1069.         $instance->addGlobal('app'$m);
  1070.         $instance->addRuntimeLoader(new \Twig\RuntimeLoader\ContainerRuntimeLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1071.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => ['privates''twig.runtime.security_csrf''getTwig_Runtime_SecurityCsrfService.php'true],
  1072.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => ['privates''twig.runtime.httpkernel''getTwig_Runtime_HttpkernelService.php'true],
  1073.             'Symfony\\Component\\Form\\FormRenderer' => ['privates''twig.form.renderer''getTwig_Form_RendererService.php'true],
  1074.         ])));
  1075.         (new \Symfony\Bundle\TwigBundle\DependencyInjection\Configurator\EnvironmentConfigurator('F j, Y H:i''%d days'NULL0'.'','))->configure($instance);
  1076.         return $instance;
  1077.     }
  1078.     /**
  1079.      * Gets the public 'validator' shared service.
  1080.      *
  1081.      * @return \Symfony\Component\Validator\Validator\TraceableValidator
  1082.      */
  1083.     protected function getValidatorService()
  1084.     {
  1085.         return $this->services['validator'] = new \Symfony\Component\Validator\Validator\TraceableValidator(($this->privates['validator.builder'] ?? $this->getValidator_BuilderService())->getValidator());
  1086.     }
  1087.     /**
  1088.      * Gets the public 'var_dumper.cloner' shared service.
  1089.      *
  1090.      * @return \Symfony\Component\VarDumper\Cloner\VarCloner
  1091.      */
  1092.     protected function getVarDumper_ClonerService()
  1093.     {
  1094.         $this->services['var_dumper.cloner'] = $instance = new \Symfony\Component\VarDumper\Cloner\VarCloner();
  1095.         $instance->setMaxItems(2500);
  1096.         $instance->setMinDepth(1);
  1097.         $instance->setMaxString(-1);
  1098.         return $instance;
  1099.     }
  1100.     /**
  1101.      * Gets the public 'vich_uploader.templating.helper.uploader_helper' shared service.
  1102.      *
  1103.      * @return \Vich\UploaderBundle\Templating\Helper\UploaderHelper
  1104.      */
  1105.     protected function getVichUploader_Templating_Helper_UploaderHelperService()
  1106.     {
  1107.         return $this->services['vich_uploader.templating.helper.uploader_helper'] = new \Vich\UploaderBundle\Templating\Helper\UploaderHelper(($this->privates['vich_uploader.storage.file_system'] ?? $this->getVichUploader_Storage_FileSystemService()));
  1108.     }
  1109.     /**
  1110.      * Gets the private 'AlterPHP\EasyAdminExtensionBundle\Helper\EmbeddedListHelper' shared service.
  1111.      *
  1112.      * @return \AlterPHP\EasyAdminExtensionBundle\Helper\EmbeddedListHelper
  1113.      */
  1114.     protected function getEmbeddedListHelperService()
  1115.     {
  1116.         return $this->privates['AlterPHP\\EasyAdminExtensionBundle\\Helper\\EmbeddedListHelper'] = new \AlterPHP\EasyAdminExtensionBundle\Helper\EmbeddedListHelper(($this->services['doctrine'] ?? $this->getDoctrineService()), $this->parameters['easyadmin.config']);
  1117.     }
  1118.     /**
  1119.      * Gets the private 'AlterPHP\EasyAdminExtensionBundle\Helper\ListFormFiltersHelper' shared service.
  1120.      *
  1121.      * @return \AlterPHP\EasyAdminExtensionBundle\Helper\ListFormFiltersHelper
  1122.      */
  1123.     protected function getListFormFiltersHelperService()
  1124.     {
  1125.         return $this->privates['AlterPHP\\EasyAdminExtensionBundle\\Helper\\ListFormFiltersHelper'] = new \AlterPHP\EasyAdminExtensionBundle\Helper\ListFormFiltersHelper(($this->services['form.factory'] ?? $this->getForm_FactoryService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), true);
  1126.     }
  1127.     /**
  1128.      * Gets the private 'App\Twig\AppExtension' shared autowired service.
  1129.      *
  1130.      * @return \App\Twig\AppExtension
  1131.      */
  1132.     protected function getAppExtensionService()
  1133.     {
  1134.         return $this->privates['App\\Twig\\AppExtension'] = new \App\Twig\AppExtension();
  1135.     }
  1136.     /**
  1137.      * Gets the private 'annotations.cached_reader' shared service.
  1138.      *
  1139.      * @return \Doctrine\Common\Annotations\CachedReader
  1140.      */
  1141.     protected function getAnnotations_CachedReaderService()
  1142.     {
  1143.         return $this->privates['annotations.cached_reader'] = new \Doctrine\Common\Annotations\CachedReader(($this->privates['annotations.reader'] ?? $this->getAnnotations_ReaderService()), $this->load('getAnnotations_CacheService.php'), true);
  1144.     }
  1145.     /**
  1146.      * Gets the private 'annotations.reader' shared service.
  1147.      *
  1148.      * @return \Doctrine\Common\Annotations\AnnotationReader
  1149.      */
  1150.     protected function getAnnotations_ReaderService()
  1151.     {
  1152.         $this->privates['annotations.reader'] = $instance = new \Doctrine\Common\Annotations\AnnotationReader();
  1153.         $a = new \Doctrine\Common\Annotations\AnnotationRegistry();
  1154.         $a->registerUniqueLoader('class_exists');
  1155.         $instance->addGlobalIgnoredName('required'$a);
  1156.         return $instance;
  1157.     }
  1158.     /**
  1159.      * Gets the private 'assets.packages' shared service.
  1160.      *
  1161.      * @return \Symfony\Component\Asset\Packages
  1162.      */
  1163.     protected function getAssets_PackagesService()
  1164.     {
  1165.         return $this->privates['assets.packages'] = new \Symfony\Component\Asset\Packages(new \Symfony\Component\Asset\PathPackage('', new \Symfony\Component\Asset\VersionStrategy\EmptyVersionStrategy(), new \Symfony\Component\Asset\Context\RequestStackContext(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ''false)), []);
  1166.     }
  1167.     /**
  1168.      * Gets the private 'cache.annotations' shared service.
  1169.      *
  1170.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1171.      */
  1172.     protected function getCache_AnnotationsService()
  1173.     {
  1174.         return $this->privates['cache.annotations'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('tqnr4l6nDc'0$this->getParameter('container.build_id'), ($this->targetDirs[0].'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1175.     }
  1176.     /**
  1177.      * Gets the private 'cache.easyadmin' shared service.
  1178.      *
  1179.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1180.      */
  1181.     protected function getCache_EasyadminService()
  1182.     {
  1183.         return $this->privates['cache.easyadmin'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('P4kCkmIemf'0$this->getParameter('container.build_id'), ($this->targetDirs[0].'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1184.     }
  1185.     /**
  1186.      * Gets the private 'cache.security_expression_language' shared service.
  1187.      *
  1188.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1189.      */
  1190.     protected function getCache_SecurityExpressionLanguageService()
  1191.     {
  1192.         return $this->privates['cache.security_expression_language'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('ZDwwhitmfj'0$this->getParameter('container.build_id'), ($this->targetDirs[0].'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1193.     }
  1194.     /**
  1195.      * Gets the private 'cache.serializer' shared service.
  1196.      *
  1197.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1198.      */
  1199.     protected function getCache_SerializerService()
  1200.     {
  1201.         return $this->privates['cache.serializer'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('bbORJm525c'0$this->getParameter('container.build_id'), ($this->targetDirs[0].'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1202.     }
  1203.     /**
  1204.      * Gets the private 'cache.validator' shared service.
  1205.      *
  1206.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1207.      */
  1208.     protected function getCache_ValidatorService()
  1209.     {
  1210.         return $this->privates['cache.validator'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('9l7EiSFkF+'0$this->getParameter('container.build_id'), ($this->targetDirs[0].'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1211.     }
  1212.     /**
  1213.      * Gets the private 'config_cache_factory' shared service.
  1214.      *
  1215.      * @return \Symfony\Component\Config\ResourceCheckerConfigCacheFactory
  1216.      */
  1217.     protected function getConfigCacheFactoryService()
  1218.     {
  1219.         return $this->privates['config_cache_factory'] = new \Symfony\Component\Config\ResourceCheckerConfigCacheFactory(new RewindableGenerator(function () {
  1220.             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)));
  1221.             yield => ($this->privates['config.resource.self_checking_resource_checker'] ?? ($this->privates['config.resource.self_checking_resource_checker'] = new \Symfony\Component\Config\Resource\SelfCheckingResourceChecker()));
  1222.         }, 2));
  1223.     }
  1224.     /**
  1225.      * Gets the private 'data_collector.form' shared service.
  1226.      *
  1227.      * @return \Symfony\Component\Form\Extension\DataCollector\FormDataCollector
  1228.      */
  1229.     protected function getDataCollector_FormService()
  1230.     {
  1231.         return $this->privates['data_collector.form'] = new \Symfony\Component\Form\Extension\DataCollector\FormDataCollector(new \Symfony\Component\Form\Extension\DataCollector\FormDataExtractor());
  1232.     }
  1233.     /**
  1234.      * Gets the private 'debug.controller_resolver' shared service.
  1235.      *
  1236.      * @return \Symfony\Component\HttpKernel\Controller\TraceableControllerResolver
  1237.      */
  1238.     protected function getDebug_ControllerResolverService()
  1239.     {
  1240.         return $this->privates['debug.controller_resolver'] = new \Symfony\Component\HttpKernel\Controller\TraceableControllerResolver(new \Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver($this, ($this->privates['controller_name_converter'] ?? ($this->privates['controller_name_converter'] = new \Symfony\Bundle\FrameworkBundle\Controller\ControllerNameParser(($this->services['kernel'] ?? $this->get('kernel'1))))), ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService())), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  1241.     }
  1242.     /**
  1243.      * Gets the private 'debug.debug_handlers_listener' shared service.
  1244.      *
  1245.      * @return \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener
  1246.      */
  1247.     protected function getDebug_DebugHandlersListenerService()
  1248.     {
  1249.         $a = new \Symfony\Bridge\Monolog\Logger('php');
  1250.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1251.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1252.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1253.         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'UTF-8');
  1254.     }
  1255.     /**
  1256.      * Gets the private 'debug.file_link_formatter' shared service.
  1257.      *
  1258.      * @return \Symfony\Component\HttpKernel\Debug\FileLinkFormatter
  1259.      */
  1260.     protected function getDebug_FileLinkFormatterService()
  1261.     {
  1262.         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())), $this->targetDirs[3], function () {
  1263.             return ($this->privates['debug.file_link_formatter.url_format'] ?? $this->load('getDebug_FileLinkFormatter_UrlFormatService.php'));
  1264.         });
  1265.     }
  1266.     /**
  1267.      * Gets the private 'debug.log_processor' shared service.
  1268.      *
  1269.      * @return \Symfony\Bridge\Monolog\Processor\DebugProcessor
  1270.      */
  1271.     protected function getDebug_LogProcessorService()
  1272.     {
  1273.         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())));
  1274.     }
  1275.     /**
  1276.      * Gets the private 'debug.security.access.decision_manager' shared service.
  1277.      *
  1278.      * @return \Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager
  1279.      */
  1280.     protected function getDebug_Security_Access_DecisionManagerService()
  1281.     {
  1282.         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 () {
  1283.             yield => ($this->privates['debug.security.voter.security.access.authenticated_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_AuthenticatedVoterService.php'));
  1284.             yield => ($this->privates['debug.security.voter.security.access.role_hierarchy_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_RoleHierarchyVoterService.php'));
  1285.             yield => ($this->privates['debug.security.voter.security.access.expression_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_ExpressionVoterService.php'));
  1286.         }, 3), 'affirmative'falsetrue));
  1287.     }
  1288.     /**
  1289.      * Gets the private 'debug.security.firewall' shared service.
  1290.      *
  1291.      * @return \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener
  1292.      */
  1293.     protected function getDebug_Security_FirewallService()
  1294.     {
  1295.         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()));
  1296.     }
  1297.     /**
  1298.      * Gets the private 'form.registry' shared service.
  1299.      *
  1300.      * @return \Symfony\Component\Form\FormRegistry
  1301.      */
  1302.     protected function getForm_RegistryService()
  1303.     {
  1304.         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, [
  1305.             'easyadmin.filter.type.array' => ['privates''easyadmin.filter.type.array''getEasyadmin_Filter_Type_ArrayService.php'true],
  1306.             'easyadmin.filter.type.boolean' => ['privates''easyadmin.filter.type.boolean''getEasyadmin_Filter_Type_BooleanService.php'true],
  1307.             'easyadmin.filter.type.choice' => ['privates''easyadmin.filter.type.choice''getEasyadmin_Filter_Type_ChoiceService.php'true],
  1308.             'easyadmin.filter.type.comparison' => ['privates''easyadmin.filter.type.comparison''getEasyadmin_Filter_Type_ComparisonService.php'true],
  1309.             'easyadmin.filter.type.date' => ['privates''easyadmin.filter.type.date''getEasyadmin_Filter_Type_DateService.php'true],
  1310.             'easyadmin.filter.type.dateinterval' => ['privates''easyadmin.filter.type.dateinterval''getEasyadmin_Filter_Type_DateintervalService.php'true],
  1311.             'easyadmin.filter.type.datetime' => ['privates''easyadmin.filter.type.datetime''getEasyadmin_Filter_Type_DatetimeService.php'true],
  1312.             'easyadmin.filter.type.decimal' => ['privates''easyadmin.filter.type.decimal''getEasyadmin_Filter_Type_DecimalService.php'true],
  1313.             'easyadmin.filter.type.entity' => ['privates''easyadmin.filter.type.entity''getEasyadmin_Filter_Type_EntityService.php'true],
  1314.             'easyadmin.filter.type.float' => ['privates''easyadmin.filter.type.float''getEasyadmin_Filter_Type_FloatService.php'true],
  1315.             'easyadmin.filter.type.integer' => ['privates''easyadmin.filter.type.integer''getEasyadmin_Filter_Type_IntegerService.php'true],
  1316.             'easyadmin.filter.type.text' => ['privates''easyadmin.filter.type.text''getEasyadmin_Filter_Type_TextService.php'true],
  1317.             'easyadmin.filter.type.textarea' => ['privates''easyadmin.filter.type.textarea''getEasyadmin_Filter_Type_TextareaService.php'true],
  1318.             'easyadmin.filter.type.time' => ['privates''easyadmin.filter.type.time''getEasyadmin_Filter_Type_TimeService.php'true],
  1319.         ]), [], new RewindableGenerator(function () {
  1320.             return new \EmptyIterator();
  1321.         }, 0)), => new \Symfony\Component\Form\Extension\DependencyInjection\DependencyInjectionExtension(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1322.             'AlterPHP\\EasyAdminExtensionBundle\\Form\\Type\\EasyAdminEmbeddedListType' => ['privates''AlterPHP\\EasyAdminExtensionBundle\\Form\\Type\\EasyAdminEmbeddedListType''getEasyAdminEmbeddedListTypeService.php'true],
  1323.             'AlterPHP\\EasyAdminExtensionBundle\\Form\\Type\\Security\\AdminRolesType' => ['privates''AlterPHP\\EasyAdminExtensionBundle\\Form\\Type\\Security\\AdminRolesType''getAdminRolesTypeService.php'true],
  1324.             'App\\Form\\DashboardFilterType' => ['privates''App\\Form\\DashboardFilterType''getDashboardFilterTypeService.php'true],
  1325.             'App\\Form\\Type\\AdminUserType' => ['privates''App\\Form\\Type\\AdminUserType''getAdminUserTypeService.php'true],
  1326.             'App\\Form\\Type\\AlunoType' => ['privates''App\\Form\\Type\\AlunoType''getAlunoTypeService.php'true],
  1327.             'App\\Form\\Type\\ContatoType' => ['privates''App\\Form\\Type\\ContatoType''getContatoTypeService.php'true],
  1328.             'App\\Form\\Type\\ExtraFieldsType' => ['privates''App\\Form\\Type\\ExtraFieldsType''getExtraFieldsTypeService.php'true],
  1329.             'App\\Form\\Type\\HorarioType' => ['privates''App\\Form\\Type\\HorarioType''getHorarioTypeService.php'true],
  1330.             'App\\Form\\Type\\PessoaJuridicaExtraFieldsType' => ['privates''App\\Form\\Type\\PessoaJuridicaExtraFieldsType''getPessoaJuridicaExtraFieldsTypeService.php'true],
  1331.             'App\\Form\\Type\\ProfessorAndAdminType' => ['privates''App\\Form\\Type\\ProfessorAndAdminType''getProfessorAndAdminTypeService.php'true],
  1332.             'App\\Form\\Type\\ProfessorType' => ['privates''App\\Form\\Type\\ProfessorType''getProfessorTypeService.php'true],
  1333.             'App\\Form\\Type\\SolicitacaoType' => ['privates''App\\Form\\Type\\SolicitacaoType''getSolicitacaoTypeService.php'true],
  1334.             'App\\Form\\Type\\VendaType' => ['privates''App\\Form\\Type\\VendaType''getVendaTypeService.php'true],
  1335.             'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\EasyAdminAutocompleteType' => ['privates''easyadmin.form.type.autocomplete''getEasyadmin_Form_Type_AutocompleteService.php'true],
  1336.             'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\EasyAdminBatchFormType' => ['privates''easyadmin.form.type.batch''getEasyadmin_Form_Type_BatchService.php'true],
  1337.             'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\EasyAdminDividerType' => ['privates''easyadmin.form.type.divider''getEasyadmin_Form_Type_DividerService.php'true],
  1338.             'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\EasyAdminFiltersFormType' => ['privates''easyadmin.form.type.filters''getEasyadmin_Form_Type_FiltersService.php'true],
  1339.             'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\EasyAdminFormType' => ['privates''easyadmin.form.type''getEasyadmin_Form_TypeService.php'true],
  1340.             'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\EasyAdminGroupType' => ['privates''easyadmin.form.type.group''getEasyadmin_Form_Type_GroupService.php'true],
  1341.             'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\EasyAdminSectionType' => ['privates''easyadmin.form.type.section''getEasyadmin_Form_Type_SectionService.php'true],
  1342.             'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\FileUploadType' => ['privates''easyadmin.form.type.fileupload''getEasyadmin_Form_Type_FileuploadService.php'true],
  1343.             'FOS\\CKEditorBundle\\Form\\Type\\CKEditorType' => ['privates''fos_ck_editor.form.type''getFosCkEditor_Form_TypeService.php'true],
  1344.             'FOS\\UserBundle\\Form\\Type\\ChangePasswordFormType' => ['privates''fos_user.change_password.form.type''getFosUser_ChangePassword_Form_TypeService.php'true],
  1345.             'FOS\\UserBundle\\Form\\Type\\ProfileFormType' => ['privates''fos_user.profile.form.type''getFosUser_Profile_Form_TypeService.php'true],
  1346.             'FOS\\UserBundle\\Form\\Type\\RegistrationFormType' => ['privates''fos_user.registration.form.type''getFosUser_Registration_Form_TypeService.php'true],
  1347.             'FOS\\UserBundle\\Form\\Type\\ResettingFormType' => ['privates''fos_user.resetting.form.type''getFosUser_Resetting_Form_TypeService.php'true],
  1348.             'FOS\\UserBundle\\Form\\Type\\UsernameFormType' => ['privates''fos_user.username_form_type''getFosUser_UsernameFormTypeService.php'true],
  1349.             'Symfony\\Bridge\\Doctrine\\Form\\Type\\EntityType' => ['privates''form.type.entity''getForm_Type_EntityService.php'true],
  1350.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType' => ['privates''form.type.choice''getForm_Type_ChoiceService.php'true],
  1351.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType' => ['services''form.type.file''getForm_Type_FileService.php'true],
  1352.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => ['privates''form.type.form''getForm_Type_FormService.php'true],
  1353.             'Vich\\UploaderBundle\\Form\\Type\\VichFileType' => ['services''vich_uploader.form.type.file''getVichUploader_Form_Type_FileService.php'true],
  1354.             'Vich\\UploaderBundle\\Form\\Type\\VichImageType' => ['services''vich_uploader.form.type.image''getVichUploader_Form_Type_ImageService.php'true],
  1355.         ]), ['Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => new RewindableGenerator(function () {
  1356.             yield => ($this->privates['form.type_extension.form.transformation_failure_handling'] ?? $this->load('getForm_TypeExtension_Form_TransformationFailureHandlingService.php'));
  1357.             yield => ($this->privates['form.type_extension.form.http_foundation'] ?? $this->load('getForm_TypeExtension_Form_HttpFoundationService.php'));
  1358.             yield => ($this->privates['form.type_extension.form.validator'] ?? $this->load('getForm_TypeExtension_Form_ValidatorService.php'));
  1359.             yield => ($this->privates['form.type_extension.upload.validator'] ?? $this->load('getForm_TypeExtension_Upload_ValidatorService.php'));
  1360.             yield => ($this->privates['form.type_extension.csrf'] ?? $this->load('getForm_TypeExtension_CsrfService.php'));
  1361.             yield => ($this->privates['form.type_extension.form.data_collector'] ?? $this->load('getForm_TypeExtension_Form_DataCollectorService.php'));
  1362.             yield => ($this->privates['easyadmin.form.type.extension'] ?? $this->load('getEasyadmin_Form_Type_ExtensionService.php'));
  1363.         }, 7), 'Symfony\\Component\\Form\\Extension\\Core\\Type\\RepeatedType' => new RewindableGenerator(function () {
  1364.             yield => ($this->privates['form.type_extension.repeated.validator'] ?? ($this->privates['form.type_extension.repeated.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\RepeatedTypeValidatorExtension()));
  1365.         }, 1), 'Symfony\\Component\\Form\\Extension\\Core\\Type\\SubmitType' => new RewindableGenerator(function () {
  1366.             yield => ($this->privates['form.type_extension.submit.validator'] ?? ($this->privates['form.type_extension.submit.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\SubmitTypeValidatorExtension()));
  1367.         }, 1), 'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\EasyAdminAutocompleteType' => new RewindableGenerator(function () {
  1368.             yield => ($this->privates['AlterPHP\\EasyAdminExtensionBundle\\Form\\Type\\Extension\\EasyAdminAutocompleteTypeExtension'] ?? $this->load('getEasyAdminAutocompleteTypeExtensionService.php'));
  1369.         }, 1)], new RewindableGenerator(function () {
  1370.             yield => ($this->privates['form.type_guesser.validator'] ?? $this->load('getForm_TypeGuesser_ValidatorService.php'));
  1371.             yield => ($this->privates['form.type_guesser.doctrine'] ?? $this->load('getForm_TypeGuesser_DoctrineService.php'));
  1372.             yield => ($this->services['easyadmin.form.guesser.missing_doctrine_orm_type_guesser'] ?? $this->load('getEasyadmin_Form_Guesser_MissingDoctrineOrmTypeGuesserService.php'));
  1373.         }, 3))], new \Symfony\Component\Form\Extension\DataCollector\Proxy\ResolvedTypeFactoryDataCollectorProxy(new \Symfony\Component\Form\ResolvedFormTypeFactory(), ($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService())));
  1374.     }
  1375.     /**
  1376.      * Gets the private 'fos_user.util.canonical_fields_updater' shared service.
  1377.      *
  1378.      * @return \FOS\UserBundle\Util\CanonicalFieldsUpdater
  1379.      */
  1380.     protected function getFosUser_Util_CanonicalFieldsUpdaterService()
  1381.     {
  1382.         $a = new \FOS\UserBundle\Util\Canonicalizer();
  1383.         return $this->privates['fos_user.util.canonical_fields_updater'] = new \FOS\UserBundle\Util\CanonicalFieldsUpdater($a$a);
  1384.     }
  1385.     /**
  1386.      * Gets the private 'framework_extra_bundle.argument_name_convertor' shared service.
  1387.      *
  1388.      * @return \Sensio\Bundle\FrameworkExtraBundle\Request\ArgumentNameConverter
  1389.      */
  1390.     protected function getFrameworkExtraBundle_ArgumentNameConvertorService()
  1391.     {
  1392.         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())));
  1393.     }
  1394.     /**
  1395.      * Gets the private 'framework_extra_bundle.event.is_granted' shared service.
  1396.      *
  1397.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener
  1398.      */
  1399.     protected function getFrameworkExtraBundle_Event_IsGrantedService()
  1400.     {
  1401.         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()));
  1402.     }
  1403.     /**
  1404.      * Gets the private 'locale_listener' shared service.
  1405.      *
  1406.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleListener
  1407.      */
  1408.     protected function getLocaleListenerService()
  1409.     {
  1410.         return $this->privates['locale_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleListener(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), 'pt_BR', ($this->services['router'] ?? $this->getRouterService()));
  1411.     }
  1412.     /**
  1413.      * Gets the private 'monolog.handler.console' shared service.
  1414.      *
  1415.      * @return \Symfony\Bridge\Monolog\Handler\ConsoleHandler
  1416.      */
  1417.     protected function getMonolog_Handler_ConsoleService()
  1418.     {
  1419.         return $this->privates['monolog.handler.console'] = new \Symfony\Bridge\Monolog\Handler\ConsoleHandler(NULLtrue, [], []);
  1420.     }
  1421.     /**
  1422.      * Gets the private 'monolog.handler.main' shared service.
  1423.      *
  1424.      * @return \Monolog\Handler\StreamHandler
  1425.      */
  1426.     protected function getMonolog_Handler_MainService()
  1427.     {
  1428.         $this->privates['monolog.handler.main'] = $instance = new \Monolog\Handler\StreamHandler(($this->targetDirs[2].'/log/dev.log'), 100trueNULLfalse);
  1429.         $instance->pushProcessor(new \Monolog\Processor\PsrLogMessageProcessor());
  1430.         return $instance;
  1431.     }
  1432.     /**
  1433.      * Gets the private 'monolog.logger' shared service.
  1434.      *
  1435.      * @return \Symfony\Bridge\Monolog\Logger
  1436.      */
  1437.     protected function getMonolog_LoggerService()
  1438.     {
  1439.         $this->privates['monolog.logger'] = $instance = new \Symfony\Bridge\Monolog\Logger('app');
  1440.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1441.         $instance->useMicrosecondTimestamps(true);
  1442.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1443.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1444.         return $instance;
  1445.     }
  1446.     /**
  1447.      * Gets the private 'monolog.logger.cache' shared service.
  1448.      *
  1449.      * @return \Symfony\Bridge\Monolog\Logger
  1450.      */
  1451.     protected function getMonolog_Logger_CacheService()
  1452.     {
  1453.         $this->privates['monolog.logger.cache'] = $instance = new \Symfony\Bridge\Monolog\Logger('cache');
  1454.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1455.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1456.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1457.         return $instance;
  1458.     }
  1459.     /**
  1460.      * Gets the private 'monolog.logger.request' shared service.
  1461.      *
  1462.      * @return \Symfony\Bridge\Monolog\Logger
  1463.      */
  1464.     protected function getMonolog_Logger_RequestService()
  1465.     {
  1466.         $this->privates['monolog.logger.request'] = $instance = new \Symfony\Bridge\Monolog\Logger('request');
  1467.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1468.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1469.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1470.         return $instance;
  1471.     }
  1472.     /**
  1473.      * Gets the private 'nelmio_cors.cors_listener' shared service.
  1474.      *
  1475.      * @return \Nelmio\CorsBundle\EventListener\CorsListener
  1476.      */
  1477.     protected function getNelmioCors_CorsListenerService()
  1478.     {
  1479.         return $this->privates['nelmio_cors.cors_listener'] = new \Nelmio\CorsBundle\EventListener\CorsListener(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), new \Nelmio\CorsBundle\Options\Resolver([=> new \Nelmio\CorsBundle\Options\ConfigProvider($this->parameters['nelmio_cors.map'], $this->parameters['nelmio_cors.defaults'])]));
  1480.     }
  1481.     /**
  1482.      * Gets the private 'parameter_bag' shared service.
  1483.      *
  1484.      * @return \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag
  1485.      */
  1486.     protected function getParameterBagService()
  1487.     {
  1488.         return $this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this);
  1489.     }
  1490.     /**
  1491.      * Gets the private 'profiler_listener' shared service.
  1492.      *
  1493.      * @return \Symfony\Component\HttpKernel\EventListener\ProfilerListener
  1494.      */
  1495.     protected function getProfilerListenerService()
  1496.     {
  1497.         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);
  1498.     }
  1499.     /**
  1500.      * Gets the private 'resolve_controller_name_subscriber' shared service.
  1501.      *
  1502.      * @return \Symfony\Bundle\FrameworkBundle\EventListener\ResolveControllerNameSubscriber
  1503.      */
  1504.     protected function getResolveControllerNameSubscriberService()
  1505.     {
  1506.         return $this->privates['resolve_controller_name_subscriber'] = new \Symfony\Bundle\FrameworkBundle\EventListener\ResolveControllerNameSubscriber(($this->privates['controller_name_converter'] ?? ($this->privates['controller_name_converter'] = new \Symfony\Bundle\FrameworkBundle\Controller\ControllerNameParser(($this->services['kernel'] ?? $this->get('kernel'1))))));
  1507.     }
  1508.     /**
  1509.      * Gets the private 'router.request_context' shared service.
  1510.      *
  1511.      * @return \Symfony\Component\Routing\RequestContext
  1512.      */
  1513.     protected function getRouter_RequestContextService()
  1514.     {
  1515.         return $this->privates['router.request_context'] = new \Symfony\Component\Routing\RequestContext('''GET''localhost''http'80443);
  1516.     }
  1517.     /**
  1518.      * Gets the private 'router_listener' shared service.
  1519.      *
  1520.      * @return \Symfony\Component\HttpKernel\EventListener\RouterListener
  1521.      */
  1522.     protected function getRouterListenerService()
  1523.     {
  1524.         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()), $this->targetDirs[3], true);
  1525.     }
  1526.     /**
  1527.      * Gets the private 'security.authentication.manager' shared service.
  1528.      *
  1529.      * @return \Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager
  1530.      */
  1531.     protected function getSecurity_Authentication_ManagerService()
  1532.     {
  1533.         $this->privates['security.authentication.manager'] = $instance = new \Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager(new RewindableGenerator(function () {
  1534.             yield => ($this->privates['security.authentication.provider.dao.main'] ?? $this->load('getSecurity_Authentication_Provider_Dao_MainService.php'));
  1535.             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'))));
  1536.         }, 2), true);
  1537.         $instance->setEventDispatcher(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  1538.         return $instance;
  1539.     }
  1540.     /**
  1541.      * Gets the private 'security.firewall.map' shared service.
  1542.      *
  1543.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallMap
  1544.      */
  1545.     protected function getSecurity_Firewall_MapService()
  1546.     {
  1547.         return $this->privates['security.firewall.map'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallMap(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1548.             'security.firewall.map.context.main' => ['privates''security.firewall.map.context.main''getSecurity_Firewall_Map_Context_MainService.php'true],
  1549.         ]), new RewindableGenerator(function () {
  1550.             yield 'security.firewall.map.context.main' => ($this->privates['.security.request_matcher.3UEFixr'] ?? ($this->privates['.security.request_matcher.3UEFixr'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/')));
  1551.         }, 1));
  1552.     }
  1553.     /**
  1554.      * Gets the private 'security.logout_url_generator' shared service.
  1555.      *
  1556.      * @return \Symfony\Component\Security\Http\Logout\LogoutUrlGenerator
  1557.      */
  1558.     protected function getSecurity_LogoutUrlGeneratorService()
  1559.     {
  1560.         $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->services['security.token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())));
  1561.         $instance->registerListener('main''/logout''logout''_csrf_token'NULLNULL);
  1562.         return $instance;
  1563.     }
  1564.     /**
  1565.      * Gets the private 'security.role_hierarchy' shared service.
  1566.      *
  1567.      * @return \Symfony\Component\Security\Core\Role\RoleHierarchy
  1568.      */
  1569.     protected function getSecurity_RoleHierarchyService()
  1570.     {
  1571.         return $this->privates['security.role_hierarchy'] = new \Symfony\Component\Security\Core\Role\RoleHierarchy($this->parameters['security.role_hierarchy.roles']);
  1572.     }
  1573.     /**
  1574.      * Gets the private 'sensio_framework_extra.controller.listener' shared service.
  1575.      *
  1576.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener
  1577.      */
  1578.     protected function getSensioFrameworkExtra_Controller_ListenerService()
  1579.     {
  1580.         return $this->privates['sensio_framework_extra.controller.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  1581.     }
  1582.     /**
  1583.      * Gets the private 'sensio_framework_extra.converter.listener' shared service.
  1584.      *
  1585.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener
  1586.      */
  1587.     protected function getSensioFrameworkExtra_Converter_ListenerService()
  1588.     {
  1589.         $a = new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\ParamConverterManager();
  1590.         $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DoctrineParamConverter(($this->services['doctrine'] ?? $this->getDoctrineService()), new \Symfony\Component\ExpressionLanguage\ExpressionLanguage()), 0'doctrine.orm');
  1591.         $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DateTimeParamConverter(), 0'datetime');
  1592.         return $this->privates['sensio_framework_extra.converter.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener($atrue);
  1593.     }
  1594.     /**
  1595.      * Gets the private 'sensio_framework_extra.security.listener' shared service.
  1596.      *
  1597.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener
  1598.      */
  1599.     protected function getSensioFrameworkExtra_Security_ListenerService()
  1600.     {
  1601.         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->services['security.token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), ($this->services['security.authorization_checker'] ?? $this->getSecurity_AuthorizationCheckerService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  1602.     }
  1603.     /**
  1604.      * Gets the private 'sensio_framework_extra.view.listener' shared service.
  1605.      *
  1606.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener
  1607.      */
  1608.     protected function getSensioFrameworkExtra_View_ListenerService()
  1609.     {
  1610.         return $this->privates['sensio_framework_extra.view.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener(new \Sensio\Bundle\FrameworkExtraBundle\Templating\TemplateGuesser(($this->services['kernel'] ?? $this->get('kernel'1))), ($this->services['twig'] ?? $this->getTwigService()));
  1611.     }
  1612.     /**
  1613.      * Gets the private 'session_listener' shared service.
  1614.      *
  1615.      * @return \Symfony\Component\HttpKernel\EventListener\SessionListener
  1616.      */
  1617.     protected function getSessionListenerService()
  1618.     {
  1619.         return $this->privates['session_listener'] = new \Symfony\Component\HttpKernel\EventListener\SessionListener(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1620.             'initialized_session' => ['services''session'NULLtrue],
  1621.             'session' => ['services''session''getSessionService.php'true],
  1622.         ]));
  1623.     }
  1624.     /**
  1625.      * Gets the private 'templating.locator' shared service.
  1626.      *
  1627.      * @return \Symfony\Bundle\FrameworkBundle\Templating\Loader\TemplateLocator
  1628.      */
  1629.     protected function getTemplating_LocatorService()
  1630.     {
  1631.         return $this->privates['templating.locator'] = new \Symfony\Bundle\FrameworkBundle\Templating\Loader\TemplateLocator(($this->privates['file_locator'] ?? ($this->privates['file_locator'] = new \Symfony\Component\HttpKernel\Config\FileLocator(($this->services['kernel'] ?? $this->get('kernel'1)), ($this->targetDirs[3].'/src/Resources'), [=> ($this->targetDirs[3].'/src')]))), $this->targetDirs[0]);
  1632.     }
  1633.     /**
  1634.      * Gets the private 'translator_listener' shared service.
  1635.      *
  1636.      * @return \Symfony\Component\HttpKernel\EventListener\TranslatorListener
  1637.      */
  1638.     protected function getTranslatorListenerService()
  1639.     {
  1640.         return $this->privates['translator_listener'] = new \Symfony\Component\HttpKernel\EventListener\TranslatorListener(($this->services['translator'] ?? $this->getTranslatorService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  1641.     }
  1642.     /**
  1643.      * Gets the private 'twig.loader.filesystem' shared service.
  1644.      *
  1645.      * @return \Symfony\Bundle\TwigBundle\Loader\FilesystemLoader
  1646.      */
  1647.     protected function getTwig_Loader_FilesystemService()
  1648.     {
  1649.         $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->privates['templating.name_parser'] = new \Symfony\Bundle\FrameworkBundle\Templating\TemplateNameParser(($this->services['kernel'] ?? $this->get('kernel'1))))), $this->targetDirs[3]);
  1650.         $instance->addPath(($this->targetDirs[3].'/vendor/symfony/framework-bundle/Resources/views'), 'Framework');
  1651.         $instance->addPath(($this->targetDirs[3].'/vendor/symfony/framework-bundle/Resources/views'), '!Framework');
  1652.         $instance->addPath(($this->targetDirs[3].'/vendor/doctrine/doctrine-bundle/Resources/views'), 'Doctrine');
  1653.         $instance->addPath(($this->targetDirs[3].'/vendor/doctrine/doctrine-bundle/Resources/views'), '!Doctrine');
  1654.         $instance->addPath(($this->targetDirs[3].'/vendor/symfony/security-bundle/Resources/views'), 'Security');
  1655.         $instance->addPath(($this->targetDirs[3].'/vendor/symfony/security-bundle/Resources/views'), '!Security');
  1656.         $instance->addPath(($this->targetDirs[3].'/vendor/symfony/swiftmailer-bundle/Resources/views'), 'Swiftmailer');
  1657.         $instance->addPath(($this->targetDirs[3].'/vendor/symfony/swiftmailer-bundle/Resources/views'), '!Swiftmailer');
  1658.         $instance->addPath(($this->targetDirs[3].'/vendor/symfony/twig-bundle/Resources/views'), 'Twig');
  1659.         $instance->addPath(($this->targetDirs[3].'/vendor/symfony/twig-bundle/Resources/views'), '!Twig');
  1660.         $instance->addPath(($this->targetDirs[3].'/vendor/symfony/web-profiler-bundle/Resources/views'), 'WebProfiler');
  1661.         $instance->addPath(($this->targetDirs[3].'/vendor/symfony/web-profiler-bundle/Resources/views'), '!WebProfiler');
  1662.         $instance->addPath(($this->targetDirs[3].'/vendor/symfony/debug-bundle/Resources/views'), 'Debug');
  1663.         $instance->addPath(($this->targetDirs[3].'/vendor/symfony/debug-bundle/Resources/views'), '!Debug');
  1664.         $instance->addPath(($this->targetDirs[3].'/templates/bundles/FOSUserBundle'), 'FOSUser');
  1665.         $instance->addPath(($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/views'), 'FOSUser');
  1666.         $instance->addPath(($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/views'), '!FOSUser');
  1667.         $instance->addPath(($this->targetDirs[3].'/vendor/easycorp/easyadmin-bundle/src/Resources/views'), 'EasyAdmin');
  1668.         $instance->addPath(($this->targetDirs[3].'/vendor/easycorp/easyadmin-bundle/src/Resources/views'), '!EasyAdmin');
  1669.         $instance->addPath(($this->targetDirs[3].'/vendor/vich/uploader-bundle/Resources/views'), 'VichUploader');
  1670.         $instance->addPath(($this->targetDirs[3].'/vendor/vich/uploader-bundle/Resources/views'), '!VichUploader');
  1671.         $instance->addPath(($this->targetDirs[3].'/templates/bundles/EasyAdminExtensionBundle'), 'EasyAdminExtension');
  1672.         $instance->addPath(($this->targetDirs[3].'/vendor/alterphp/easyadmin-extension-bundle/src/Resources/views'), 'EasyAdminExtension');
  1673.         $instance->addPath(($this->targetDirs[3].'/vendor/alterphp/easyadmin-extension-bundle/src/Resources/views'), '!EasyAdminExtension');
  1674.         $instance->addPath(($this->targetDirs[3].'/vendor/friendsofsymfony/ckeditor-bundle/src/Resources/views'), 'FOSCKEditor');
  1675.         $instance->addPath(($this->targetDirs[3].'/vendor/friendsofsymfony/ckeditor-bundle/src/Resources/views'), '!FOSCKEditor');
  1676.         $instance->addPath(($this->targetDirs[3].'/templates'));
  1677.         $instance->addPath(($this->targetDirs[3].'/vendor/symfony/twig-bridge/Resources/views/Form'));
  1678.         $instance->prependPath(($this->targetDirs[3].'/vendor/alterphp/easyadmin-extension-bundle/src/Resources/views'), 'EasyAdmin');
  1679.         $instance->addPath(($this->targetDirs[3].'/vendor/easycorp/easyadmin-bundle/src/Resources/views'), 'BaseEasyAdmin');
  1680.         return $instance;
  1681.     }
  1682.     /**
  1683.      * Gets the private 'validator.builder' shared service.
  1684.      *
  1685.      * @return \Symfony\Component\Validator\ValidatorBuilderInterface
  1686.      */
  1687.     protected function getValidator_BuilderService()
  1688.     {
  1689.         $this->privates['validator.builder'] = $instance = \Symfony\Component\Validator\Validation::createValidatorBuilder();
  1690.         $instance->setConstraintValidatorFactory(new \Symfony\Component\Validator\ContainerConstraintValidatorFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1691.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService.php'true],
  1692.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService.php'true],
  1693.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => ['privates''validator.email''getValidator_EmailService.php'true],
  1694.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => ['privates''validator.expression''getValidator_ExpressionService.php'true],
  1695.             'doctrine.orm.validator.unique' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService.php'true],
  1696.             'security.validator.user_password' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService.php'true],
  1697.             'validator.expression' => ['privates''validator.expression''getValidator_ExpressionService.php'true],
  1698.         ])));
  1699.         $instance->setTranslator(new \Symfony\Component\Validator\Util\LegacyTranslatorProxy(($this->services['translator'] ?? $this->getTranslatorService())));
  1700.         $instance->setTranslationDomain('validators');
  1701.         $instance->addXmlMappings([=> ($this->targetDirs[3].'/vendor/symfony/form/Resources/config/validation.xml'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/config/validation.xml')]);
  1702.         $instance->enableAnnotationMapping(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  1703.         $instance->addMethodMapping('loadValidatorMetadata');
  1704.         $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()))]);
  1705.         $instance->addXmlMapping(($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/DependencyInjection/Compiler/../../Resources/config/storage-validation/orm.xml'));
  1706.         return $instance;
  1707.     }
  1708.     /**
  1709.      * Gets the private 'var_dumper.html_dumper' shared service.
  1710.      *
  1711.      * @return \Symfony\Component\VarDumper\Dumper\HtmlDumper
  1712.      */
  1713.     protected function getVarDumper_HtmlDumperService()
  1714.     {
  1715.         $this->privates['var_dumper.html_dumper'] = $instance = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'0);
  1716.         $instance->setDisplayOptions(['fileLinkFormat' => ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())]);
  1717.         return $instance;
  1718.     }
  1719.     /**
  1720.      * Gets the private 'var_dumper.server_connection' shared service.
  1721.      *
  1722.      * @return \Symfony\Component\VarDumper\Server\Connection
  1723.      */
  1724.     protected function getVarDumper_ServerConnectionService()
  1725.     {
  1726.         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'$this->targetDirs[3], ($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()]);
  1727.     }
  1728.     /**
  1729.      * Gets the private 'vich_uploader.metadata_reader' shared service.
  1730.      *
  1731.      * @return \Vich\UploaderBundle\Metadata\MetadataReader
  1732.      */
  1733.     protected function getVichUploader_MetadataReaderService()
  1734.     {
  1735.         $a = new \Metadata\Driver\FileLocator([]);
  1736.         $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)]), 'Metadata\\ClassHierarchyMetadata'true);
  1737.         $b->setCache(new \Metadata\Cache\FileCache(($this->targetDirs[0].'/vich_uploader')));
  1738.         return $this->privates['vich_uploader.metadata_reader'] = new \Vich\UploaderBundle\Metadata\MetadataReader($b);
  1739.     }
  1740.     /**
  1741.      * Gets the private 'vich_uploader.property_mapping_factory' shared service.
  1742.      *
  1743.      * @return \Vich\UploaderBundle\Mapping\PropertyMappingFactory
  1744.      */
  1745.     protected function getVichUploader_PropertyMappingFactoryService()
  1746.     {
  1747.         return $this->privates['vich_uploader.property_mapping_factory'] = new \Vich\UploaderBundle\Mapping\PropertyMappingFactory($this, ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), $this->getParameter('vich_uploader.mappings'), '_name');
  1748.     }
  1749.     /**
  1750.      * Gets the private 'vich_uploader.storage.file_system' shared service.
  1751.      *
  1752.      * @return \Vich\UploaderBundle\Storage\FileSystemStorage
  1753.      */
  1754.     protected function getVichUploader_Storage_FileSystemService()
  1755.     {
  1756.         return $this->privates['vich_uploader.storage.file_system'] = new \Vich\UploaderBundle\Storage\FileSystemStorage(($this->privates['vich_uploader.property_mapping_factory'] ?? $this->getVichUploader_PropertyMappingFactoryService()));
  1757.     }
  1758.     /**
  1759.      * Gets the private 'web_profiler.csp.handler' shared service.
  1760.      *
  1761.      * @return \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler
  1762.      */
  1763.     protected function getWebProfiler_Csp_HandlerService()
  1764.     {
  1765.         return $this->privates['web_profiler.csp.handler'] = new \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler(new \Symfony\Bundle\WebProfilerBundle\Csp\NonceGenerator());
  1766.     }
  1767.     /**
  1768.      * Gets the private 'web_profiler.debug_toolbar' shared service.
  1769.      *
  1770.      * @return \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener
  1771.      */
  1772.     protected function getWebProfiler_DebugToolbarService()
  1773.     {
  1774.         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()));
  1775.     }
  1776.     public function getParameter($name)
  1777.     {
  1778.         $name = (string) $name;
  1779.         if (isset($this->buildParameters[$name])) {
  1780.             return $this->buildParameters[$name];
  1781.         }
  1782.         if (!(isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || array_key_exists($name$this->parameters))) {
  1783.             throw new InvalidArgumentException(sprintf('The parameter "%s" must be defined.'$name));
  1784.         }
  1785.         if (isset($this->loadedDynamicParameters[$name])) {
  1786.             return $this->loadedDynamicParameters[$name] ? $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  1787.         }
  1788.         return $this->parameters[$name];
  1789.     }
  1790.     public function hasParameter($name)
  1791.     {
  1792.         $name = (string) $name;
  1793.         if (isset($this->buildParameters[$name])) {
  1794.             return true;
  1795.         }
  1796.         return isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || array_key_exists($name$this->parameters);
  1797.     }
  1798.     public function setParameter($name$value)
  1799.     {
  1800.         throw new LogicException('Impossible to call set() on a frozen ParameterBag.');
  1801.     }
  1802.     public function getParameterBag()
  1803.     {
  1804.         if (null === $this->parameterBag) {
  1805.             $parameters $this->parameters;
  1806.             foreach ($this->loadedDynamicParameters as $name => $loaded) {
  1807.                 $parameters[$name] = $loaded $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  1808.             }
  1809.             foreach ($this->buildParameters as $name => $value) {
  1810.                 $parameters[$name] = $value;
  1811.             }
  1812.             $this->parameterBag = new FrozenParameterBag($parameters);
  1813.         }
  1814.         return $this->parameterBag;
  1815.     }
  1816.     private $loadedDynamicParameters = [
  1817.         'kernel.root_dir' => false,
  1818.         'kernel.project_dir' => false,
  1819.         'kernel.cache_dir' => false,
  1820.         'kernel.logs_dir' => false,
  1821.         'kernel.bundles_metadata' => false,
  1822.         'kernel.secret' => false,
  1823.         'validator.mapping.cache.file' => false,
  1824.         'translator.default_path' => false,
  1825.         'profiler.storage.dsn' => false,
  1826.         'debug.container.dump' => false,
  1827.         'serializer.mapping.cache.file' => false,
  1828.         'doctrine.orm.proxy_dir' => false,
  1829.         'swiftmailer.spool.default.memory.path' => false,
  1830.         'twig.default_path' => false,
  1831.         'vich_uploader.mappings' => false,
  1832.     ];
  1833.     private $dynamicParameters = [];
  1834.     /**
  1835.      * Computes a dynamic parameter.
  1836.      *
  1837.      * @param string $name The name of the dynamic parameter to load
  1838.      *
  1839.      * @return mixed The value of the dynamic parameter
  1840.      *
  1841.      * @throws InvalidArgumentException When the dynamic parameter does not exist
  1842.      */
  1843.     private function getDynamicParameter($name)
  1844.     {
  1845.         switch ($name) {
  1846.             case 'kernel.root_dir'$value = ($this->targetDirs[3].'/src'); break;
  1847.             case 'kernel.project_dir'$value $this->targetDirs[3]; break;
  1848.             case 'kernel.cache_dir'$value $this->targetDirs[0]; break;
  1849.             case 'kernel.logs_dir'$value = ($this->targetDirs[2].'/log'); break;
  1850.             case 'kernel.bundles_metadata'$value = [
  1851.                 'FrameworkBundle' => [
  1852.                     'path' => ($this->targetDirs[3].'/vendor/symfony/framework-bundle'),
  1853.                     'namespace' => 'Symfony\\Bundle\\FrameworkBundle',
  1854.                 ],
  1855.                 'DoctrineCacheBundle' => [
  1856.                     'path' => ($this->targetDirs[3].'/vendor/doctrine/doctrine-cache-bundle'),
  1857.                     'namespace' => 'Doctrine\\Bundle\\DoctrineCacheBundle',
  1858.                 ],
  1859.                 'SensioFrameworkExtraBundle' => [
  1860.                     'path' => ($this->targetDirs[3].'/vendor/sensio/framework-extra-bundle'),
  1861.                     'namespace' => 'Sensio\\Bundle\\FrameworkExtraBundle',
  1862.                 ],
  1863.                 'DoctrineBundle' => [
  1864.                     'path' => ($this->targetDirs[3].'/vendor/doctrine/doctrine-bundle'),
  1865.                     'namespace' => 'Doctrine\\Bundle\\DoctrineBundle',
  1866.                 ],
  1867.                 'SecurityBundle' => [
  1868.                     'path' => ($this->targetDirs[3].'/vendor/symfony/security-bundle'),
  1869.                     'namespace' => 'Symfony\\Bundle\\SecurityBundle',
  1870.                 ],
  1871.                 'SwiftmailerBundle' => [
  1872.                     'path' => ($this->targetDirs[3].'/vendor/symfony/swiftmailer-bundle'),
  1873.                     'namespace' => 'Symfony\\Bundle\\SwiftmailerBundle',
  1874.                 ],
  1875.                 'TwigBundle' => [
  1876.                     'path' => ($this->targetDirs[3].'/vendor/symfony/twig-bundle'),
  1877.                     'namespace' => 'Symfony\\Bundle\\TwigBundle',
  1878.                 ],
  1879.                 'WebProfilerBundle' => [
  1880.                     'path' => ($this->targetDirs[3].'/vendor/symfony/web-profiler-bundle'),
  1881.                     'namespace' => 'Symfony\\Bundle\\WebProfilerBundle',
  1882.                 ],
  1883.                 'MonologBundle' => [
  1884.                     'path' => ($this->targetDirs[3].'/vendor/symfony/monolog-bundle'),
  1885.                     'namespace' => 'Symfony\\Bundle\\MonologBundle',
  1886.                 ],
  1887.                 'DebugBundle' => [
  1888.                     'path' => ($this->targetDirs[3].'/vendor/symfony/debug-bundle'),
  1889.                     'namespace' => 'Symfony\\Bundle\\DebugBundle',
  1890.                 ],
  1891.                 'MakerBundle' => [
  1892.                     'path' => ($this->targetDirs[3].'/vendor/symfony/maker-bundle/src'),
  1893.                     'namespace' => 'Symfony\\Bundle\\MakerBundle',
  1894.                 ],
  1895.                 'WebServerBundle' => [
  1896.                     'path' => ($this->targetDirs[3].'/vendor/symfony/web-server-bundle'),
  1897.                     'namespace' => 'Symfony\\Bundle\\WebServerBundle',
  1898.                 ],
  1899.                 'FOSUserBundle' => [
  1900.                     'path' => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle'),
  1901.                     'namespace' => 'FOS\\UserBundle',
  1902.                 ],
  1903.                 'EasyAdminBundle' => [
  1904.                     'path' => ($this->targetDirs[3].'/vendor/easycorp/easyadmin-bundle/src'),
  1905.                     'namespace' => 'EasyCorp\\Bundle\\EasyAdminBundle',
  1906.                 ],
  1907.                 'VichUploaderBundle' => [
  1908.                     'path' => ($this->targetDirs[3].'/vendor/vich/uploader-bundle'),
  1909.                     'namespace' => 'Vich\\UploaderBundle',
  1910.                 ],
  1911.                 'EasyAdminExtensionBundle' => [
  1912.                     'path' => ($this->targetDirs[3].'/vendor/alterphp/easyadmin-extension-bundle/src'),
  1913.                     'namespace' => 'AlterPHP\\EasyAdminExtensionBundle',
  1914.                 ],
  1915.                 'CMENGoogleChartsBundle' => [
  1916.                     'path' => ($this->targetDirs[3].'/vendor/cmen/google-charts-bundle'),
  1917.                     'namespace' => 'CMEN\\GoogleChartsBundle',
  1918.                 ],
  1919.                 'FOSCKEditorBundle' => [
  1920.                     'path' => ($this->targetDirs[3].'/vendor/friendsofsymfony/ckeditor-bundle/src'),
  1921.                     'namespace' => 'FOS\\CKEditorBundle',
  1922.                 ],
  1923.                 'DoctrineFixturesBundle' => [
  1924.                     'path' => ($this->targetDirs[3].'/vendor/doctrine/doctrine-fixtures-bundle'),
  1925.                     'namespace' => 'Doctrine\\Bundle\\FixturesBundle',
  1926.                 ],
  1927.                 'NelmioCorsBundle' => [
  1928.                     'path' => ($this->targetDirs[3].'/vendor/nelmio/cors-bundle'),
  1929.                     'namespace' => 'Nelmio\\CorsBundle',
  1930.                 ],
  1931.             ]; break;
  1932.             case 'kernel.secret'$value $this->getEnv('APP_SECRET'); break;
  1933.             case 'validator.mapping.cache.file'$value = ($this->targetDirs[0].'/validation.php'); break;
  1934.             case 'translator.default_path'$value = ($this->targetDirs[3].'/translations'); break;
  1935.             case 'profiler.storage.dsn'$value = ('file:'.$this->targetDirs[0].'/profiler'); break;
  1936.             case 'debug.container.dump'$value = ($this->targetDirs[0].'/srcApp_KernelDevDebugContainer.xml'); break;
  1937.             case 'serializer.mapping.cache.file'$value = ($this->targetDirs[0].'/serialization.php'); break;
  1938.             case 'doctrine.orm.proxy_dir'$value = ($this->targetDirs[0].'/doctrine/orm/Proxies'); break;
  1939.             case 'swiftmailer.spool.default.memory.path'$value = ($this->targetDirs[0].'/swiftmailer/spool/default'); break;
  1940.             case 'twig.default_path'$value = ($this->targetDirs[3].'/templates'); break;
  1941.             case 'vich_uploader.mappings'$value = [
  1942.                 'boleto_remessa' => [
  1943.                     'uri_prefix' => '/remessa',
  1944.                     'upload_destination' => ($this->targetDirs[3].'/public/remessa'),
  1945.                     'namer' => [
  1946.                         'service' => 'Vich\\UploaderBundle\\Naming\\UniqidNamer.boleto_remessa',
  1947.                         'options' => [
  1948.                         ],
  1949.                     ],
  1950.                     'directory_namer' => [
  1951.                         'service' => NULL,
  1952.                         'options' => NULL,
  1953.                     ],
  1954.                     'delete_on_remove' => true,
  1955.                     'delete_on_update' => true,
  1956.                     'inject_on_load' => false,
  1957.                     'db_driver' => 'orm',
  1958.                 ],
  1959.                 'boleto_corpo' => [
  1960.                     'uri_prefix' => '/corpo',
  1961.                     'upload_destination' => ($this->targetDirs[3].'/public/corpo'),
  1962.                     'namer' => [
  1963.                         'service' => 'Vich\\UploaderBundle\\Naming\\UniqidNamer.boleto_corpo',
  1964.                         'options' => [
  1965.                         ],
  1966.                     ],
  1967.                     'directory_namer' => [
  1968.                         'service' => NULL,
  1969.                         'options' => NULL,
  1970.                     ],
  1971.                     'delete_on_remove' => true,
  1972.                     'delete_on_update' => true,
  1973.                     'inject_on_load' => false,
  1974.                     'db_driver' => 'orm',
  1975.                 ],
  1976.                 'conveniado_logo' => [
  1977.                     'uri_prefix' => '/conveniado/logo',
  1978.                     'upload_destination' => ($this->targetDirs[3].'/public/conveniado/logo'),
  1979.                     'namer' => [
  1980.                         'service' => 'Vich\\UploaderBundle\\Naming\\UniqidNamer.conveniado_logo',
  1981.                         'options' => [
  1982.                         ],
  1983.                     ],
  1984.                     'directory_namer' => [
  1985.                         'service' => NULL,
  1986.                         'options' => NULL,
  1987.                     ],
  1988.                     'delete_on_remove' => true,
  1989.                     'delete_on_update' => true,
  1990.                     'inject_on_load' => false,
  1991.                     'db_driver' => 'orm',
  1992.                 ],
  1993.                 'conveniado_capa' => [
  1994.                     'uri_prefix' => '/conveniado/capa',
  1995.                     'upload_destination' => ($this->targetDirs[3].'/public/conveniado/capa'),
  1996.                     'namer' => [
  1997.                         'service' => 'Vich\\UploaderBundle\\Naming\\UniqidNamer.conveniado_capa',
  1998.                         'options' => [
  1999.                         ],
  2000.                     ],
  2001.                     'directory_namer' => [
  2002.                         'service' => NULL,
  2003.                         'options' => NULL,
  2004.                     ],
  2005.                     'delete_on_remove' => true,
  2006.                     'delete_on_update' => true,
  2007.                     'inject_on_load' => false,
  2008.                     'db_driver' => 'orm',
  2009.                 ],
  2010.                 'promocao_image' => [
  2011.                     'uri_prefix' => '/conveniado/promocao',
  2012.                     'upload_destination' => ($this->targetDirs[3].'/public/conveniado/promocao'),
  2013.                     'namer' => [
  2014.                         'service' => 'Vich\\UploaderBundle\\Naming\\UniqidNamer.promocao_image',
  2015.                         'options' => [
  2016.                         ],
  2017.                     ],
  2018.                     'directory_namer' => [
  2019.                         'service' => NULL,
  2020.                         'options' => NULL,
  2021.                     ],
  2022.                     'delete_on_remove' => true,
  2023.                     'delete_on_update' => true,
  2024.                     'inject_on_load' => false,
  2025.                     'db_driver' => 'orm',
  2026.                 ],
  2027.                 'banner_image' => [
  2028.                     'uri_prefix' => '/banners',
  2029.                     'upload_destination' => ($this->targetDirs[3].'/public/banners'),
  2030.                     'namer' => [
  2031.                         'service' => 'Vich\\UploaderBundle\\Naming\\UniqidNamer.banner_image',
  2032.                         'options' => [
  2033.                         ],
  2034.                     ],
  2035.                     'directory_namer' => [
  2036.                         'service' => NULL,
  2037.                         'options' => NULL,
  2038.                     ],
  2039.                     'delete_on_remove' => true,
  2040.                     'delete_on_update' => true,
  2041.                     'inject_on_load' => false,
  2042.                     'db_driver' => 'orm',
  2043.                 ],
  2044.                 'texto_imagem' => [
  2045.                     'uri_prefix' => '/informativo',
  2046.                     'upload_destination' => ($this->targetDirs[3].'/public/informativo'),
  2047.                     'namer' => [
  2048.                         'service' => 'Vich\\UploaderBundle\\Naming\\UniqidNamer.texto_imagem',
  2049.                         'options' => [
  2050.                         ],
  2051.                     ],
  2052.                     'directory_namer' => [
  2053.                         'service' => NULL,
  2054.                         'options' => NULL,
  2055.                     ],
  2056.                     'delete_on_remove' => true,
  2057.                     'delete_on_update' => true,
  2058.                     'inject_on_load' => false,
  2059.                     'db_driver' => 'orm',
  2060.                 ],
  2061.             ]; break;
  2062.             default: throw new InvalidArgumentException(sprintf('The dynamic parameter "%s" must be defined.'$name));
  2063.         }
  2064.         $this->loadedDynamicParameters[$name] = true;
  2065.         return $this->dynamicParameters[$name] = $value;
  2066.     }
  2067.     /**
  2068.      * Gets the default parameters.
  2069.      *
  2070.      * @return array An array of the default parameters
  2071.      */
  2072.     protected function getDefaultParameters()
  2073.     {
  2074.         return [
  2075.             'kernel.environment' => 'dev',
  2076.             'kernel.debug' => true,
  2077.             'kernel.name' => 'src',
  2078.             'kernel.bundles' => [
  2079.                 'FrameworkBundle' => 'Symfony\\Bundle\\FrameworkBundle\\FrameworkBundle',
  2080.                 'DoctrineCacheBundle' => 'Doctrine\\Bundle\\DoctrineCacheBundle\\DoctrineCacheBundle',
  2081.                 'SensioFrameworkExtraBundle' => 'Sensio\\Bundle\\FrameworkExtraBundle\\SensioFrameworkExtraBundle',
  2082.                 'DoctrineBundle' => 'Doctrine\\Bundle\\DoctrineBundle\\DoctrineBundle',
  2083.                 'SecurityBundle' => 'Symfony\\Bundle\\SecurityBundle\\SecurityBundle',
  2084.                 'SwiftmailerBundle' => 'Symfony\\Bundle\\SwiftmailerBundle\\SwiftmailerBundle',
  2085.                 'TwigBundle' => 'Symfony\\Bundle\\TwigBundle\\TwigBundle',
  2086.                 'WebProfilerBundle' => 'Symfony\\Bundle\\WebProfilerBundle\\WebProfilerBundle',
  2087.                 'MonologBundle' => 'Symfony\\Bundle\\MonologBundle\\MonologBundle',
  2088.                 'DebugBundle' => 'Symfony\\Bundle\\DebugBundle\\DebugBundle',
  2089.                 'MakerBundle' => 'Symfony\\Bundle\\MakerBundle\\MakerBundle',
  2090.                 'WebServerBundle' => 'Symfony\\Bundle\\WebServerBundle\\WebServerBundle',
  2091.                 'FOSUserBundle' => 'FOS\\UserBundle\\FOSUserBundle',
  2092.                 'EasyAdminBundle' => 'EasyCorp\\Bundle\\EasyAdminBundle\\EasyAdminBundle',
  2093.                 'VichUploaderBundle' => 'Vich\\UploaderBundle\\VichUploaderBundle',
  2094.                 'EasyAdminExtensionBundle' => 'AlterPHP\\EasyAdminExtensionBundle\\EasyAdminExtensionBundle',
  2095.                 'CMENGoogleChartsBundle' => 'CMEN\\GoogleChartsBundle\\CMENGoogleChartsBundle',
  2096.                 'FOSCKEditorBundle' => 'FOS\\CKEditorBundle\\FOSCKEditorBundle',
  2097.                 'DoctrineFixturesBundle' => 'Doctrine\\Bundle\\FixturesBundle\\DoctrineFixturesBundle',
  2098.                 'NelmioCorsBundle' => 'Nelmio\\CorsBundle\\NelmioCorsBundle',
  2099.             ],
  2100.             'kernel.charset' => 'UTF-8',
  2101.             'kernel.container_class' => 'srcApp_KernelDevDebugContainer',
  2102.             'container.dumper.inline_class_loader' => true,
  2103.             'env(DATABASE_URL)' => '',
  2104.             'locale' => 'pt_BR',
  2105.             'app.path.product_images' => '/uploads/images/products',
  2106.             'app.path.user_contracts' => '/uploads/files/user/contracts',
  2107.             'app.path.banner_image' => '/banners',
  2108.             'fragment.renderer.hinclude.global_template' => NULL,
  2109.             'fragment.path' => '/_fragment',
  2110.             'kernel.http_method_override' => true,
  2111.             'kernel.trusted_hosts' => [
  2112.             ],
  2113.             'kernel.default_locale' => 'pt_BR',
  2114.             'templating.helper.code.file_link_format' => NULL,
  2115.             'debug.file_link_format' => NULL,
  2116.             'session.metadata.storage_key' => '_sf2_meta',
  2117.             'session.storage.options' => [
  2118.                 'cache_limiter' => '0',
  2119.                 'cookie_httponly' => true,
  2120.                 'gc_probability' => 1,
  2121.             ],
  2122.             'session.save_path' => '/var/lib/php/sessions',
  2123.             'session.metadata.update_threshold' => 0,
  2124.             'form.type_extension.csrf.enabled' => true,
  2125.             'form.type_extension.csrf.field_name' => '_token',
  2126.             'asset.request_context.base_path' => '',
  2127.             'asset.request_context.secure' => false,
  2128.             'templating.loader.cache.path' => NULL,
  2129.             'templating.engines' => [
  2130.                 => 'twig',
  2131.                 => 'php',
  2132.             ],
  2133.             'templating.helper.form.resources' => [
  2134.                 => 'FrameworkBundle:Form',
  2135.             ],
  2136.             'validator.mapping.cache.prefix' => '',
  2137.             'validator.translation_domain' => 'validators',
  2138.             'translator.logging' => false,
  2139.             'profiler_listener.only_exceptions' => false,
  2140.             'profiler_listener.only_master_requests' => false,
  2141.             'debug.error_handler.throw_at' => -1,
  2142.             'router.request_context.host' => 'localhost',
  2143.             'router.request_context.scheme' => 'http',
  2144.             'router.request_context.base_url' => '',
  2145.             'router.resource' => 'kernel::loadRoutes',
  2146.             'router.cache_class_prefix' => 'srcApp_KernelDevDebugContainer',
  2147.             'request_listener.http_port' => 80,
  2148.             'request_listener.https_port' => 443,
  2149.             'serializer.mapping.cache.prefix' => '',
  2150.             'doctrine_cache.apc.class' => 'Doctrine\\Common\\Cache\\ApcCache',
  2151.             'doctrine_cache.apcu.class' => 'Doctrine\\Common\\Cache\\ApcuCache',
  2152.             'doctrine_cache.array.class' => 'Doctrine\\Common\\Cache\\ArrayCache',
  2153.             'doctrine_cache.chain.class' => 'Doctrine\\Common\\Cache\\ChainCache',
  2154.             'doctrine_cache.couchbase.class' => 'Doctrine\\Common\\Cache\\CouchbaseCache',
  2155.             'doctrine_cache.couchbase.connection.class' => 'Couchbase',
  2156.             'doctrine_cache.couchbase.hostnames' => 'localhost:8091',
  2157.             'doctrine_cache.file_system.class' => 'Doctrine\\Common\\Cache\\FilesystemCache',
  2158.             'doctrine_cache.php_file.class' => 'Doctrine\\Common\\Cache\\PhpFileCache',
  2159.             'doctrine_cache.memcache.class' => 'Doctrine\\Common\\Cache\\MemcacheCache',
  2160.             'doctrine_cache.memcache.connection.class' => 'Memcache',
  2161.             'doctrine_cache.memcache.host' => 'localhost',
  2162.             'doctrine_cache.memcache.port' => 11211,
  2163.             'doctrine_cache.memcached.class' => 'Doctrine\\Common\\Cache\\MemcachedCache',
  2164.             'doctrine_cache.memcached.connection.class' => 'Memcached',
  2165.             'doctrine_cache.memcached.host' => 'localhost',
  2166.             'doctrine_cache.memcached.port' => 11211,
  2167.             'doctrine_cache.mongodb.class' => 'Doctrine\\Common\\Cache\\MongoDBCache',
  2168.             'doctrine_cache.mongodb.collection.class' => 'MongoCollection',
  2169.             'doctrine_cache.mongodb.connection.class' => 'MongoClient',
  2170.             'doctrine_cache.mongodb.server' => 'localhost:27017',
  2171.             'doctrine_cache.predis.client.class' => 'Predis\\Client',
  2172.             'doctrine_cache.predis.scheme' => 'tcp',
  2173.             'doctrine_cache.predis.host' => 'localhost',
  2174.             'doctrine_cache.predis.port' => 6379,
  2175.             'doctrine_cache.redis.class' => 'Doctrine\\Common\\Cache\\RedisCache',
  2176.             'doctrine_cache.redis.connection.class' => 'Redis',
  2177.             'doctrine_cache.redis.host' => 'localhost',
  2178.             'doctrine_cache.redis.port' => 6379,
  2179.             'doctrine_cache.riak.class' => 'Doctrine\\Common\\Cache\\RiakCache',
  2180.             'doctrine_cache.riak.bucket.class' => 'Riak\\Bucket',
  2181.             'doctrine_cache.riak.connection.class' => 'Riak\\Connection',
  2182.             'doctrine_cache.riak.bucket_property_list.class' => 'Riak\\BucketPropertyList',
  2183.             'doctrine_cache.riak.host' => 'localhost',
  2184.             'doctrine_cache.riak.port' => 8087,
  2185.             'doctrine_cache.sqlite3.class' => 'Doctrine\\Common\\Cache\\SQLite3Cache',
  2186.             'doctrine_cache.sqlite3.connection.class' => 'SQLite3',
  2187.             'doctrine_cache.void.class' => 'Doctrine\\Common\\Cache\\VoidCache',
  2188.             'doctrine_cache.wincache.class' => 'Doctrine\\Common\\Cache\\WinCacheCache',
  2189.             'doctrine_cache.xcache.class' => 'Doctrine\\Common\\Cache\\XcacheCache',
  2190.             'doctrine_cache.zenddata.class' => 'Doctrine\\Common\\Cache\\ZendDataCache',
  2191.             'doctrine_cache.security.acl.cache.class' => 'Doctrine\\Bundle\\DoctrineCacheBundle\\Acl\\Model\\AclCache',
  2192.             'doctrine.dbal.logger.chain.class' => 'Doctrine\\DBAL\\Logging\\LoggerChain',
  2193.             'doctrine.dbal.logger.profiling.class' => 'Doctrine\\DBAL\\Logging\\DebugStack',
  2194.             'doctrine.dbal.logger.class' => 'Symfony\\Bridge\\Doctrine\\Logger\\DbalLogger',
  2195.             'doctrine.dbal.configuration.class' => 'Doctrine\\DBAL\\Configuration',
  2196.             'doctrine.data_collector.class' => 'Doctrine\\Bundle\\DoctrineBundle\\DataCollector\\DoctrineDataCollector',
  2197.             'doctrine.dbal.connection.event_manager.class' => 'Symfony\\Bridge\\Doctrine\\ContainerAwareEventManager',
  2198.             'doctrine.dbal.connection_factory.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ConnectionFactory',
  2199.             'doctrine.dbal.events.mysql_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\MysqlSessionInit',
  2200.             'doctrine.dbal.events.oracle_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\OracleSessionInit',
  2201.             'doctrine.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Registry',
  2202.             'doctrine.entity_managers' => [
  2203.                 'default' => 'doctrine.orm.default_entity_manager',
  2204.             ],
  2205.             'doctrine.default_entity_manager' => 'default',
  2206.             'doctrine.dbal.connection_factory.types' => [
  2207.             ],
  2208.             'doctrine.connections' => [
  2209.                 'default' => 'doctrine.dbal.default_connection',
  2210.             ],
  2211.             'doctrine.default_connection' => 'default',
  2212.             'doctrine.orm.configuration.class' => 'Doctrine\\ORM\\Configuration',
  2213.             'doctrine.orm.entity_manager.class' => 'Doctrine\\ORM\\EntityManager',
  2214.             'doctrine.orm.manager_configurator.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ManagerConfigurator',
  2215.             'doctrine.orm.cache.array.class' => 'Doctrine\\Common\\Cache\\ArrayCache',
  2216.             'doctrine.orm.cache.apc.class' => 'Doctrine\\Common\\Cache\\ApcCache',
  2217.             'doctrine.orm.cache.memcache.class' => 'Doctrine\\Common\\Cache\\MemcacheCache',
  2218.             'doctrine.orm.cache.memcache_host' => 'localhost',
  2219.             'doctrine.orm.cache.memcache_port' => 11211,
  2220.             'doctrine.orm.cache.memcache_instance.class' => 'Memcache',
  2221.             'doctrine.orm.cache.memcached.class' => 'Doctrine\\Common\\Cache\\MemcachedCache',
  2222.             'doctrine.orm.cache.memcached_host' => 'localhost',
  2223.             'doctrine.orm.cache.memcached_port' => 11211,
  2224.             'doctrine.orm.cache.memcached_instance.class' => 'Memcached',
  2225.             'doctrine.orm.cache.redis.class' => 'Doctrine\\Common\\Cache\\RedisCache',
  2226.             'doctrine.orm.cache.redis_host' => 'localhost',
  2227.             'doctrine.orm.cache.redis_port' => 6379,
  2228.             'doctrine.orm.cache.redis_instance.class' => 'Redis',
  2229.             'doctrine.orm.cache.xcache.class' => 'Doctrine\\Common\\Cache\\XcacheCache',
  2230.             'doctrine.orm.cache.wincache.class' => 'Doctrine\\Common\\Cache\\WinCacheCache',
  2231.             'doctrine.orm.cache.zenddata.class' => 'Doctrine\\Common\\Cache\\ZendDataCache',
  2232.             'doctrine.orm.metadata.driver_chain.class' => 'Doctrine\\Common\\Persistence\\Mapping\\Driver\\MappingDriverChain',
  2233.             'doctrine.orm.metadata.annotation.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AnnotationDriver',
  2234.             'doctrine.orm.metadata.xml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedXmlDriver',
  2235.             'doctrine.orm.metadata.yml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedYamlDriver',
  2236.             'doctrine.orm.metadata.php.class' => 'Doctrine\\ORM\\Mapping\\Driver\\PHPDriver',
  2237.             'doctrine.orm.metadata.staticphp.class' => 'Doctrine\\ORM\\Mapping\\Driver\\StaticPHPDriver',
  2238.             'doctrine.orm.proxy_cache_warmer.class' => 'Symfony\\Bridge\\Doctrine\\CacheWarmer\\ProxyCacheWarmer',
  2239.             'form.type_guesser.doctrine.class' => 'Symfony\\Bridge\\Doctrine\\Form\\DoctrineOrmTypeGuesser',
  2240.             'doctrine.orm.validator.unique.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator',
  2241.             'doctrine.orm.validator_initializer.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\DoctrineInitializer',
  2242.             'doctrine.orm.security.user.provider.class' => 'Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider',
  2243.             'doctrine.orm.listeners.resolve_target_entity.class' => 'Doctrine\\ORM\\Tools\\ResolveTargetEntityListener',
  2244.             'doctrine.orm.listeners.attach_entity_listeners.class' => 'Doctrine\\ORM\\Tools\\AttachEntityListenersListener',
  2245.             'doctrine.orm.naming_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultNamingStrategy',
  2246.             'doctrine.orm.naming_strategy.underscore.class' => 'Doctrine\\ORM\\Mapping\\UnderscoreNamingStrategy',
  2247.             'doctrine.orm.quote_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultQuoteStrategy',
  2248.             'doctrine.orm.quote_strategy.ansi.class' => 'Doctrine\\ORM\\Mapping\\AnsiQuoteStrategy',
  2249.             'doctrine.orm.entity_listener_resolver.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ContainerEntityListenerResolver',
  2250.             'doctrine.orm.second_level_cache.default_cache_factory.class' => 'Doctrine\\ORM\\Cache\\DefaultCacheFactory',
  2251.             'doctrine.orm.second_level_cache.default_region.class' => 'Doctrine\\ORM\\Cache\\Region\\DefaultRegion',
  2252.             'doctrine.orm.second_level_cache.filelock_region.class' => 'Doctrine\\ORM\\Cache\\Region\\FileLockRegion',
  2253.             'doctrine.orm.second_level_cache.logger_chain.class' => 'Doctrine\\ORM\\Cache\\Logging\\CacheLoggerChain',
  2254.             'doctrine.orm.second_level_cache.logger_statistics.class' => 'Doctrine\\ORM\\Cache\\Logging\\StatisticsCacheLogger',
  2255.             'doctrine.orm.second_level_cache.cache_configuration.class' => 'Doctrine\\ORM\\Cache\\CacheConfiguration',
  2256.             'doctrine.orm.second_level_cache.regions_configuration.class' => 'Doctrine\\ORM\\Cache\\RegionsConfiguration',
  2257.             'doctrine.orm.auto_generate_proxy_classes' => true,
  2258.             'doctrine.orm.proxy_namespace' => 'Proxies',
  2259.             'security.authentication.trust_resolver.anonymous_class' => NULL,
  2260.             'security.authentication.trust_resolver.rememberme_class' => NULL,
  2261.             'security.role_hierarchy.roles' => [
  2262.                 'ROLE_COLABORADOR' => [
  2263.                     => 'ROLE_USER',
  2264.                 ],
  2265.                 'ROLE_CONVENIADO' => [
  2266.                     => 'ROLE_USER',
  2267.                 ],
  2268.                 'ROLE_ADMIN' => [
  2269.                     => 'ROLE_USER',
  2270.                     => 'ROLE_COLABORADOR',
  2271.                 ],
  2272.                 'ROLE_SUPER_ADMIN' => [
  2273.                     => 'ROLE_ADMIN',
  2274.                 ],
  2275.             ],
  2276.             'security.access.denied_url' => NULL,
  2277.             'security.authentication.manager.erase_credentials' => true,
  2278.             'security.authentication.session_strategy.strategy' => 'migrate',
  2279.             'security.access.always_authenticate_before_granting' => false,
  2280.             'security.authentication.hide_user_not_found' => true,
  2281.             'swiftmailer.mailer.default.transport.name' => 'dynamic',
  2282.             'swiftmailer.mailer.default.spool.enabled' => true,
  2283.             'swiftmailer.mailer.default.plugin.impersonate' => NULL,
  2284.             'swiftmailer.mailer.default.single_address' => NULL,
  2285.             'swiftmailer.mailer.default.delivery.enabled' => true,
  2286.             'swiftmailer.spool.enabled' => true,
  2287.             'swiftmailer.delivery.enabled' => true,
  2288.             'swiftmailer.single_address' => NULL,
  2289.             'swiftmailer.mailers' => [
  2290.                 'default' => 'swiftmailer.mailer.default',
  2291.             ],
  2292.             'swiftmailer.default_mailer' => 'default',
  2293.             'twig.exception_listener.controller' => 'twig.controller.exception::showAction',
  2294.             'twig.form.resources' => [
  2295.                 => '@VichUploader/Form/fields.html.twig',
  2296.                 => 'form_div_layout.html.twig',
  2297.                 => '@FOSCKEditor/Form/ckeditor_widget.html.twig',
  2298.             ],
  2299.             'web_profiler.debug_toolbar.intercept_redirects' => false,
  2300.             'web_profiler.debug_toolbar.mode' => 2,
  2301.             'monolog.use_microseconds' => true,
  2302.             'monolog.swift_mailer.handlers' => [
  2303.             ],
  2304.             'monolog.handlers_to_channels' => [
  2305.                 'monolog.handler.console' => [
  2306.                     'type' => 'exclusive',
  2307.                     'elements' => [
  2308.                         => 'event',
  2309.                         => 'doctrine',
  2310.                         => 'console',
  2311.                     ],
  2312.                 ],
  2313.                 'monolog.handler.main' => [
  2314.                     'type' => 'exclusive',
  2315.                     'elements' => [
  2316.                         => 'event',
  2317.                     ],
  2318.                 ],
  2319.             ],
  2320.             'env(VAR_DUMPER_SERVER)' => '127.0.0.1:9912',
  2321.             'fos_user.backend_type_orm' => true,
  2322.             'fos_user.security.interactive_login_listener.class' => 'FOS\\UserBundle\\EventListener\\LastLoginListener',
  2323.             'fos_user.security.login_manager.class' => 'FOS\\UserBundle\\Security\\LoginManager',
  2324.             'fos_user.resetting.email.template' => '@FOSUser/Resetting/email.txt.twig',
  2325.             'fos_user.registration.confirmation.template' => '@FOSUser/Registration/email.txt.twig',
  2326.             'fos_user.storage' => 'orm',
  2327.             'fos_user.firewall_name' => 'main',
  2328.             'fos_user.model_manager_name' => NULL,
  2329.             'fos_user.model.user.class' => 'App\\Entity\\User',
  2330.             'fos_user.profile.form.type' => 'FOS\\UserBundle\\Form\\Type\\ProfileFormType',
  2331.             'fos_user.profile.form.name' => 'fos_user_profile_form',
  2332.             'fos_user.profile.form.validation_groups' => [
  2333.                 => 'Profile',
  2334.                 => 'Default',
  2335.             ],
  2336.             'fos_user.registration.confirmation.from_email' => [
  2337.                 'felipe@softpixel.com.br' => 'Felipe',
  2338.             ],
  2339.             'fos_user.registration.confirmation.enabled' => false,
  2340.             'fos_user.registration.form.type' => 'FOS\\UserBundle\\Form\\Type\\RegistrationFormType',
  2341.             'fos_user.registration.form.name' => 'fos_user_registration_form',
  2342.             'fos_user.registration.form.validation_groups' => [
  2343.                 => 'Registration',
  2344.                 => 'Default',
  2345.             ],
  2346.             'fos_user.change_password.form.type' => 'FOS\\UserBundle\\Form\\Type\\ChangePasswordFormType',
  2347.             'fos_user.change_password.form.name' => 'fos_user_change_password_form',
  2348.             'fos_user.change_password.form.validation_groups' => [
  2349.                 => 'ChangePassword',
  2350.                 => 'Default',
  2351.             ],
  2352.             'fos_user.resetting.email.from_email' => [
  2353.                 'felipe@softpixel.com.br' => 'Felipe',
  2354.             ],
  2355.             'fos_user.resetting.retry_ttl' => 7200,
  2356.             'fos_user.resetting.token_ttl' => 86400,
  2357.             'fos_user.resetting.form.type' => 'FOS\\UserBundle\\Form\\Type\\ResettingFormType',
  2358.             'fos_user.resetting.form.name' => 'fos_user_resetting_form',
  2359.             'fos_user.resetting.form.validation_groups' => [
  2360.                 => 'ResetPassword',
  2361.                 => 'Default',
  2362.             ],
  2363.             'easyadmin.config' => [
  2364.                 'formats' => [
  2365.                     'date' => 'd/m/Y',
  2366.                     'time' => 'H:i',
  2367.                     'datetime' => 'd/m/Y H:i',
  2368.                     'dateinterval' => '%y Year(s) %m Month(s) %d Day(s)',
  2369.                 ],
  2370.                 'user' => [
  2371.                     'name_property_path' => 'nome',
  2372.                     'display_name' => true,
  2373.                     'display_avatar' => true,
  2374.                     'avatar_property_path' => NULL,
  2375.                 ],
  2376.                 'site_name' => 'AAPVR',
  2377.                 'design' => [
  2378.                     'form_theme' => [
  2379.                         => '@EasyAdmin/form/bootstrap_4.html.twig',
  2380.                         => '@FOSCKEditor/Form/ckeditor_widget.html.twig',
  2381.                         => '@VichUploader/Form/fields.html.twig',
  2382.                         => 'default/cliente_contatos.html.twig',
  2383.                     ],
  2384.                     'assets' => [
  2385.                         'favicon' => [
  2386.                             'path' => '/images/icon.png',
  2387.                             'mime_type' => 'image/png',
  2388.                         ],
  2389.                         'css' => [
  2390.                             => 'bundles/easyadmin/bootstrap-all.css',
  2391.                             => 'bundles/easyadmin/app.css',
  2392.                             => 'bundles/easyadminextension/stylesheet/full-width.css',
  2393.                         ],
  2394.                         'js' => [
  2395.                             => 'bundles/easyadmin/bootstrap-all.js',
  2396.                         ],
  2397.                     ],
  2398.                     'templates' => [
  2399.                         'layout' => 'easy_admin/Default/layout.html.twig',
  2400.                         'menu' => 'easy_admin/Default/menu.html.twig',
  2401.                     ],
  2402.                     'menu' => [
  2403.                         => [
  2404.                             'label' => 'Home',
  2405.                             'icon' => 'home',
  2406.                             'route' => '_home',
  2407.                             'default' => true,
  2408.                         ],
  2409.                         => [
  2410.                             'label' => 'Financeiro',
  2411.                             'role' => 'ROLE_ADMIN',
  2412.                         ],
  2413.                         => [
  2414.                             'label' => 'Remessas',
  2415.                             'entity' => 'Remessa',
  2416.                             'role' => 'ROLE_ADMIN',
  2417.                             'default' => true,
  2418.                         ],
  2419.                         => [
  2420.                             'label' => 'Aplicativo',
  2421.                             'role' => 'ROLE_COLABORADOR',
  2422.                         ],
  2423.                         => [
  2424.                             'label' => 'Banners',
  2425.                             'entity' => 'Banner',
  2426.                             'role' => 'ROLE_COLABORADOR',
  2427.                         ],
  2428.                         => [
  2429.                             'label' => 'Ramo de Atuação',
  2430.                             'entity' => 'Categoria',
  2431.                             'role' => 'ROLE_COLABORADOR',
  2432.                         ],
  2433.                         => [
  2434.                             'label' => 'Textos Informativos',
  2435.                             'entity' => 'Textos',
  2436.                             'role' => 'ROLE_COLABORADOR',
  2437.                         ],
  2438.                         => [
  2439.                             'label' => 'Acesso',
  2440.                             'role' => 'ROLE_ADMIN',
  2441.                         ],
  2442.                         => [
  2443.                             'label' => 'Colaboradores',
  2444.                             'entity' => 'Colaborador',
  2445.                             'role' => 'ROLE_ADMIN',
  2446.                         ],
  2447.                         => [
  2448.                             'label' => 'Conveniados',
  2449.                             'entity' => 'Conveniado',
  2450.                             'role' => 'ROLE_COLABORADOR',
  2451.                         ],
  2452.                         10 => [
  2453.                             'label' => 'Associados',
  2454.                             'entity' => 'Associado',
  2455.                             'role' => 'ROLE_COLABORADOR',
  2456.                         ],
  2457.                         11 => [
  2458.                             'label' => 'Promoções',
  2459.                             'icon' => 'gift',
  2460.                             'entity' => 'Promocao',
  2461.                             'role' => 'ROLE_CONVENIADO',
  2462.                         ],
  2463.                         12 => [
  2464.                             'label' => 'Avaliações',
  2465.                             'icon' => 'star',
  2466.                             'entity' => 'Avaliacao',
  2467.                             'role' => 'ROLE_CONVENIADO',
  2468.                         ],
  2469.                         13 => [
  2470.                             'label' => 'Meu Cadastro',
  2471.                             'route' => '_meu_cadastro',
  2472.                             'params' => [
  2473.                                 'entity' => 'MeuCadastro',
  2474.                             ],
  2475.                             'role' => 'ROLE_CONVENIADO',
  2476.                         ],
  2477.                     ],
  2478.                     'brand_color' => 'hsl(230, 55%, 60%)',
  2479.                 ],
  2480.                 'entities' => [
  2481.                     'Associado' => [
  2482.                         'class' => 'App\\Entity\\Associado',
  2483.                         'role' => 'ROLE_COLABORADOR',
  2484.                         'list' => [
  2485.                             'title' => 'Associados',
  2486.                             'fields' => [
  2487.                                 => [
  2488.                                     'property' => 'enabled',
  2489.                                     'label' => 'Ativo?',
  2490.                                 ],
  2491.                                 => [
  2492.                                     'property' => 'matricula',
  2493.                                     'label' => 'Matrícula',
  2494.                                 ],
  2495.                                 => [
  2496.                                     'property' => 'nome',
  2497.                                     'label' => 'Nome',
  2498.                                 ],
  2499.                                 => [
  2500.                                     'property' => 'cpf',
  2501.                                     'label' => 'CPF',
  2502.                                 ],
  2503.                                 => [
  2504.                                     'property' => 'telefone',
  2505.                                     'label' => 'Telefone',
  2506.                                 ],
  2507.                             ],
  2508.                         ],
  2509.                         'form' => [
  2510.                             'fields' => [
  2511.                                 => [
  2512.                                     'type' => 'group',
  2513.                                     'css_class' => 'col-sm-12',
  2514.                                     'label' => 'Dados Básicos',
  2515.                                     'icon' => 'pencil',
  2516.                                 ],
  2517.                                 => [
  2518.                                     'property' => 'enabled',
  2519.                                     'label' => 'Ativo?',
  2520.                                 ],
  2521.                                 => [
  2522.                                     'property' => 'matricula',
  2523.                                     'label' => 'Matrícula',
  2524.                                 ],
  2525.                                 => [
  2526.                                     'property' => 'nome',
  2527.                                     'label' => 'Nome',
  2528.                                 ],
  2529.                                 => [
  2530.                                     'property' => 'cpf',
  2531.                                     'label' => 'CPF',
  2532.                                 ],
  2533.                                 => [
  2534.                                     'property' => 'telefone',
  2535.                                     'label' => 'Telefone',
  2536.                                 ],
  2537.                             ],
  2538.                         ],
  2539.                         'name' => 'Associado',
  2540.                     ],
  2541.                     'Avaliacao' => [
  2542.                         'class' => 'App\\Entity\\Avaliacao',
  2543.                         'controller' => 'App\\Controller\\Admin\\AvaliacaoController',
  2544.                         'label' => 'Avaliacao',
  2545.                         'role' => 'ROLE_CONVENIADO',
  2546.                         'list' => [
  2547.                             'title' => 'Avaliações',
  2548.                             'sort' => [
  2549.                                 => 'createdAt',
  2550.                                 => 'DESC',
  2551.                             ],
  2552.                             'fields' => [
  2553.                                 => [
  2554.                                     'property' => 'createdAt',
  2555.                                     'label' => 'Data',
  2556.                                 ],
  2557.                                 => [
  2558.                                     'property' => 'cliente.nome',
  2559.                                     'label' => 'Nome',
  2560.                                 ],
  2561.                                 => [
  2562.                                     'property' => 'comentario',
  2563.                                     'label' => 'Comentário',
  2564.                                 ],
  2565.                                 => [
  2566.                                     'property' => 'nota',
  2567.                                     'label' => 'Nota',
  2568.                                 ],
  2569.                             ],
  2570.                             'actions' => [
  2571.                                 => '-new',
  2572.                                 => '-delete',
  2573.                                 => '-edit',
  2574.                             ],
  2575.                         ],
  2576.                         'name' => 'Avaliacao',
  2577.                     ],
  2578.                     'Banner' => [
  2579.                         'class' => 'App\\Entity\\Banner',
  2580.                         'role' => 'ROLE_COLABORADOR',
  2581.                         'list' => [
  2582.                             'title' => 'Banners',
  2583.                             'fields' => [
  2584.                                 => [
  2585.                                     'property' => 'enabled',
  2586.                                     'label' => 'Ativo?',
  2587.                                 ],
  2588.                                 => [
  2589.                                     'property' => 'image',
  2590.                                     'type' => 'image',
  2591.                                     'base_path' => '/banners',
  2592.                                 ],
  2593.                                 => [
  2594.                                     'property' => 'nome',
  2595.                                     'label' => 'Nome',
  2596.                                 ],
  2597.                             ],
  2598.                         ],
  2599.                         'form' => [
  2600.                             'fields' => [
  2601.                                 => [
  2602.                                     'type' => 'group',
  2603.                                     'css_class' => 'col-sm-12',
  2604.                                     'label' => 'Dados Básicos',
  2605.                                     'icon' => 'pencil',
  2606.                                 ],
  2607.                                 => [
  2608.                                     'property' => 'nome',
  2609.                                     'label' => 'Título da Promoção',
  2610.                                     'columns' => 12,
  2611.                                 ],
  2612.                                 => [
  2613.                                     'property' => 'descricao',
  2614.                                     'label' => 'Descrição',
  2615.                                     'columns' => 12,
  2616.                                 ],
  2617.                                 => [
  2618.                                     'property' => 'enabled',
  2619.                                     'label' => 'Ativo?',
  2620.                                     'columns' => 4,
  2621.                                 ],
  2622.                                 => [
  2623.                                     'property' => 'imageFile',
  2624.                                     'type' => 'vich_image',
  2625.                                     'label' => 'Imagem ilustrativa',
  2626.                                     'columns' => 6,
  2627.                                     'type_options' => [
  2628.                                         'required' => false,
  2629.                                     ],
  2630.                                 ],
  2631.                             ],
  2632.                         ],
  2633.                         'name' => 'Banner',
  2634.                     ],
  2635.                     'Categoria' => [
  2636.                         'class' => 'App\\Entity\\Categoria',
  2637.                         'label' => 'Ramo de Atuação',
  2638.                         'list' => [
  2639.                             'title' => 'Ramo de Atuação',
  2640.                             'fields' => [
  2641.                                 => 'id',
  2642.                                 => [
  2643.                                     'property' => 'nome',
  2644.                                     'label' => 'Nome',
  2645.                                     'type' => 'raw',
  2646.                                 ],
  2647.                             ],
  2648.                             'actions' => [
  2649.                                 => '-delete',
  2650.                             ],
  2651.                         ],
  2652.                         'form' => [
  2653.                             'fields' => [
  2654.                                 => [
  2655.                                     'type' => 'group',
  2656.                                     'columns' => 12,
  2657.                                     'label' => 'Informações Gerais',
  2658.                                     'icon' => 'pencil',
  2659.                                 ],
  2660.                                 => [
  2661.                                     'property' => 'nome',
  2662.                                     'label' => 'Nome:',
  2663.                                     'columns' => 12,
  2664.                                 ],
  2665.                             ],
  2666.                         ],
  2667.                         'name' => 'Categoria',
  2668.                     ],
  2669.                     'Colaborador' => [
  2670.                         'class' => 'App\\Entity\\User',
  2671.                         'controller' => 'App\\Controller\\Admin\\ColaboradorController',
  2672.                         'label' => 'Cliente',
  2673.                         'list' => [
  2674.                             'fields' => [
  2675.                                 => 'id',
  2676.                                 => [
  2677.                                     'property' => 'enabled',
  2678.                                     'label' => 'Ativo?',
  2679.                                 ],
  2680.                                 => [
  2681.                                     'property' => 'nome',
  2682.                                     'label' => 'Nome Completo',
  2683.                                     'type' => 'raw',
  2684.                                 ],
  2685.                                 => [
  2686.                                     'property' => 'username',
  2687.                                     'label' => 'CPF',
  2688.                                     'type' => 'raw',
  2689.                                 ],
  2690.                                 => [
  2691.                                     'property' => 'email',
  2692.                                     'label' => 'E-mail',
  2693.                                     'type' => 'raw',
  2694.                                 ],
  2695.                             ],
  2696.                             'actions' => [
  2697.                                 => '-delete',
  2698.                             ],
  2699.                         ],
  2700.                         'form' => [
  2701.                             'fields' => [
  2702.                                 => [
  2703.                                     'type' => 'group',
  2704.                                     'columns' => 12,
  2705.                                     'label' => 'Informações Gerais',
  2706.                                     'icon' => 'pencil',
  2707.                                 ],
  2708.                                 => [
  2709.                                     'property' => 'enabled',
  2710.                                     'label' => 'Ativo?',
  2711.                                 ],
  2712.                                 => [
  2713.                                     'property' => 'nome',
  2714.                                     'label' => 'Nome Completo:',
  2715.                                     'columns' => 4,
  2716.                                 ],
  2717.                                 => [
  2718.                                     'property' => 'username',
  2719.                                     'label' => 'CPF:',
  2720.                                     'columns' => 4,
  2721.                                     'type_options' => [
  2722.                                         'attr' => [
  2723.                                             'placeholder' => '000.000.000-00',
  2724.                                             'class' => 'mask_cpf',
  2725.                                         ],
  2726.                                     ],
  2727.                                 ],
  2728.                                 => [
  2729.                                     'property' => 'email',
  2730.                                     'label' => 'E-mail:',
  2731.                                     'columns' => 4,
  2732.                                 ],
  2733.                                 => [
  2734.                                     'property' => 'plainPassword',
  2735.                                     'type' => 'password',
  2736.                                     'label' => 'Senha de acesso',
  2737.                                 ],
  2738.                             ],
  2739.                         ],
  2740.                         'name' => 'Colaborador',
  2741.                     ],
  2742.                     'Conveniado' => [
  2743.                         'class' => 'App\\Entity\\User',
  2744.                         'controller' => 'App\\Controller\\Admin\\ConveniadoController',
  2745.                         'label' => 'Conveniados',
  2746.                         'list' => [
  2747.                             'fields' => [
  2748.                                 => 'id',
  2749.                                 => [
  2750.                                     'property' => 'enabled',
  2751.                                     'label' => 'Ativo?',
  2752.                                 ],
  2753.                                 => [
  2754.                                     'property' => 'nome',
  2755.                                     'label' => 'Empresa',
  2756.                                     'type' => 'raw',
  2757.                                 ],
  2758.                                 => [
  2759.                                     'property' => 'username',
  2760.                                     'label' => 'CNPJ',
  2761.                                     'type' => 'raw',
  2762.                                 ],
  2763.                                 => [
  2764.                                     'property' => 'email',
  2765.                                     'label' => 'E-mail',
  2766.                                     'type' => 'raw',
  2767.                                 ],
  2768.                                 => [
  2769.                                     'property' => 'dataInicio',
  2770.                                     'label' => 'Data de Início',
  2771.                                 ],
  2772.                                 => [
  2773.                                     'property' => 'dataFim',
  2774.                                     'label' => 'Data de Fim',
  2775.                                 ],
  2776.                             ],
  2777.                             'actions' => [
  2778.                                 => 'login',
  2779.                             ],
  2780.                         ],
  2781.                         'new' => [
  2782.                             'fields' => [
  2783.                                 => [
  2784.                                     'type' => 'group',
  2785.                                     'columns' => 12,
  2786.                                     'label' => 'Informações Gerais',
  2787.                                 ],
  2788.                                 => [
  2789.                                     'property' => 'nome',
  2790.                                     'label' => 'Empresa:',
  2791.                                     'columns' => 4,
  2792.                                 ],
  2793.                                 => [
  2794.                                     'property' => 'username',
  2795.                                     'label' => 'CNPJ:',
  2796.                                     'columns' => 4,
  2797.                                     'type_options' => [
  2798.                                         'attr' => [
  2799.                                             'placeholder' => '00.000.000/0000-00',
  2800.                                             'class' => 'mask_cnpj',
  2801.                                         ],
  2802.                                     ],
  2803.                                 ],
  2804.                                 => [
  2805.                                     'property' => 'email',
  2806.                                     'label' => 'E-mail:',
  2807.                                     'columns' => 4,
  2808.                                 ],
  2809.                                 => [
  2810.                                     'property' => 'plainPassword',
  2811.                                     'type' => 'password',
  2812.                                     'label' => 'Senha de acesso',
  2813.                                     'columns' => 4,
  2814.                                     'type_options' => [
  2815.                                         'required' => true,
  2816.                                     ],
  2817.                                 ],
  2818.                                 => [
  2819.                                     'property' => 'categoria',
  2820.                                     'label' => 'Categoria / Ramo de Atuação',
  2821.                                     'columns' => 4,
  2822.                                 ],
  2823.                                 => [
  2824.                                     'property' => 'enabled',
  2825.                                     'label' => 'Ativo?',
  2826.                                     'columns' => 4,
  2827.                                 ],
  2828.                                 => [
  2829.                                     'type' => 'group',
  2830.                                     'columns' => 12,
  2831.                                     'label' => 'Contrato',
  2832.                                 ],
  2833.                                 => [
  2834.                                     'property' => 'dataInicio',
  2835.                                     'label' => 'Data de Início',
  2836.                                     'columns' => 6,
  2837.                                     'type_options' => [
  2838.                                         'date_widget' => 'single_text',
  2839.                                         'required' => true,
  2840.                                     ],
  2841.                                 ],
  2842.                                 => [
  2843.                                     'property' => 'dataFim',
  2844.                                     'label' => 'Data de Fim',
  2845.                                     'columns' => 6,
  2846.                                     'type_options' => [
  2847.                                         'date_widget' => 'single_text',
  2848.                                         'required' => true,
  2849.                                     ],
  2850.                                 ],
  2851.                             ],
  2852.                         ],
  2853.                         'edit' => [
  2854.                             'fields' => [
  2855.                                 => [
  2856.                                     'type' => 'group',
  2857.                                     'columns' => 12,
  2858.                                     'label' => 'Informações Gerais',
  2859.                                 ],
  2860.                                 => [
  2861.                                     'property' => 'nome',
  2862.                                     'label' => 'Empresa:',
  2863.                                     'columns' => 4,
  2864.                                 ],
  2865.                                 => [
  2866.                                     'property' => 'username',
  2867.                                     'label' => 'CNPJ:',
  2868.                                     'columns' => 4,
  2869.                                     'type_options' => [
  2870.                                         'attr' => [
  2871.                                             'placeholder' => '00.000.000/0000-00',
  2872.                                             'class' => 'mask_cnpj',
  2873.                                         ],
  2874.                                     ],
  2875.                                 ],
  2876.                                 => [
  2877.                                     'property' => 'email',
  2878.                                     'label' => 'E-mail:',
  2879.                                     'columns' => 4,
  2880.                                 ],
  2881.                                 => [
  2882.                                     'property' => 'plainPassword',
  2883.                                     'type' => 'password',
  2884.                                     'label' => 'Senha de acesso',
  2885.                                     'columns' => 4,
  2886.                                     'type_options' => [
  2887.                                         'required' => false,
  2888.                                     ],
  2889.                                 ],
  2890.                                 => [
  2891.                                     'property' => 'categoria',
  2892.                                     'label' => 'Categoria / Ramo de Atuação',
  2893.                                     'columns' => 4,
  2894.                                 ],
  2895.                                 => [
  2896.                                     'property' => 'enabled',
  2897.                                     'label' => 'Ativo?',
  2898.                                     'columns' => 4,
  2899.                                 ],
  2900.                                 => [
  2901.                                     'type' => 'group',
  2902.                                     'columns' => 12,
  2903.                                     'label' => 'Contrato',
  2904.                                 ],
  2905.                                 => [
  2906.                                     'property' => 'dataInicio',
  2907.                                     'label' => 'Data de Início',
  2908.                                     'columns' => 6,
  2909.                                     'type_options' => [
  2910.                                         'date_widget' => 'single_text',
  2911.                                         'required' => true,
  2912.                                     ],
  2913.                                 ],
  2914.                                 => [
  2915.                                     'property' => 'dataFim',
  2916.                                     'label' => 'Data de Fim',
  2917.                                     'columns' => 6,
  2918.                                     'type_options' => [
  2919.                                         'date_widget' => 'single_text',
  2920.                                         'required' => true,
  2921.                                     ],
  2922.                                 ],
  2923.                                 10 => [
  2924.                                     'type' => 'group',
  2925.                                     'columns' => 12,
  2926.                                     'label' => 'Imagens',
  2927.                                 ],
  2928.                                 11 => [
  2929.                                     'property' => 'logoFile',
  2930.                                     'type' => 'vich_image',
  2931.                                     'label' => 'Logo',
  2932.                                     'columns' => 6,
  2933.                                     'type_options' => [
  2934.                                         'required' => false,
  2935.                                     ],
  2936.                                 ],
  2937.                                 12 => [
  2938.                                     'property' => 'capaFile',
  2939.                                     'type' => 'vich_image',
  2940.                                     'label' => 'Foto de Capa',
  2941.                                     'columns' => 6,
  2942.                                     'type_options' => [
  2943.                                         'required' => false,
  2944.                                     ],
  2945.                                 ],
  2946.                             ],
  2947.                         ],
  2948.                         'name' => 'Conveniado',
  2949.                     ],
  2950.                     'MeuCadastro' => [
  2951.                         'class' => 'App\\Entity\\User',
  2952.                         'list' => [
  2953.                             'fields' => [
  2954.                                 => [
  2955.                                     'property' => 'enabled',
  2956.                                     'label' => 'Ativo',
  2957.                                 ],
  2958.                                 => [
  2959.                                     'property' => 'nome',
  2960.                                     'label' => 'Nome Completo',
  2961.                                     'type' => 'raw',
  2962.                                 ],
  2963.                                 => [
  2964.                                     'property' => 'username',
  2965.                                     'label' => 'CPF',
  2966.                                     'type' => 'raw',
  2967.                                 ],
  2968.                                 => [
  2969.                                     'property' => 'email',
  2970.                                     'label' => 'E-mail',
  2971.                                     'type' => 'raw',
  2972.                                 ],
  2973.                             ],
  2974.                             'actions' => [
  2975.                                 => '-delete',
  2976.                             ],
  2977.                         ],
  2978.                         'edit' => [
  2979.                             'fields' => [
  2980.                                 => [
  2981.                                     'property' => 'nome',
  2982.                                     'label' => 'Empresa:',
  2983.                                     'columns' => 4,
  2984.                                 ],
  2985.                                 => [
  2986.                                     'property' => 'username',
  2987.                                     'label' => 'CNPJ:',
  2988.                                     'columns' => 4,
  2989.                                     'type_options' => [
  2990.                                         'attr' => [
  2991.                                             'placeholder' => '00.000.000/0000-00',
  2992.                                             'class' => 'mask_cnpj',
  2993.                                         ],
  2994.                                     ],
  2995.                                 ],
  2996.                                 => [
  2997.                                     'property' => 'email',
  2998.                                     'label' => 'E-mail:',
  2999.                                     'columns' => 4,
  3000.                                 ],
  3001.                                 => [
  3002.                                     'property' => 'plainPassword',
  3003.                                     'type' => 'password',
  3004.                                     'label' => 'Senha de acesso',
  3005.                                     'columns' => 4,
  3006.                                     'type_options' => [
  3007.                                         'required' => false,
  3008.                                     ],
  3009.                                 ],
  3010.                                 => [
  3011.                                     'property' => 'categoria',
  3012.                                     'label' => 'Categoria / Ramo de Atuação',
  3013.                                     'columns' => 4,
  3014.                                 ],
  3015.                                 => [
  3016.                                     'property' => 'enabled',
  3017.                                     'label' => 'Ativo?',
  3018.                                     'columns' => 4,
  3019.                                 ],
  3020.                                 => [
  3021.                                     'type' => 'group',
  3022.                                     'columns' => 12,
  3023.                                     'label' => 'Imagens',
  3024.                                 ],
  3025.                                 => [
  3026.                                     'property' => 'logoFile',
  3027.                                     'type' => 'vich_image',
  3028.                                     'label' => 'Logo',
  3029.                                     'columns' => 6,
  3030.                                     'type_options' => [
  3031.                                         'required' => false,
  3032.                                     ],
  3033.                                 ],
  3034.                                 => [
  3035.                                     'property' => 'capaFile',
  3036.                                     'type' => 'vich_image',
  3037.                                     'label' => 'Foto de Capa',
  3038.                                     'columns' => 6,
  3039.                                     'type_options' => [
  3040.                                         'required' => false,
  3041.                                     ],
  3042.                                 ],
  3043.                                 => [
  3044.                                     'type' => 'group',
  3045.                                     'columns' => 12,
  3046.                                     'label' => 'Campos extras',
  3047.                                 ],
  3048.                                 10 => [
  3049.                                     'property' => 'extraFields',
  3050.                                     'label' => ' ',
  3051.                                     'type' => 'App\\Form\\Type\\PessoaJuridicaExtraFieldsType',
  3052.                                     'css_class' => 'col-12',
  3053.                                     'type_options' => [
  3054.                                         'required' => false,
  3055.                                     ],
  3056.                                 ],
  3057.                             ],
  3058.                             'actions' => [
  3059.                                 => '-delete',
  3060.                                 => '-list',
  3061.                             ],
  3062.                         ],
  3063.                         'name' => 'MeuCadastro',
  3064.                     ],
  3065.                     'Promocao' => [
  3066.                         'class' => 'App\\Entity\\Promocao',
  3067.                         'controller' => 'App\\Controller\\Admin\\PromocaoController',
  3068.                         'label' => 'Promocao',
  3069.                         'role' => 'ROLE_CONVENIADO',
  3070.                         'list' => [
  3071.                             'title' => 'Promoções',
  3072.                             'fields' => [
  3073.                                 => [
  3074.                                     'property' => 'enabled',
  3075.                                     'label' => 'Ativo?',
  3076.                                 ],
  3077.                                 => [
  3078.                                     'property' => 'nome',
  3079.                                     'label' => 'Nome',
  3080.                                 ],
  3081.                                 => [
  3082.                                     'property' => 'valor',
  3083.                                     'label' => 'Valor sem Desconto',
  3084.                                 ],
  3085.                                 => [
  3086.                                     'property' => 'valorComDesconto',
  3087.                                     'label' => 'Valor com Desconto',
  3088.                                 ],
  3089.                             ],
  3090.                             'actions' => [
  3091.                                 => '-delete',
  3092.                             ],
  3093.                         ],
  3094.                         'form' => [
  3095.                             'fields' => [
  3096.                                 => [
  3097.                                     'type' => 'group',
  3098.                                     'css_class' => 'col-sm-12',
  3099.                                     'label' => 'Dados Básicos',
  3100.                                     'icon' => 'pencil',
  3101.                                 ],
  3102.                                 => [
  3103.                                     'property' => 'nome',
  3104.                                     'label' => 'Título da Promoção',
  3105.                                     'columns' => 12,
  3106.                                 ],
  3107.                                 => [
  3108.                                     'property' => 'descricao',
  3109.                                     'label' => 'Descrição',
  3110.                                     'columns' => 12,
  3111.                                 ],
  3112.                                 => [
  3113.                                     'property' => 'valor',
  3114.                                     'type' => 'money',
  3115.                                     'label' => 'Valor sem Desconto',
  3116.                                     'columns' => 4,
  3117.                                     'type_options' => [
  3118.                                         'currency' => 'BRL',
  3119.                                         'attr' => [
  3120.                                             'class' => 'mask_money',
  3121.                                         ],
  3122.                                     ],
  3123.                                 ],
  3124.                                 => [
  3125.                                     'property' => 'valorComDesconto',
  3126.                                     'type' => 'money',
  3127.                                     'label' => 'Valor com Desconto',
  3128.                                     'columns' => 4,
  3129.                                     'type_options' => [
  3130.                                         'currency' => 'BRL',
  3131.                                         'attr' => [
  3132.                                             'class' => 'mask_money',
  3133.                                         ],
  3134.                                     ],
  3135.                                 ],
  3136.                                 => [
  3137.                                     'property' => 'enabled',
  3138.                                     'label' => 'Ativo?',
  3139.                                     'columns' => 4,
  3140.                                 ],
  3141.                                 => [
  3142.                                     'property' => 'imageFile',
  3143.                                     'type' => 'vich_image',
  3144.                                     'label' => 'Imagem ilustrativa',
  3145.                                     'columns' => 6,
  3146.                                     'type_options' => [
  3147.                                         'required' => false,
  3148.                                     ],
  3149.                                 ],
  3150.                             ],
  3151.                         ],
  3152.                         'name' => 'Promocao',
  3153.                     ],
  3154.                     'Remessa' => [
  3155.                         'class' => 'App\\Entity\\Remessa',
  3156.                         'controller' => 'App\\Controller\\Admin\\RemessaController',
  3157.                         'label' => 'Remessa',
  3158.                         'role' => 'ROLE_SUPER_ADMIN',
  3159.                         'list' => [
  3160.                             'fields' => [
  3161.                                 => [
  3162.                                     'property' => 'nome',
  3163.                                     'label' => 'Nome',
  3164.                                 ],
  3165.                             ],
  3166.                             'actions' => [
  3167.                                 => [
  3168.                                     'name' => 'detalhe',
  3169.                                 ],
  3170.                             ],
  3171.                         ],
  3172.                         'form' => [
  3173.                             'fields' => [
  3174.                                 => [
  3175.                                     'type' => 'group',
  3176.                                     'css_class' => 'col-sm-12',
  3177.                                     'label' => 'Dados Básicos',
  3178.                                     'icon' => 'pencil',
  3179.                                 ],
  3180.                                 => [
  3181.                                     'property' => 'nome',
  3182.                                     'label' => 'Identificação',
  3183.                                     'columns' => 12,
  3184.                                 ],
  3185.                                 => [
  3186.                                     'property' => 'informacoesAdicionais',
  3187.                                     'label' => 'Informações Adicionais (Boleto)',
  3188.                                     'columns' => 12,
  3189.                                 ],
  3190.                                 => [
  3191.                                     'property' => 'corpoFile',
  3192.                                     'type' => 'vich_file',
  3193.                                     'label' => 'Arquivo Corpo',
  3194.                                     'columns' => 6,
  3195.                                     'type_options' => [
  3196.                                         'required' => true,
  3197.                                     ],
  3198.                                 ],
  3199.                                 => [
  3200.                                     'property' => 'remessaFile',
  3201.                                     'type' => 'vich_file',
  3202.                                     'label' => 'Arquivo Remessa',
  3203.                                     'columns' => 6,
  3204.                                     'type_options' => [
  3205.                                         'required' => true,
  3206.                                     ],
  3207.                                 ],
  3208.                             ],
  3209.                         ],
  3210.                         'name' => 'Remessa',
  3211.                     ],
  3212.                     'Textos' => [
  3213.                         'class' => 'App\\Entity\\Textos',
  3214.                         'role' => 'ROLE_COLABORADOR',
  3215.                         'list' => [
  3216.                             'title' => 'Textos Informativos',
  3217.                             'fields' => [
  3218.                                 => [
  3219.                                     'property' => 'ordem',
  3220.                                     'label' => 'Ordem',
  3221.                                 ],
  3222.                                 => [
  3223.                                     'property' => 'enabled',
  3224.                                     'label' => 'Ativo?',
  3225.                                 ],
  3226.                                 => [
  3227.                                     'property' => 'nome',
  3228.                                     'label' => 'Título',
  3229.                                 ],
  3230.                             ],
  3231.                         ],
  3232.                         'form' => [
  3233.                             'fields' => [
  3234.                                 => [
  3235.                                     'type' => 'group',
  3236.                                     'css_class' => 'col-sm-12',
  3237.                                     'label' => 'Dados Básicos',
  3238.                                     'icon' => 'pencil',
  3239.                                 ],
  3240.                                 => [
  3241.                                     'property' => 'nome',
  3242.                                     'label' => 'Título',
  3243.                                     'columns' => 12,
  3244.                                 ],
  3245.                                 => [
  3246.                                     'property' => 'descricao',
  3247.                                     'type' => 'fos_ckeditor',
  3248.                                     'label' => 'Texto',
  3249.                                     'columns' => 12,
  3250.                                 ],
  3251.                                 => [
  3252.                                     'property' => 'ordem',
  3253.                                     'label' => 'Ordem',
  3254.                                     'columns' => 4,
  3255.                                 ],
  3256.                                 => [
  3257.                                     'property' => 'enabled',
  3258.                                     'label' => 'Ativo?',
  3259.                                     'columns' => 4,
  3260.                                 ],
  3261.                                 => [
  3262.                                     'property' => 'imagemFile',
  3263.                                     'type' => 'vich_image',
  3264.                                     'label' => 'Imagem ilustrativa',
  3265.                                     'columns' => 6,
  3266.                                     'type_options' => [
  3267.                                         'required' => false,
  3268.                                     ],
  3269.                                 ],
  3270.                             ],
  3271.                         ],
  3272.                         'name' => 'Textos',
  3273.                     ],
  3274.                 ],
  3275.                 'disabled_actions' => [
  3276.                 ],
  3277.                 'translation_domain' => 'messages',
  3278.                 'list' => [
  3279.                     'actions' => [
  3280.                     ],
  3281.                     'collapse_actions' => false,
  3282.                     'batch_actions' => [
  3283.                     ],
  3284.                     'max_results' => 15,
  3285.                     'item_permission' => NULL,
  3286.                 ],
  3287.                 'search' => [
  3288.                 ],
  3289.                 'edit' => [
  3290.                     'actions' => [
  3291.                     ],
  3292.                     'item_permission' => NULL,
  3293.                 ],
  3294.                 'new' => [
  3295.                     'actions' => [
  3296.                     ],
  3297.                     'item_permission' => NULL,
  3298.                 ],
  3299.                 'show' => [
  3300.                     'actions' => [
  3301.                     ],
  3302.                     'max_results' => 10,
  3303.                     'item_permission' => NULL,
  3304.                 ],
  3305.             ],
  3306.             'vich_uploader.default_filename_attribute_suffix' => '_name',
  3307.             'vich_uploader.file_injector.class' => 'Vich\\UploaderBundle\\Injector\\FileInjector',
  3308.             'easy_admin_extension.custom_form_types' => [
  3309.             ],
  3310.             'easy_admin_extension.minimum_role' => NULL,
  3311.             'easy_admin_extension.embedded_list.open_new_tab' => true,
  3312.             'cmen_google_charts.version' => 'current',
  3313.             'cmen_google_charts.language' => '',
  3314.             'nelmio_cors.map' => [
  3315.                 '^/' => [
  3316.                 ],
  3317.             ],
  3318.             'nelmio_cors.defaults' => [
  3319.                 'allow_origin' => true,
  3320.                 'allow_credentials' => false,
  3321.                 'allow_headers' => [
  3322.                     => 'content-type',
  3323.                     => 'authorization',
  3324.                 ],
  3325.                 'expose_headers' => [
  3326.                     => 'Link',
  3327.                 ],
  3328.                 'allow_methods' => [
  3329.                     => 'GET',
  3330.                     => 'OPTIONS',
  3331.                     => 'POST',
  3332.                     => 'PUT',
  3333.                     => 'PATCH',
  3334.                     => 'DELETE',
  3335.                 ],
  3336.                 'max_age' => 3600,
  3337.                 'hosts' => [
  3338.                 ],
  3339.                 'origin_regex' => true,
  3340.                 'forced_allow_origin_value' => NULL,
  3341.             ],
  3342.             'nelmio_cors.cors_listener.class' => 'Nelmio\\CorsBundle\\EventListener\\CorsListener',
  3343.             'nelmio_cors.options_resolver.class' => 'Nelmio\\CorsBundle\\Options\\Resolver',
  3344.             'nelmio_cors.options_provider.config.class' => 'Nelmio\\CorsBundle\\Options\\ConfigProvider',
  3345.             'data_collector.templates' => [
  3346.                 'data_collector.request' => [
  3347.                     => 'request',
  3348.                     => '@WebProfiler/Collector/request.html.twig',
  3349.                 ],
  3350.                 'data_collector.time' => [
  3351.                     => 'time',
  3352.                     => '@WebProfiler/Collector/time.html.twig',
  3353.                 ],
  3354.                 'data_collector.memory' => [
  3355.                     => 'memory',
  3356.                     => '@WebProfiler/Collector/memory.html.twig',
  3357.                 ],
  3358.                 'data_collector.validator' => [
  3359.                     => 'validator',
  3360.                     => '@WebProfiler/Collector/validator.html.twig',
  3361.                 ],
  3362.                 'data_collector.ajax' => [
  3363.                     => 'ajax',
  3364.                     => '@WebProfiler/Collector/ajax.html.twig',
  3365.                 ],
  3366.                 'data_collector.form' => [
  3367.                     => 'form',
  3368.                     => '@WebProfiler/Collector/form.html.twig',
  3369.                 ],
  3370.                 'data_collector.exception' => [
  3371.                     => 'exception',
  3372.                     => '@WebProfiler/Collector/exception.html.twig',
  3373.                 ],
  3374.                 'data_collector.logger' => [
  3375.                     => 'logger',
  3376.                     => '@WebProfiler/Collector/logger.html.twig',
  3377.                 ],
  3378.                 'data_collector.events' => [
  3379.                     => 'events',
  3380.                     => '@WebProfiler/Collector/events.html.twig',
  3381.                 ],
  3382.                 'data_collector.router' => [
  3383.                     => 'router',
  3384.                     => '@WebProfiler/Collector/router.html.twig',
  3385.                 ],
  3386.                 'data_collector.cache' => [
  3387.                     => 'cache',
  3388.                     => '@WebProfiler/Collector/cache.html.twig',
  3389.                 ],
  3390.                 'data_collector.translation' => [
  3391.                     => 'translation',
  3392.                     => '@WebProfiler/Collector/translation.html.twig',
  3393.                 ],
  3394.                 'data_collector.security' => [
  3395.                     => 'security',
  3396.                     => '@Security/Collector/security.html.twig',
  3397.                 ],
  3398.                 'data_collector.twig' => [
  3399.                     => 'twig',
  3400.                     => '@WebProfiler/Collector/twig.html.twig',
  3401.                 ],
  3402.                 'data_collector.doctrine' => [
  3403.                     => 'db',
  3404.                     => '@Doctrine/Collector/db.html.twig',
  3405.                 ],
  3406.                 'swiftmailer.data_collector' => [
  3407.                     => 'swiftmailer',
  3408.                     => '@Swiftmailer/Collector/swiftmailer.html.twig',
  3409.                 ],
  3410.                 'data_collector.dump' => [
  3411.                     => 'dump',
  3412.                     => '@Debug/Profiler/dump.html.twig',
  3413.                 ],
  3414.                 'easyadmin.data_collector' => [
  3415.                     => 'easyadmin',
  3416.                     => '@EasyAdmin/data_collector/easyadmin.html.twig',
  3417.                 ],
  3418.                 'Vich\\UploaderBundle\\DataCollector\\MappingCollector' => [
  3419.                     => 'vich_uploader.mapping_collector',
  3420.                     => '@VichUploader/Collector/mapping_collector.html.twig',
  3421.                 ],
  3422.                 'data_collector.config' => [
  3423.                     => 'config',
  3424.                     => '@WebProfiler/Collector/config.html.twig',
  3425.                 ],
  3426.             ],
  3427.             'console.command.ids' => [
  3428.                 => 'console.command.public_alias.doctrine_cache.contains_command',
  3429.                 => 'console.command.public_alias.doctrine_cache.delete_command',
  3430.                 => 'console.command.public_alias.doctrine_cache.flush_command',
  3431.                 => 'console.command.public_alias.doctrine_cache.stats_command',
  3432.             ],
  3433.         ];
  3434.     }
  3435. }