visualization/visualizer/var/cache/dev/App_KernelDevDebugContainer.xml
Julius Herrmann 40ae8de197 intitial init
2021-06-13 23:00:07 +02:00

2738 lines
148 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<container xmlns="http://symfony.com/schema/dic/services" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://symfony.com/schema/dic/services https://symfony.com/schema/dic/services/services-1.0.xsd">
<parameters>
<parameter key="kernel.project_dir">/var/www/symfony</parameter>
<parameter key="kernel.environment">dev</parameter>
<parameter key="kernel.runtime_environment">%env(default:kernel.environment:APP_RUNTIME_ENV)%</parameter>
<parameter key="kernel.debug">true</parameter>
<parameter key="kernel.build_dir">/var/www/symfony/var/cache/dev</parameter>
<parameter key="kernel.cache_dir">/var/www/symfony/var/cache/dev</parameter>
<parameter key="kernel.logs_dir">/var/www/symfony/var/log</parameter>
<parameter key="kernel.bundles" type="collection">
<parameter key="FrameworkBundle">Symfony\Bundle\FrameworkBundle\FrameworkBundle</parameter>
<parameter key="MakerBundle">Symfony\Bundle\MakerBundle\MakerBundle</parameter>
<parameter key="SensioFrameworkExtraBundle">Sensio\Bundle\FrameworkExtraBundle\SensioFrameworkExtraBundle</parameter>
<parameter key="TwigBundle">Symfony\Bundle\TwigBundle\TwigBundle</parameter>
<parameter key="TwigExtraBundle">Twig\Extra\TwigExtraBundle\TwigExtraBundle</parameter>
</parameter>
<parameter key="kernel.bundles_metadata" type="collection">
<parameter key="FrameworkBundle" type="collection">
<parameter key="path">/var/www/symfony/vendor/symfony/framework-bundle</parameter>
<parameter key="namespace">Symfony\Bundle\FrameworkBundle</parameter>
</parameter>
<parameter key="MakerBundle" type="collection">
<parameter key="path">/var/www/symfony/vendor/symfony/maker-bundle/src</parameter>
<parameter key="namespace">Symfony\Bundle\MakerBundle</parameter>
</parameter>
<parameter key="SensioFrameworkExtraBundle" type="collection">
<parameter key="path">/var/www/symfony/vendor/sensio/framework-extra-bundle/src</parameter>
<parameter key="namespace">Sensio\Bundle\FrameworkExtraBundle</parameter>
</parameter>
<parameter key="TwigBundle" type="collection">
<parameter key="path">/var/www/symfony/vendor/symfony/twig-bundle</parameter>
<parameter key="namespace">Symfony\Bundle\TwigBundle</parameter>
</parameter>
<parameter key="TwigExtraBundle" type="collection">
<parameter key="path">/var/www/symfony/vendor/twig/extra-bundle</parameter>
<parameter key="namespace">Twig\Extra\TwigExtraBundle</parameter>
</parameter>
</parameter>
<parameter key="kernel.charset">UTF-8</parameter>
<parameter key="kernel.container_class">App_KernelDevDebugContainer</parameter>
<parameter key="event_dispatcher.event_aliases" type="collection">
<parameter key="Symfony\Component\Console\Event\ConsoleCommandEvent">console.command</parameter>
<parameter key="Symfony\Component\Console\Event\ConsoleErrorEvent">console.error</parameter>
<parameter key="Symfony\Component\Console\Event\ConsoleSignalEvent">console.signal</parameter>
<parameter key="Symfony\Component\Console\Event\ConsoleTerminateEvent">console.terminate</parameter>
<parameter key="Symfony\Component\HttpKernel\Event\ControllerArgumentsEvent">kernel.controller_arguments</parameter>
<parameter key="Symfony\Component\HttpKernel\Event\ControllerEvent">kernel.controller</parameter>
<parameter key="Symfony\Component\HttpKernel\Event\ResponseEvent">kernel.response</parameter>
<parameter key="Symfony\Component\HttpKernel\Event\FinishRequestEvent">kernel.finish_request</parameter>
<parameter key="Symfony\Component\HttpKernel\Event\RequestEvent">kernel.request</parameter>
<parameter key="Symfony\Component\HttpKernel\Event\ViewEvent">kernel.view</parameter>
<parameter key="Symfony\Component\HttpKernel\Event\ExceptionEvent">kernel.exception</parameter>
<parameter key="Symfony\Component\HttpKernel\Event\TerminateEvent">kernel.terminate</parameter>
</parameter>
<parameter key="fragment.renderer.hinclude.global_template">null</parameter>
<parameter key="fragment.path">/_fragment</parameter>
<parameter key="kernel.secret">%env(APP_SECRET)%</parameter>
<parameter key="kernel.http_method_override">false</parameter>
<parameter key="kernel.trusted_hosts" type="collection"/>
<parameter key="kernel.default_locale">en</parameter>
<parameter key="kernel.error_controller">error_controller</parameter>
<parameter key="debug.file_link_format">null</parameter>
<parameter key="cache.prefix.seed">_/var/www/symfony.App_KernelDevDebugContainer</parameter>
<parameter key="session.metadata.storage_key">_sf2_meta</parameter>
<parameter key="session.storage.options" type="collection">
<parameter key="cache_limiter" type="string">0</parameter>
<parameter key="cookie_secure">auto</parameter>
<parameter key="cookie_httponly">true</parameter>
<parameter key="cookie_samesite">lax</parameter>
<parameter key="gc_probability">1</parameter>
</parameter>
<parameter key="session.save_path">/var/www/symfony/var/cache/dev/sessions</parameter>
<parameter key="session.metadata.update_threshold">0</parameter>
<parameter key="data_collector.templates" type="collection"/>
<parameter key="debug.error_handler.throw_at">-1</parameter>
<parameter key="debug.container.dump">/var/www/symfony/var/cache/dev/App_KernelDevDebugContainer.xml</parameter>
<parameter key="router.request_context.host">localhost</parameter>
<parameter key="router.request_context.scheme">http</parameter>
<parameter key="router.request_context.base_url"></parameter>
<parameter key="router.resource">kernel::loadRoutes</parameter>
<parameter key="request_listener.http_port">80</parameter>
<parameter key="request_listener.https_port">443</parameter>
<parameter key="twig.form.resources" type="collection">
<parameter>form_div_layout.html.twig</parameter>
</parameter>
<parameter key="twig.default_path">/var/www/symfony/templates</parameter>
<parameter key="console.command.ids" type="collection"/>
</parameters>
<services>
<service id="service_container" class="Symfony\Component\DependencyInjection\ContainerInterface" public="true" synthetic="true"/>
<service id="kernel" class="App\Kernel" public="true" synthetic="true" autoconfigure="true">
<tag name="controller.service_arguments"/>
<tag name="routing.route_loader"/>
</service>
<service id="App\Controller\MainController" class="App\Controller\MainController" public="true" autowire="true" autoconfigure="true">
<tag name="controller.service_arguments"/>
<tag name="container.service_subscriber"/>
<call method="setContainer">
<argument type="service" id=".service_locator.W9y3dzm.App\Controller\MainController"/>
</call>
</service>
<service id="controller_resolver" class="Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver">
<tag name="monolog.logger" channel="request"/>
<argument type="service" id="service_container"/>
<argument type="service" id="logger" on-invalid="ignore"/>
</service>
<service id="argument_metadata_factory" class="Symfony\Component\HttpKernel\ControllerMetadata\ArgumentMetadataFactory"/>
<service id="argument_resolver" class="Symfony\Component\HttpKernel\Controller\ArgumentResolver">
<argument type="service" id="argument_metadata_factory"/>
<argument type="iterator">
<argument type="service" id="argument_resolver.request_attribute"/>
<argument type="service" id="argument_resolver.request"/>
<argument type="service" id="argument_resolver.session"/>
<argument type="service" id="argument_resolver.service"/>
<argument type="service" id="argument_resolver.default"/>
<argument type="service" id="argument_resolver.variadic"/>
</argument>
</service>
<service id="argument_resolver.request_attribute" class="Symfony\Component\HttpKernel\Controller\ArgumentResolver\RequestAttributeValueResolver">
<tag name="controller.argument_value_resolver" priority="100"/>
</service>
<service id="argument_resolver.request" class="Symfony\Component\HttpKernel\Controller\ArgumentResolver\RequestValueResolver">
<tag name="controller.argument_value_resolver" priority="50"/>
</service>
<service id="argument_resolver.session" class="Symfony\Component\HttpKernel\Controller\ArgumentResolver\SessionValueResolver">
<tag name="controller.argument_value_resolver" priority="50"/>
</service>
<service id="argument_resolver.service" class="Symfony\Component\HttpKernel\Controller\ArgumentResolver\ServiceValueResolver">
<tag name="controller.argument_value_resolver" priority="-50"/>
<argument type="service" id=".service_locator.YxNo8ZP"/>
</service>
<service id="argument_resolver.default" class="Symfony\Component\HttpKernel\Controller\ArgumentResolver\DefaultValueResolver">
<tag name="controller.argument_value_resolver" priority="-100"/>
</service>
<service id="argument_resolver.variadic" class="Symfony\Component\HttpKernel\Controller\ArgumentResolver\VariadicValueResolver">
<tag name="controller.argument_value_resolver" priority="-150"/>
</service>
<service id="response_listener" class="Symfony\Component\HttpKernel\EventListener\ResponseListener">
<tag name="kernel.event_subscriber"/>
<tag name="container.hot_path"/>
<argument>UTF-8</argument>
</service>
<service id="streamed_response_listener" class="Symfony\Component\HttpKernel\EventListener\StreamedResponseListener">
<tag name="kernel.event_subscriber"/>
<tag name="container.hot_path"/>
</service>
<service id="locale_listener" class="Symfony\Component\HttpKernel\EventListener\LocaleListener">
<tag name="kernel.event_subscriber"/>
<tag name="container.hot_path"/>
<tag name="container.hot_path"/>
<tag name="container.hot_path"/>
<argument type="service" id="request_stack"/>
<argument>en</argument>
<argument type="service" id="router.default" on-invalid="ignore"/>
</service>
<service id="validate_request_listener" class="Symfony\Component\HttpKernel\EventListener\ValidateRequestListener">
<tag name="kernel.event_subscriber"/>
<tag name="container.hot_path"/>
</service>
<service id="disallow_search_engine_index_response_listener" class="Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener">
<tag name="kernel.event_subscriber"/>
<tag name="container.hot_path"/>
</service>
<service id="error_controller" class="Symfony\Component\HttpKernel\Controller\ErrorController" public="true">
<argument type="service" id="http_kernel"/>
<argument>error_controller</argument>
<argument type="service" id="twig.error_renderer.html"/>
</service>
<service id="exception_listener" class="Symfony\Component\HttpKernel\EventListener\ErrorListener">
<tag name="kernel.event_subscriber"/>
<tag name="monolog.logger" channel="request"/>
<tag name="container.hot_path"/>
<tag name="container.hot_path"/>
<argument>error_controller</argument>
<argument type="service" id="logger" on-invalid="null"/>
<argument>true</argument>
</service>
<service id="parameter_bag" class="Symfony\Component\DependencyInjection\ParameterBag\ContainerBag">
<argument type="service" id="service_container"/>
</service>
<service id="event_dispatcher" class="Symfony\Component\EventDispatcher\EventDispatcher" public="true">
<tag name="container.hot_path"/>
<tag name="event_dispatcher">event_dispatcher.dispatcher</tag>
<call method="addListener">
<argument>kernel.response</argument>
<argument type="collection">
<argument type="service_closure" id="response_listener"/>
<argument>onKernelResponse</argument>
</argument>
<argument>0</argument>
</call>
<call method="addListener">
<argument>kernel.response</argument>
<argument type="collection">
<argument type="service_closure" id="streamed_response_listener"/>
<argument>onKernelResponse</argument>
</argument>
<argument>-1024</argument>
</call>
<call method="addListener">
<argument>kernel.request</argument>
<argument type="collection">
<argument type="service_closure" id="locale_listener"/>
<argument>setDefaultLocale</argument>
</argument>
<argument>100</argument>
</call>
<call method="addListener">
<argument>kernel.request</argument>
<argument type="collection">
<argument type="service_closure" id="locale_listener"/>
<argument>onKernelRequest</argument>
</argument>
<argument>16</argument>
</call>
<call method="addListener">
<argument>kernel.finish_request</argument>
<argument type="collection">
<argument type="service_closure" id="locale_listener"/>
<argument>onKernelFinishRequest</argument>
</argument>
<argument>0</argument>
</call>
<call method="addListener">
<argument>kernel.request</argument>
<argument type="collection">
<argument type="service_closure" id="validate_request_listener"/>
<argument>onKernelRequest</argument>
</argument>
<argument>256</argument>
</call>
<call method="addListener">
<argument>kernel.response</argument>
<argument type="collection">
<argument type="service_closure" id="disallow_search_engine_index_response_listener"/>
<argument>onResponse</argument>
</argument>
<argument>-255</argument>
</call>
<call method="addListener">
<argument>kernel.controller_arguments</argument>
<argument type="collection">
<argument type="service_closure" id="exception_listener"/>
<argument>onControllerArguments</argument>
</argument>
<argument>0</argument>
</call>
<call method="addListener">
<argument>kernel.exception</argument>
<argument type="collection">
<argument type="service_closure" id="exception_listener"/>
<argument>logKernelException</argument>
</argument>
<argument>0</argument>
</call>
<call method="addListener">
<argument>kernel.exception</argument>
<argument type="collection">
<argument type="service_closure" id="exception_listener"/>
<argument>onKernelException</argument>
</argument>
<argument>-128</argument>
</call>
<call method="addListener">
<argument>kernel.response</argument>
<argument type="collection">
<argument type="service_closure" id="exception_listener"/>
<argument>removeCspHeader</argument>
</argument>
<argument>-128</argument>
</call>
<call method="addListener">
<argument>kernel.request</argument>
<argument type="collection">
<argument type="service_closure" id="locale_aware_listener"/>
<argument>onKernelRequest</argument>
</argument>
<argument>15</argument>
</call>
<call method="addListener">
<argument>kernel.finish_request</argument>
<argument type="collection">
<argument type="service_closure" id="locale_aware_listener"/>
<argument>onKernelFinishRequest</argument>
</argument>
<argument>-15</argument>
</call>
<call method="addListener">
<argument>console.error</argument>
<argument type="collection">
<argument type="service_closure" id="console.error_listener"/>
<argument>onConsoleError</argument>
</argument>
<argument>-128</argument>
</call>
<call method="addListener">
<argument>console.terminate</argument>
<argument type="collection">
<argument type="service_closure" id="console.error_listener"/>
<argument>onConsoleTerminate</argument>
</argument>
<argument>-128</argument>
</call>
<call method="addListener">
<argument>console.error</argument>
<argument type="collection">
<argument type="service_closure" id="console.suggest_missing_package_subscriber"/>
<argument>onConsoleError</argument>
</argument>
<argument>0</argument>
</call>
<call method="addListener">
<argument>kernel.request</argument>
<argument type="collection">
<argument type="service_closure" id="session_listener"/>
<argument>onKernelRequest</argument>
</argument>
<argument>128</argument>
</call>
<call method="addListener">
<argument>kernel.response</argument>
<argument type="collection">
<argument type="service_closure" id="session_listener"/>
<argument>onKernelResponse</argument>
</argument>
<argument>-1000</argument>
</call>
<call method="addListener">
<argument>kernel.finish_request</argument>
<argument type="collection">
<argument type="service_closure" id="session_listener"/>
<argument>onFinishRequest</argument>
</argument>
<argument>0</argument>
</call>
<call method="addListener">
<argument>kernel.request</argument>
<argument type="collection">
<argument type="service_closure" id="debug.debug_handlers_listener"/>
<argument>configure</argument>
</argument>
<argument>2048</argument>
</call>
<call method="addListener">
<argument>console.command</argument>
<argument type="collection">
<argument type="service_closure" id="debug.debug_handlers_listener"/>
<argument>configure</argument>
</argument>
<argument>2048</argument>
</call>
<call method="addListener">
<argument>kernel.request</argument>
<argument type="collection">
<argument type="service_closure" id="router_listener"/>
<argument>onKernelRequest</argument>
</argument>
<argument>32</argument>
</call>
<call method="addListener">
<argument>kernel.finish_request</argument>
<argument type="collection">
<argument type="service_closure" id="router_listener"/>
<argument>onKernelFinishRequest</argument>
</argument>
<argument>0</argument>
</call>
<call method="addListener">
<argument>kernel.exception</argument>
<argument type="collection">
<argument type="service_closure" id="router_listener"/>
<argument>onKernelException</argument>
</argument>
<argument>-64</argument>
</call>
<call method="addListener">
<argument>console.error</argument>
<argument type="collection">
<argument type="service_closure" id="maker.console_error_listener"/>
<argument>onConsoleError</argument>
</argument>
<argument>0</argument>
</call>
<call method="addListener">
<argument>console.terminate</argument>
<argument type="collection">
<argument type="service_closure" id="maker.console_error_listener"/>
<argument>onConsoleTerminate</argument>
</argument>
<argument>0</argument>
</call>
<call method="addListener">
<argument>kernel.controller</argument>
<argument type="collection">
<argument type="service_closure" id="sensio_framework_extra.controller.listener"/>
<argument>onKernelController</argument>
</argument>
<argument>0</argument>
</call>
<call method="addListener">
<argument>kernel.controller</argument>
<argument type="collection">
<argument type="service_closure" id="sensio_framework_extra.converter.listener"/>
<argument>onKernelController</argument>
</argument>
<argument>0</argument>
</call>
<call method="addListener">
<argument>kernel.controller</argument>
<argument type="collection">
<argument type="service_closure" id="sensio_framework_extra.view.listener"/>
<argument>onKernelController</argument>
</argument>
<argument>-128</argument>
</call>
<call method="addListener">
<argument>kernel.view</argument>
<argument type="collection">
<argument type="service_closure" id="sensio_framework_extra.view.listener"/>
<argument>onKernelView</argument>
</argument>
<argument>0</argument>
</call>
<call method="addListener">
<argument>kernel.controller</argument>
<argument type="collection">
<argument type="service_closure" id="sensio_framework_extra.cache.listener"/>
<argument>onKernelController</argument>
</argument>
<argument>0</argument>
</call>
<call method="addListener">
<argument>kernel.response</argument>
<argument type="collection">
<argument type="service_closure" id="sensio_framework_extra.cache.listener"/>
<argument>onKernelResponse</argument>
</argument>
<argument>0</argument>
</call>
<call method="addListener">
<argument>kernel.controller_arguments</argument>
<argument type="collection">
<argument type="service_closure" id="framework_extra_bundle.event.is_granted"/>
<argument>onKernelControllerArguments</argument>
</argument>
<argument>0</argument>
</call>
</service>
<service id="http_kernel" class="Symfony\Component\HttpKernel\HttpKernel" public="true">
<tag name="container.hot_path"/>
<tag name="container.preload" class="Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"/>
<tag name="container.preload" class="Symfony\Component\Runtime\Runner\Symfony\ResponseRunner"/>
<tag name="container.preload" class="Symfony\Component\Runtime\SymfonyRuntime"/>
<argument type="service" id="event_dispatcher"/>
<argument type="service" id="controller_resolver"/>
<argument type="service" id="request_stack"/>
<argument type="service" id="argument_resolver"/>
</service>
<service id="request_stack" class="Symfony\Component\HttpFoundation\RequestStack" public="true"/>
<service id="http_cache" class="Symfony\Bundle\FrameworkBundle\HttpCache\HttpCache">
<tag name="container.hot_path"/>
<argument type="service" id="kernel"/>
<argument type="service" id="http_cache.store"/>
<argument>null</argument>
<argument type="collection">
<argument key="debug">true</argument>
</argument>
</service>
<service id="http_cache.store" class="Symfony\Component\HttpKernel\HttpCache\Store">
<argument>/var/www/symfony/var/cache/dev/http_cache</argument>
</service>
<service id="url_helper" class="Symfony\Component\HttpFoundation\UrlHelper">
<argument type="service" id="request_stack"/>
<argument type="service" id="router.request_context" on-invalid="ignore"/>
</service>
<service id="cache_warmer" class="Symfony\Component\HttpKernel\CacheWarmer\CacheWarmerAggregate" public="true">
<tag name="container.no_preload"/>
<argument type="tagged_iterator" tag="kernel.cache_warmer"/>
<argument>true</argument>
<argument>/var/www/symfony/var/cache/dev/App_KernelDevDebugContainerDeprecations.log</argument>
</service>
<service id="cache_clearer" class="Symfony\Component\HttpKernel\CacheClearer\ChainCacheClearer" public="true">
<tag name="container.private" package="symfony/framework-bundle" version="5.2"/>
<argument type="tagged_iterator" tag="kernel.cache_clearer"/>
</service>
<service id="filesystem" class="Symfony\Component\Filesystem\Filesystem" public="true">
<tag name="container.private" package="symfony/framework-bundle" version="5.2"/>
</service>
<service id="file_locator" class="Symfony\Component\HttpKernel\Config\FileLocator">
<argument type="service" id="kernel"/>
</service>
<service id="uri_signer" class="Symfony\Component\HttpKernel\UriSigner">
<argument>%env(APP_SECRET)%</argument>
</service>
<service id="config_cache_factory" class="Symfony\Component\Config\ResourceCheckerConfigCacheFactory">
<argument type="tagged_iterator" tag="config_cache.resource_checker"/>
</service>
<service id="dependency_injection.config.container_parameters_resource_checker" class="Symfony\Component\DependencyInjection\Config\ContainerParametersResourceChecker">
<tag name="config_cache.resource_checker" priority="-980"/>
<argument type="service" id="service_container"/>
</service>
<service id="config.resource.self_checking_resource_checker" class="Symfony\Component\Config\Resource\SelfCheckingResourceChecker">
<tag name="config_cache.resource_checker" priority="-990"/>
</service>
<service id="services_resetter" class="Symfony\Component\HttpKernel\DependencyInjection\ServicesResetter" public="true">
<argument type="iterator">
<argument key="cache.app" type="service" id="cache.app" on-invalid="ignore_uninitialized"/>
<argument key="cache.system" type="service" id="cache.system" on-invalid="ignore_uninitialized"/>
<argument key="cache.validator" type="service" id="cache.validator" on-invalid="ignore_uninitialized"/>
<argument key="cache.serializer" type="service" id="cache.serializer" on-invalid="ignore_uninitialized"/>
<argument key="cache.annotations" type="service" id="cache.annotations" on-invalid="ignore_uninitialized"/>
<argument key="cache.property_info" type="service" id="cache.property_info" on-invalid="ignore_uninitialized"/>
</argument>
<argument type="collection">
<argument key="cache.app" type="collection">
<argument>reset</argument>
</argument>
<argument key="cache.system" type="collection">
<argument>reset</argument>
</argument>
<argument key="cache.validator" type="collection">
<argument>reset</argument>
</argument>
<argument key="cache.serializer" type="collection">
<argument>reset</argument>
</argument>
<argument key="cache.annotations" type="collection">
<argument>reset</argument>
</argument>
<argument key="cache.property_info" type="collection">
<argument>reset</argument>
</argument>
</argument>
</service>
<service id="reverse_container" class="Symfony\Component\DependencyInjection\ReverseContainer">
<argument type="service" id="service_container"/>
<argument type="service" id=".service_locator.XXv1IfR"/>
</service>
<service id="locale_aware_listener" class="Symfony\Component\HttpKernel\EventListener\LocaleAwareListener">
<tag name="kernel.event_subscriber"/>
<tag name="container.hot_path"/>
<tag name="container.hot_path"/>
<argument type="iterator">
<argument type="service" id="slugger"/>
</argument>
<argument type="service" id="request_stack"/>
</service>
<service id="container.env_var_processor" class="Symfony\Component\DependencyInjection\EnvVarProcessor">
<tag name="container.env_var_processor"/>
<argument type="service" id="service_container"/>
<argument type="tagged_iterator" tag="container.env_var_loader"/>
</service>
<service id="slugger" class="Symfony\Component\String\Slugger\AsciiSlugger">
<tag name="kernel.locale_aware"/>
<argument>en</argument>
</service>
<service id="container.getenv" class="Closure">
<tag name="routing.expression_language_function" function="env"/>
<argument type="collection">
<argument type="service" id="service_container"/>
<argument>getEnv</argument>
</argument>
<factory class="Closure" method="fromCallable"/>
</service>
<service id="container.env" class="Symfony\Component\String\LazyString" abstract="true">
<argument type="service" id="container.getenv"/>
<factory class="Symfony\Component\String\LazyString" method="fromCallable"/>
</service>
<service id="config_builder.warmer" class="Symfony\Bundle\FrameworkBundle\CacheWarmer\ConfigBuilderCacheWarmer">
<tag name="kernel.cache_warmer"/>
<argument type="service" id="kernel"/>
<argument type="service" id="logger" on-invalid="null"/>
</service>
<service id="fragment.handler" class="Symfony\Component\HttpKernel\DependencyInjection\LazyLoadingFragmentHandler">
<argument type="service" id=".service_locator.lLv4pWF"/>
<argument type="service" id="request_stack"/>
<argument>true</argument>
</service>
<service id="fragment.uri_generator" class="Symfony\Component\HttpKernel\Fragment\FragmentUriGenerator">
<argument>/_fragment</argument>
<argument type="service" id="uri_signer"/>
<argument type="service" id="request_stack"/>
</service>
<service id="fragment.renderer.inline" class="Symfony\Component\HttpKernel\Fragment\InlineFragmentRenderer">
<tag name="kernel.fragment_renderer" alias="inline"/>
<argument type="service" id="http_kernel"/>
<argument type="service" id="event_dispatcher"/>
<call method="setFragmentPath">
<argument>/_fragment</argument>
</call>
</service>
<service id="error_handler.error_renderer.html" class="Symfony\Component\ErrorHandler\ErrorRenderer\HtmlErrorRenderer">
<argument type="service">
<service>
<argument type="service" id="request_stack"/>
<argument>true</argument>
<factory class="Symfony\Component\ErrorHandler\ErrorRenderer\HtmlErrorRenderer" method="isDebug"/>
</service>
</argument>
<argument>UTF-8</argument>
<argument type="service" id="debug.file_link_formatter" on-invalid="null"/>
<argument>/var/www/symfony</argument>
<argument type="service">
<service>
<argument type="service" id="request_stack"/>
<factory class="Symfony\Component\ErrorHandler\ErrorRenderer\HtmlErrorRenderer" method="getAndCleanOutputBuffer"/>
</service>
</argument>
<argument type="service" id="logger" on-invalid="null"/>
</service>
<service id="console.error_listener" class="Symfony\Component\Console\EventListener\ErrorListener">
<tag name="kernel.event_subscriber"/>
<tag name="monolog.logger" channel="console"/>
<tag name="container.no_preload"/>
<argument type="service" id="logger" on-invalid="null"/>
</service>
<service id="console.suggest_missing_package_subscriber" class="Symfony\Bundle\FrameworkBundle\EventListener\SuggestMissingPackageSubscriber">
<tag name="kernel.event_subscriber"/>
<tag name="container.no_preload"/>
</service>
<service id="console.command.about" class="Symfony\Bundle\FrameworkBundle\Command\AboutCommand">
<tag name="console.command"/>
<tag name="container.no_preload"/>
<call method="setName">
<argument>about</argument>
</call>
<call method="setDescription">
<argument>Display information about the current project</argument>
</call>
</service>
<service id="console.command.assets_install" class="Symfony\Bundle\FrameworkBundle\Command\AssetsInstallCommand">
<tag name="console.command"/>
<tag name="container.no_preload"/>
<argument type="service" id="filesystem"/>
<argument>/var/www/symfony</argument>
<call method="setName">
<argument>assets:install</argument>
</call>
<call method="setDescription">
<argument>Install bundle's web assets under a public directory</argument>
</call>
</service>
<service id="console.command.cache_clear" class="Symfony\Bundle\FrameworkBundle\Command\CacheClearCommand">
<tag name="console.command"/>
<tag name="container.no_preload"/>
<argument type="service" id="cache_clearer"/>
<argument type="service" id="filesystem"/>
<call method="setName">
<argument>cache:clear</argument>
</call>
<call method="setDescription">
<argument>Clear the cache</argument>
</call>
</service>
<service id="console.command.cache_pool_clear" class="Symfony\Bundle\FrameworkBundle\Command\CachePoolClearCommand">
<tag name="console.command"/>
<tag name="container.no_preload"/>
<argument type="service" id="cache.global_clearer"/>
<call method="setName">
<argument>cache:pool:clear</argument>
</call>
<call method="setDescription">
<argument>Clear cache pools</argument>
</call>
</service>
<service id="console.command.cache_pool_prune" class="Symfony\Bundle\FrameworkBundle\Command\CachePoolPruneCommand">
<tag name="console.command"/>
<tag name="container.no_preload"/>
<argument type="collection"/>
<call method="setName">
<argument>cache:pool:prune</argument>
</call>
<call method="setDescription">
<argument>Prune cache pools</argument>
</call>
</service>
<service id="console.command.cache_pool_delete" class="Symfony\Bundle\FrameworkBundle\Command\CachePoolDeleteCommand">
<tag name="console.command"/>
<tag name="container.no_preload"/>
<argument type="service" id="cache.global_clearer"/>
<call method="setName">
<argument>cache:pool:delete</argument>
</call>
<call method="setDescription">
<argument>Delete an item from a cache pool</argument>
</call>
</service>
<service id="console.command.cache_pool_list" class="Symfony\Bundle\FrameworkBundle\Command\CachePoolListCommand">
<tag name="console.command"/>
<tag name="container.no_preload"/>
<argument type="collection">
<argument>cache.app</argument>
<argument>cache.system</argument>
<argument>cache.validator</argument>
<argument>cache.serializer</argument>
<argument>cache.annotations</argument>
<argument>cache.property_info</argument>
</argument>
<call method="setName">
<argument>cache:pool:list</argument>
</call>
<call method="setDescription">
<argument>List available cache pools</argument>
</call>
</service>
<service id="console.command.cache_warmup" class="Symfony\Bundle\FrameworkBundle\Command\CacheWarmupCommand">
<tag name="console.command"/>
<tag name="container.no_preload"/>
<argument type="service" id="cache_warmer"/>
<call method="setName">
<argument>cache:warmup</argument>
</call>
<call method="setDescription">
<argument>Warm up an empty cache</argument>
</call>
</service>
<service id="console.command.config_debug" class="Symfony\Bundle\FrameworkBundle\Command\ConfigDebugCommand">
<tag name="console.command"/>
<tag name="container.no_preload"/>
<call method="setName">
<argument>debug:config</argument>
</call>
<call method="setDescription">
<argument>Dump the current configuration for an extension</argument>
</call>
</service>
<service id="console.command.config_dump_reference" class="Symfony\Bundle\FrameworkBundle\Command\ConfigDumpReferenceCommand">
<tag name="console.command"/>
<tag name="container.no_preload"/>
<call method="setName">
<argument>config:dump-reference</argument>
</call>
<call method="setDescription">
<argument>Dump the default configuration for an extension</argument>
</call>
</service>
<service id="console.command.container_debug" class="Symfony\Bundle\FrameworkBundle\Command\ContainerDebugCommand">
<tag name="console.command"/>
<tag name="container.no_preload"/>
<call method="setName">
<argument>debug:container</argument>
</call>
<call method="setDescription">
<argument>Display current services for an application</argument>
</call>
</service>
<service id="console.command.container_lint" class="Symfony\Bundle\FrameworkBundle\Command\ContainerLintCommand">
<tag name="console.command"/>
<tag name="container.no_preload"/>
<call method="setName">
<argument>lint:container</argument>
</call>
<call method="setDescription">
<argument>Ensure that arguments injected into services match type declarations</argument>
</call>
</service>
<service id="console.command.debug_autowiring" class="Symfony\Bundle\FrameworkBundle\Command\DebugAutowiringCommand">
<tag name="console.command"/>
<tag name="container.no_preload"/>
<argument>null</argument>
<argument type="service" id="debug.file_link_formatter" on-invalid="null"/>
<call method="setName">
<argument>debug:autowiring</argument>
</call>
<call method="setDescription">
<argument>List classes/interfaces you can use for autowiring</argument>
</call>
</service>
<service id="console.command.event_dispatcher_debug" class="Symfony\Bundle\FrameworkBundle\Command\EventDispatcherDebugCommand">
<tag name="console.command"/>
<tag name="container.no_preload"/>
<argument type="service" id=".service_locator.Xobvezw"/>
<call method="setName">
<argument>debug:event-dispatcher</argument>
</call>
<call method="setDescription">
<argument>Display configured listeners for an application</argument>
</call>
</service>
<service id="console.command.router_debug" class="Symfony\Bundle\FrameworkBundle\Command\RouterDebugCommand">
<tag name="console.command"/>
<tag name="container.no_preload"/>
<argument type="service" id="router.default"/>
<argument type="service" id="debug.file_link_formatter" on-invalid="null"/>
<call method="setName">
<argument>debug:router</argument>
</call>
<call method="setDescription">
<argument>Display current routes for an application</argument>
</call>
</service>
<service id="console.command.router_match" class="Symfony\Bundle\FrameworkBundle\Command\RouterMatchCommand">
<tag name="console.command"/>
<tag name="container.no_preload"/>
<argument type="service" id="router.default"/>
<argument type="tagged_iterator" tag="routing.expression_language_provider"/>
<call method="setName">
<argument>router:match</argument>
</call>
<call method="setDescription">
<argument>Help debug routes by simulating a path info match</argument>
</call>
</service>
<service id="console.command.yaml_lint" class="Symfony\Bundle\FrameworkBundle\Command\YamlLintCommand">
<tag name="console.command"/>
<tag name="container.no_preload"/>
<call method="setName">
<argument>lint:yaml</argument>
</call>
<call method="setDescription">
<argument>Lint a YAML file and outputs encountered errors</argument>
</call>
</service>
<service id="console.command.secrets_set" class="Symfony\Bundle\FrameworkBundle\Command\SecretsSetCommand">
<tag name="console.command"/>
<tag name="container.no_preload"/>
<argument type="service" id="secrets.vault"/>
<argument type="service" id="secrets.local_vault" on-invalid="null"/>
<call method="setName">
<argument>secrets:set</argument>
</call>
<call method="setDescription">
<argument>Set a secret in the vault</argument>
</call>
</service>
<service id="console.command.secrets_remove" class="Symfony\Bundle\FrameworkBundle\Command\SecretsRemoveCommand">
<tag name="console.command"/>
<tag name="container.no_preload"/>
<argument type="service" id="secrets.vault"/>
<argument type="service" id="secrets.local_vault" on-invalid="null"/>
<call method="setName">
<argument>secrets:remove</argument>
</call>
<call method="setDescription">
<argument>Remove a secret from the vault</argument>
</call>
</service>
<service id="console.command.secrets_generate_key" class="Symfony\Bundle\FrameworkBundle\Command\SecretsGenerateKeysCommand">
<tag name="console.command"/>
<tag name="container.no_preload"/>
<argument type="service" id="secrets.vault"/>
<argument type="service" id="secrets.local_vault" on-invalid="ignore"/>
<call method="setName">
<argument>secrets:generate-keys</argument>
</call>
<call method="setDescription">
<argument>Generate new encryption keys</argument>
</call>
</service>
<service id="console.command.secrets_list" class="Symfony\Bundle\FrameworkBundle\Command\SecretsListCommand">
<tag name="console.command"/>
<tag name="container.no_preload"/>
<argument type="service" id="secrets.vault"/>
<argument type="service" id="secrets.local_vault"/>
<call method="setName">
<argument>secrets:list</argument>
</call>
<call method="setDescription">
<argument>List all secrets</argument>
</call>
</service>
<service id="console.command.secrets_decrypt_to_local" class="Symfony\Bundle\FrameworkBundle\Command\SecretsDecryptToLocalCommand">
<tag name="console.command"/>
<tag name="container.no_preload"/>
<argument type="service" id="secrets.vault"/>
<argument type="service" id="secrets.local_vault" on-invalid="ignore"/>
<call method="setName">
<argument>secrets:decrypt-to-local</argument>
</call>
<call method="setDescription">
<argument>Decrypt all secrets and stores them in the local vault</argument>
</call>
</service>
<service id="console.command.secrets_encrypt_from_local" class="Symfony\Bundle\FrameworkBundle\Command\SecretsEncryptFromLocalCommand">
<tag name="console.command"/>
<tag name="container.no_preload"/>
<argument type="service" id="secrets.vault"/>
<argument type="service" id="secrets.local_vault"/>
<call method="setName">
<argument>secrets:encrypt-from-local</argument>
</call>
<call method="setDescription">
<argument>Encrypt all local secrets to the vault</argument>
</call>
</service>
<service id="cache.app" class="Symfony\Component\Cache\Adapter\FilesystemAdapter" public="true">
<tag name="cache.pool"/>
<tag name="kernel.reset" method="reset"/>
<argument>YIe3Q9KesR</argument>
<argument>0</argument>
<argument>/var/www/symfony/var/cache/dev/pools</argument>
<argument type="service" id="cache.default_marshaller" on-invalid="ignore"/>
<call method="setLogger">
<argument type="service" id="logger" on-invalid="ignore"/>
</call>
</service>
<service id="cache.app.taggable" class="Symfony\Component\Cache\Adapter\TagAwareAdapter">
<argument type="service" id="cache.app"/>
</service>
<service id="cache.system" class="Symfony\Component\Cache\Adapter\AdapterInterface" public="true">
<tag name="cache.pool"/>
<tag name="kernel.reset" method="reset"/>
<argument>lRYxSey3zV</argument>
<argument>0</argument>
<argument>%container.build_id%</argument>
<argument>/var/www/symfony/var/cache/dev/pools</argument>
<argument type="service" id="logger" on-invalid="ignore"/>
<factory class="Symfony\Component\Cache\Adapter\AbstractAdapter" method="createSystemCache"/>
</service>
<service id="cache.validator" class="Symfony\Component\Cache\Adapter\AdapterInterface">
<tag name="cache.pool"/>
<tag name="kernel.reset" method="reset"/>
<argument>oBVwrVoIF5</argument>
<argument>0</argument>
<argument>%container.build_id%</argument>
<argument>/var/www/symfony/var/cache/dev/pools</argument>
<argument type="service" id="logger" on-invalid="ignore"/>
<factory class="Symfony\Component\Cache\Adapter\AbstractAdapter" method="createSystemCache"/>
</service>
<service id="cache.serializer" class="Symfony\Component\Cache\Adapter\AdapterInterface">
<tag name="cache.pool"/>
<tag name="kernel.reset" method="reset"/>
<argument>Lwhe7RUU0h</argument>
<argument>0</argument>
<argument>%container.build_id%</argument>
<argument>/var/www/symfony/var/cache/dev/pools</argument>
<argument type="service" id="logger" on-invalid="ignore"/>
<factory class="Symfony\Component\Cache\Adapter\AbstractAdapter" method="createSystemCache"/>
</service>
<service id="cache.annotations" class="Symfony\Component\Cache\Adapter\AdapterInterface">
<tag name="cache.pool"/>
<tag name="kernel.reset" method="reset"/>
<argument>L0V1dtJHjC</argument>
<argument>0</argument>
<argument>%container.build_id%</argument>
<argument>/var/www/symfony/var/cache/dev/pools</argument>
<argument type="service" id="logger" on-invalid="ignore"/>
<factory class="Symfony\Component\Cache\Adapter\AbstractAdapter" method="createSystemCache"/>
</service>
<service id="cache.property_info" class="Symfony\Component\Cache\Adapter\AdapterInterface">
<tag name="cache.pool"/>
<tag name="kernel.reset" method="reset"/>
<argument>kDBPQaNCVM</argument>
<argument>0</argument>
<argument>%container.build_id%</argument>
<argument>/var/www/symfony/var/cache/dev/pools</argument>
<argument type="service" id="logger" on-invalid="ignore"/>
<factory class="Symfony\Component\Cache\Adapter\AbstractAdapter" method="createSystemCache"/>
</service>
<service id="cache.adapter.system" class="Symfony\Component\Cache\Adapter\AdapterInterface" abstract="true">
<tag name="cache.pool" clearer="cache.system_clearer" reset="reset"/>
<tag name="monolog.logger" channel="cache"/>
<argument></argument>
<argument>0</argument>
<argument>%container.build_id%</argument>
<argument>/var/www/symfony/var/cache/dev/pools</argument>
<argument type="service" id="logger" on-invalid="ignore"/>
<factory class="Symfony\Component\Cache\Adapter\AbstractAdapter" method="createSystemCache"/>
</service>
<service id="cache.adapter.apcu" class="Symfony\Component\Cache\Adapter\ApcuAdapter" abstract="true">
<tag name="cache.pool" clearer="cache.default_clearer" reset="reset"/>
<tag name="monolog.logger" channel="cache"/>
<argument></argument>
<argument>0</argument>
<argument>%container.build_id%</argument>
<call method="setLogger">
<argument type="service" id="logger" on-invalid="ignore"/>
</call>
</service>
<service id="cache.adapter.doctrine" class="Symfony\Component\Cache\Adapter\DoctrineAdapter" abstract="true">
<tag name="cache.pool" provider="cache.default_doctrine_provider" clearer="cache.default_clearer" reset="reset"/>
<tag name="monolog.logger" channel="cache"/>
<argument type="abstract">Doctrine provider service</argument>
<argument></argument>
<argument>0</argument>
<call method="setLogger">
<argument type="service" id="logger" on-invalid="ignore"/>
</call>
</service>
<service id="cache.adapter.filesystem" class="Symfony\Component\Cache\Adapter\FilesystemAdapter" abstract="true">
<tag name="cache.pool" clearer="cache.default_clearer" reset="reset"/>
<tag name="monolog.logger" channel="cache"/>
<argument></argument>
<argument>0</argument>
<argument>/var/www/symfony/var/cache/dev/pools</argument>
<argument type="service" id="cache.default_marshaller" on-invalid="ignore"/>
<call method="setLogger">
<argument type="service" id="logger" on-invalid="ignore"/>
</call>
</service>
<service id="cache.adapter.psr6" class="Symfony\Component\Cache\Adapter\ProxyAdapter" abstract="true">
<tag name="cache.pool" provider="cache.default_psr6_provider" clearer="cache.default_clearer" reset="reset"/>
<argument type="abstract">PSR-6 provider service</argument>
<argument></argument>
<argument>0</argument>
</service>
<service id="cache.adapter.redis" class="Symfony\Component\Cache\Adapter\RedisAdapter" abstract="true">
<tag name="cache.pool" provider="cache.default_redis_provider" clearer="cache.default_clearer" reset="reset"/>
<tag name="monolog.logger" channel="cache"/>
<argument type="abstract">Redis connection service</argument>
<argument></argument>
<argument>0</argument>
<argument type="service" id="cache.default_marshaller" on-invalid="ignore"/>
<call method="setLogger">
<argument type="service" id="logger" on-invalid="ignore"/>
</call>
</service>
<service id="cache.adapter.redis_tag_aware" class="Symfony\Component\Cache\Adapter\RedisTagAwareAdapter" abstract="true">
<tag name="cache.pool" provider="cache.default_redis_provider" clearer="cache.default_clearer" reset="reset"/>
<tag name="monolog.logger" channel="cache"/>
<argument type="abstract">Redis connection service</argument>
<argument></argument>
<argument>0</argument>
<argument type="service" id="cache.default_marshaller" on-invalid="ignore"/>
<call method="setLogger">
<argument type="service" id="logger" on-invalid="ignore"/>
</call>
</service>
<service id="cache.adapter.memcached" class="Symfony\Component\Cache\Adapter\MemcachedAdapter" abstract="true">
<tag name="cache.pool" provider="cache.default_memcached_provider" clearer="cache.default_clearer" reset="reset"/>
<tag name="monolog.logger" channel="cache"/>
<argument type="abstract">Memcached connection service</argument>
<argument></argument>
<argument>0</argument>
<argument type="service" id="cache.default_marshaller" on-invalid="ignore"/>
<call method="setLogger">
<argument type="service" id="logger" on-invalid="ignore"/>
</call>
</service>
<service id="cache.adapter.pdo" class="Symfony\Component\Cache\Adapter\PdoAdapter" abstract="true">
<tag name="cache.pool" provider="cache.default_pdo_provider" clearer="cache.default_clearer" reset="reset"/>
<tag name="monolog.logger" channel="cache"/>
<argument type="abstract">PDO connection service</argument>
<argument></argument>
<argument>0</argument>
<argument type="collection"/>
<argument type="service" id="cache.default_marshaller" on-invalid="ignore"/>
<call method="setLogger">
<argument type="service" id="logger" on-invalid="ignore"/>
</call>
</service>
<service id="cache.adapter.array" class="Symfony\Component\Cache\Adapter\ArrayAdapter" abstract="true">
<tag name="cache.pool" clearer="cache.default_clearer" reset="reset"/>
<tag name="monolog.logger" channel="cache"/>
<argument>0</argument>
<call method="setLogger">
<argument type="service" id="logger" on-invalid="ignore"/>
</call>
</service>
<service id="cache.default_marshaller" class="Symfony\Component\Cache\Marshaller\DefaultMarshaller">
<argument>null</argument>
</service>
<service id="cache.default_clearer" class="Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer">
<tag name="cache.pool.clearer"/>
<argument type="collection">
<argument key="cache.app" type="service" id="cache.app" on-invalid="ignore_uninitialized"/>
</argument>
</service>
<service id="cache.system_clearer" class="Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer" public="true">
<tag name="cache.pool.clearer"/>
<tag name="kernel.cache_clearer"/>
<argument type="collection">
<argument key="cache.system" type="service" id="cache.system" on-invalid="ignore_uninitialized"/>
<argument key="cache.validator" type="service" id="cache.validator" on-invalid="ignore_uninitialized"/>
<argument key="cache.serializer" type="service" id="cache.serializer" on-invalid="ignore_uninitialized"/>
<argument key="cache.annotations" type="service" id="cache.annotations" on-invalid="ignore_uninitialized"/>
<argument key="cache.property_info" type="service" id="cache.property_info" on-invalid="ignore_uninitialized"/>
</argument>
</service>
<service id="cache.global_clearer" class="Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer" public="true">
<tag name="cache.pool.clearer"/>
<argument type="collection">
<argument key="cache.app" type="service" id="cache.app" on-invalid="ignore_uninitialized"/>
<argument key="cache.system" type="service" id="cache.system" on-invalid="ignore_uninitialized"/>
<argument key="cache.validator" type="service" id="cache.validator" on-invalid="ignore_uninitialized"/>
<argument key="cache.serializer" type="service" id="cache.serializer" on-invalid="ignore_uninitialized"/>
<argument key="cache.annotations" type="service" id="cache.annotations" on-invalid="ignore_uninitialized"/>
<argument key="cache.property_info" type="service" id="cache.property_info" on-invalid="ignore_uninitialized"/>
</argument>
</service>
<service id=".cache_connection.GD_MSZC" class="Symfony\Component\Cache\Adapter\AbstractAdapter">
<argument>redis://localhost</argument>
<argument type="collection">
<argument key="lazy">true</argument>
</argument>
<factory class="Symfony\Component\Cache\Adapter\AbstractAdapter" method="createConnection"/>
</service>
<service id=".cache_connection.JKE6keX" class="Symfony\Component\Cache\Adapter\AbstractAdapter">
<argument>memcached://localhost</argument>
<argument type="collection">
<argument key="lazy">true</argument>
</argument>
<factory class="Symfony\Component\Cache\Adapter\AbstractAdapter" method="createConnection"/>
</service>
<service id=".session.do-not-use" class="Symfony\Component\HttpFoundation\Session\Session">
<factory service="session.factory" method="createSession"/>
</service>
<service id="session.factory" class="Symfony\Component\HttpFoundation\Session\SessionFactory">
<argument type="service" id="request_stack"/>
<argument type="service" id="session.storage.factory.native"/>
<argument type="collection">
<argument type="service" id="session_listener"/>
<argument>onSessionUsage</argument>
</argument>
</service>
<service id="session.storage.factory.native" class="Symfony\Component\HttpFoundation\Session\Storage\NativeSessionStorageFactory">
<argument>%session.storage.options%</argument>
<argument>null</argument>
<argument type="service">
<service class="Symfony\Component\HttpFoundation\Session\Storage\MetadataBag">
<argument>_sf2_meta</argument>
<argument>0</argument>
</service>
</argument>
<argument>true</argument>
</service>
<service id="session.storage.factory.php_bridge" class="Symfony\Component\HttpFoundation\Session\Storage\PhpBridgeSessionStorageFactory">
<argument>null</argument>
<argument type="service">
<service class="Symfony\Component\HttpFoundation\Session\Storage\MetadataBag">
<argument>_sf2_meta</argument>
<argument>0</argument>
</service>
</argument>
<argument>true</argument>
</service>
<service id="session.storage.factory.mock_file" class="Symfony\Component\HttpFoundation\Session\Storage\MockFileSessionStorageFactory">
<argument>/var/www/symfony/var/cache/dev/sessions</argument>
<argument>MOCKSESSID</argument>
<argument type="service">
<service class="Symfony\Component\HttpFoundation\Session\Storage\MetadataBag">
<argument>_sf2_meta</argument>
<argument>0</argument>
</service>
</argument>
</service>
<service id="session.storage.factory.service" class="Symfony\Component\HttpFoundation\Session\Storage\ServiceSessionFactory">
<argument type="service" id="session.storage"/>
<deprecated package="symfony/framework-bundle" version="5.3">The "%service_id%" service is deprecated, use "session.storage.factory.native", "session.storage.factory.php_bridge" or "session.storage.factory.mock_file" instead.</deprecated>
</service>
<service id=".session.deprecated" class="Symfony\Component\HttpFoundation\Session\SessionInterface">
<factory method="getSession">
<service class="Symfony\Bundle\FrameworkBundle\Session\DeprecatedSessionFactory">
<argument type="service" id="request_stack"/>
</service>
</factory>
</service>
<service id="session.flash_bag" class="Symfony\Component\HttpFoundation\Session\Flash\FlashBag">
<factory service=".session.do-not-use" method="getFlashBag"/>
<deprecated package="symfony/framework-bundle" version="5.1">The "%service_id%" service is deprecated, use "$session-&gt;getFlashBag()" instead.</deprecated>
</service>
<service id="session.attribute_bag" class="Symfony\Component\HttpFoundation\Session\Attribute\AttributeBag">
<argument>attributes</argument>
<factory service=".session.do-not-use" method="getBag"/>
<deprecated package="symfony/framework-bundle" version="5.1">The "%service_id%" service is deprecated, use "$session-&gt;getAttributeBag()" instead.</deprecated>
</service>
<service id="session.handler.native_file" class="Symfony\Component\HttpFoundation\Session\Storage\Handler\StrictSessionHandler">
<argument type="service">
<service class="Symfony\Component\HttpFoundation\Session\Storage\Handler\NativeFileSessionHandler">
<argument>/var/www/symfony/var/cache/dev/sessions</argument>
</service>
</argument>
</service>
<service id="session.abstract_handler" class="Symfony\Component\HttpFoundation\Session\Storage\Handler\AbstractSessionHandler">
<argument type="abstract">A string or a connection object</argument>
<factory class="Symfony\Component\HttpFoundation\Session\Storage\Handler\SessionHandlerFactory" method="createHandler"/>
</service>
<service id="session_listener" class="Symfony\Component\HttpKernel\EventListener\SessionListener">
<tag name="kernel.event_subscriber"/>
<tag name="container.hot_path"/>
<tag name="container.hot_path"/>
<tag name="container.hot_path"/>
<argument type="service" id=".service_locator.qStIMoR"/>
<argument>true</argument>
</service>
<service id="session.marshaller" class="Symfony\Component\HttpFoundation\Session\Storage\Handler\IdentityMarshaller"/>
<service id="debug.debug_handlers_listener" class="Symfony\Component\HttpKernel\EventListener\DebugHandlersListener">
<tag name="kernel.event_subscriber"/>
<tag name="monolog.logger" channel="php"/>
<tag name="container.hot_path"/>
<argument>null</argument>
<argument>null</argument>
<argument>null</argument>
<argument>-1</argument>
<argument>true</argument>
<argument type="service" id="debug.file_link_formatter"/>
<argument>true</argument>
<argument>null</argument>
</service>
<service id="debug.file_link_formatter" class="Symfony\Component\HttpKernel\Debug\FileLinkFormatter">
<argument>null</argument>
</service>
<service id="routing.resolver" class="Symfony\Component\Config\Loader\LoaderResolver">
<call method="addLoader">
<argument type="service" id="routing.loader.xml"/>
</call>
<call method="addLoader">
<argument type="service" id="routing.loader.yml"/>
</call>
<call method="addLoader">
<argument type="service" id="routing.loader.php"/>
</call>
<call method="addLoader">
<argument type="service" id="routing.loader.glob"/>
</call>
<call method="addLoader">
<argument type="service" id="routing.loader.directory"/>
</call>
<call method="addLoader">
<argument type="service" id="routing.loader.container"/>
</call>
<call method="addLoader">
<argument type="service" id="routing.loader.annotation"/>
</call>
<call method="addLoader">
<argument type="service" id="routing.loader.annotation.directory"/>
</call>
<call method="addLoader">
<argument type="service" id="routing.loader.annotation.file"/>
</call>
</service>
<service id="routing.loader.xml" class="Symfony\Component\Routing\Loader\XmlFileLoader">
<tag name="routing.loader"/>
<argument type="service" id="file_locator"/>
<argument>dev</argument>
</service>
<service id="routing.loader.yml" class="Symfony\Component\Routing\Loader\YamlFileLoader">
<tag name="routing.loader"/>
<argument type="service" id="file_locator"/>
<argument>dev</argument>
</service>
<service id="routing.loader.php" class="Symfony\Component\Routing\Loader\PhpFileLoader">
<tag name="routing.loader"/>
<argument type="service" id="file_locator"/>
<argument>dev</argument>
</service>
<service id="routing.loader.glob" class="Symfony\Component\Routing\Loader\GlobFileLoader">
<tag name="routing.loader"/>
<argument type="service" id="file_locator"/>
<argument>dev</argument>
</service>
<service id="routing.loader.directory" class="Symfony\Component\Routing\Loader\DirectoryLoader">
<tag name="routing.loader"/>
<argument type="service" id="file_locator"/>
<argument>dev</argument>
</service>
<service id="routing.loader.container" class="Symfony\Component\Routing\Loader\ContainerLoader">
<tag name="routing.loader"/>
<argument type="service" id=".service_locator.kODoftA"/>
<argument>dev</argument>
</service>
<service id="routing.loader" class="Symfony\Bundle\FrameworkBundle\Routing\DelegatingLoader" public="true">
<argument type="service" id="routing.resolver"/>
<argument type="collection">
<argument key="utf8">true</argument>
</argument>
<argument type="collection"/>
</service>
<service id="router.default" class="Symfony\Bundle\FrameworkBundle\Routing\Router">
<tag name="monolog.logger" channel="router"/>
<tag name="container.service_subscriber" id="routing.loader"/>
<argument type="service" id=".service_locator.WOytlHA.router.default"/>
<argument>kernel::loadRoutes</argument>
<argument type="collection">
<argument key="cache_dir">/var/www/symfony/var/cache/dev</argument>
<argument key="debug">true</argument>
<argument key="generator_class">Symfony\Component\Routing\Generator\CompiledUrlGenerator</argument>
<argument key="generator_dumper_class">Symfony\Component\Routing\Generator\Dumper\CompiledUrlGeneratorDumper</argument>
<argument key="matcher_class">Symfony\Bundle\FrameworkBundle\Routing\RedirectableCompiledUrlMatcher</argument>
<argument key="matcher_dumper_class">Symfony\Component\Routing\Matcher\Dumper\CompiledUrlMatcherDumper</argument>
<argument key="strict_requirements">true</argument>
<argument key="resource_type">service</argument>
</argument>
<argument type="service" id="router.request_context" on-invalid="ignore"/>
<argument type="service" id="parameter_bag" on-invalid="ignore"/>
<argument type="service" id="logger" on-invalid="ignore"/>
<argument>en</argument>
<call method="setConfigCacheFactory">
<argument type="service" id="config_cache_factory"/>
</call>
</service>
<service id="router.request_context" class="Symfony\Component\Routing\RequestContext">
<argument></argument>
<argument>localhost</argument>
<argument>http</argument>
<argument>80</argument>
<argument>443</argument>
<factory class="Symfony\Component\Routing\RequestContext" method="fromUri"/>
</service>
<service id="router.cache_warmer" class="Symfony\Bundle\FrameworkBundle\CacheWarmer\RouterCacheWarmer">
<tag name="container.service_subscriber" id="router"/>
<tag name="kernel.cache_warmer"/>
<argument type="service" id=".service_locator.HLwzKIm.router.cache_warmer"/>
</service>
<service id="router_listener" class="Symfony\Component\HttpKernel\EventListener\RouterListener">
<tag name="kernel.event_subscriber"/>
<tag name="monolog.logger" channel="request"/>
<tag name="container.hot_path"/>
<tag name="container.hot_path"/>
<argument type="service" id="router.default"/>
<argument type="service" id="request_stack"/>
<argument type="service" id="router.request_context" on-invalid="ignore"/>
<argument type="service" id="logger" on-invalid="ignore"/>
<argument>/var/www/symfony</argument>
<argument>true</argument>
</service>
<service id="Symfony\Bundle\FrameworkBundle\Controller\RedirectController" class="Symfony\Bundle\FrameworkBundle\Controller\RedirectController" public="true">
<argument type="service" id="router.default"/>
<argument type="service">
<service class="int">
<factory service="router.request_context" method="getHttpPort"/>
</service>
</argument>
<argument type="service">
<service class="int">
<factory service="router.request_context" method="getHttpsPort"/>
</service>
</argument>
</service>
<service id="Symfony\Bundle\FrameworkBundle\Controller\TemplateController" class="Symfony\Bundle\FrameworkBundle\Controller\TemplateController" public="true">
<argument type="service" id="twig" on-invalid="ignore"/>
</service>
<service id="routing.loader.annotation" class="Symfony\Bundle\FrameworkBundle\Routing\AnnotatedRouteControllerLoader">
<tag name="routing.loader" priority="-10"/>
<argument type="service" id="annotations.cached_reader" on-invalid="null"/>
<argument>dev</argument>
</service>
<service id="routing.loader.annotation.directory" class="Symfony\Component\Routing\Loader\AnnotationDirectoryLoader">
<tag name="routing.loader" priority="-10"/>
<argument type="service" id="file_locator"/>
<argument type="service" id="routing.loader.annotation"/>
</service>
<service id="routing.loader.annotation.file" class="Symfony\Component\Routing\Loader\AnnotationFileLoader">
<tag name="routing.loader" priority="-10"/>
<argument type="service" id="file_locator"/>
<argument type="service" id="routing.loader.annotation"/>
</service>
<service id="annotations.reader" class="Doctrine\Common\Annotations\AnnotationReader">
<call method="addGlobalIgnoredName">
<argument>required</argument>
<argument type="service" id="annotations.dummy_registry"/>
</call>
</service>
<service id="annotations.dummy_registry" class="Doctrine\Common\Annotations\AnnotationRegistry">
<call method="registerUniqueLoader">
<argument>class_exists</argument>
</call>
</service>
<service id="annotations.filesystem_cache_adapter" class="Symfony\Component\Cache\Adapter\FilesystemAdapter">
<argument></argument>
<argument>0</argument>
<argument type="abstract">Cache-Directory</argument>
</service>
<service id="annotations.filesystem_cache" class="Symfony\Component\Cache\DoctrineProvider">
<argument type="service" id="annotations.filesystem_cache_adapter"/>
</service>
<service id="annotations.cache_warmer" class="Symfony\Bundle\FrameworkBundle\CacheWarmer\AnnotationsCacheWarmer">
<tag name="kernel.cache_warmer"/>
<argument type="service" id="annotations.reader"/>
<argument>/var/www/symfony/var/cache/dev/annotations.php</argument>
<argument>#^Symfony\\(?:Component\\HttpKernel\\|Bundle\\FrameworkBundle\\Controller\\(?!.*Controller$))#</argument>
<argument>true</argument>
</service>
<service id="annotations.cache_adapter" class="Symfony\Component\Cache\Adapter\PhpArrayAdapter">
<tag name="container.hot_path"/>
<argument>/var/www/symfony/var/cache/dev/annotations.php</argument>
<argument type="service" id="cache.annotations"/>
<factory class="Symfony\Component\Cache\Adapter\PhpArrayAdapter" method="create"/>
</service>
<service id="annotations.cache" class="Symfony\Component\Cache\DoctrineProvider">
<tag name="container.hot_path"/>
<argument type="service" id="annotations.cache_adapter"/>
</service>
<service id="annotations.cached_reader" class="Doctrine\Common\Annotations\PsrCachedReader">
<tag name="annotations.cached_reader"/>
<argument type="service" id="annotations.reader"/>
<argument type="service">
<service class="Symfony\Component\Cache\Adapter\ArrayAdapter"/>
</argument>
<argument>true</argument>
<property name="cacheProviderBackup" type="service_closure" id="annotations.cache_adapter"/>
</service>
<service id="secrets.vault" class="Symfony\Bundle\FrameworkBundle\Secrets\SodiumVault">
<tag name="container.env_var_loader"/>
<argument>/var/www/symfony/config/secrets/%env(default:kernel.environment:APP_RUNTIME_ENV)%</argument>
<argument type="service" id="secrets.decryption_key" on-invalid="ignore"/>
</service>
<service id="secrets.decryption_key" class="Symfony\Component\String\LazyString">
<argument type="service" id="container.getenv"/>
<argument>base64:default::SYMFONY_DECRYPTION_SECRET</argument>
<factory class="Symfony\Component\String\LazyString" method="fromCallable"/>
</service>
<service id="secrets.local_vault" class="Symfony\Bundle\FrameworkBundle\Secrets\DotenvVault">
<argument>/var/www/symfony/.env.dev.local</argument>
</service>
<service id="maker.file_manager" class="Symfony\Bundle\MakerBundle\FileManager">
<argument type="service" id="filesystem"/>
<argument type="service" id="maker.autoloader_util"/>
<argument type="service" id="maker.file_link_formatter"/>
<argument>/var/www/symfony</argument>
<argument>/var/www/symfony/templates</argument>
</service>
<service id="maker.autoloader_finder" class="Symfony\Bundle\MakerBundle\Util\ComposerAutoloaderFinder">
<argument>App</argument>
</service>
<service id="maker.autoloader_util" class="Symfony\Bundle\MakerBundle\Util\AutoloaderUtil">
<argument type="service" id="maker.autoloader_finder"/>
</service>
<service id="maker.file_link_formatter" class="Symfony\Bundle\MakerBundle\Util\MakerFileLinkFormatter">
<argument type="service" id="debug.file_link_formatter" on-invalid="ignore"/>
</service>
<service id="maker.event_registry" class="Symfony\Bundle\MakerBundle\EventRegistry">
<argument type="service" id="event_dispatcher"/>
</service>
<service id="maker.console_error_listener" class="Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber">
<tag name="kernel.event_subscriber"/>
<tag name="container.no_preload"/>
</service>
<service id="maker.doctrine_helper" class="Symfony\Bundle\MakerBundle\Doctrine\DoctrineHelper">
<argument>App\Entity</argument>
<argument>null</argument>
</service>
<service id="maker.auto_command.abstract" class="Symfony\Bundle\MakerBundle\Command\MakerCommand" abstract="true">
<argument></argument>
<argument type="service" id="maker.file_manager"/>
<argument type="service" id="maker.generator"/>
</service>
<service id="maker.generator" class="Symfony\Bundle\MakerBundle\Generator">
<argument type="service" id="maker.file_manager"/>
<argument>App</argument>
<argument type="service" id="maker.php_compat_util"/>
</service>
<service id="maker.entity_class_generator" class="Symfony\Bundle\MakerBundle\Doctrine\EntityClassGenerator">
<argument type="service" id="maker.generator"/>
<argument type="service" id="maker.doctrine_helper"/>
</service>
<service id="maker.user_class_builder" class="Symfony\Bundle\MakerBundle\Security\UserClassBuilder"/>
<service id="maker.security_config_updater" class="Symfony\Bundle\MakerBundle\Security\SecurityConfigUpdater"/>
<service id="maker.renderer.form_type_renderer" class="Symfony\Bundle\MakerBundle\Renderer\FormTypeRenderer">
<argument type="service" id="maker.generator"/>
</service>
<service id="maker.php_compat_util" class="Symfony\Bundle\MakerBundle\Util\PhpCompatUtil">
<argument type="service" id="maker.file_manager"/>
</service>
<service id="maker.maker.make_authenticator" class="Symfony\Bundle\MakerBundle\Maker\MakeAuthenticator">
<tag name="maker.command"/>
<argument type="service" id="maker.file_manager"/>
<argument type="service" id="maker.security_config_updater"/>
<argument type="service" id="maker.generator"/>
<argument type="service" id="maker.doctrine_helper"/>
</service>
<service id="maker.maker.make_command" class="Symfony\Bundle\MakerBundle\Maker\MakeCommand">
<tag name="maker.command"/>
</service>
<service id="maker.maker.make_controller" class="Symfony\Bundle\MakerBundle\Maker\MakeController">
<tag name="maker.command"/>
<argument type="service" id="maker.file_manager"/>
</service>
<service id="maker.maker.make_crud" class="Symfony\Bundle\MakerBundle\Maker\MakeCrud">
<tag name="maker.command"/>
<argument type="service" id="maker.doctrine_helper"/>
<argument type="service" id="maker.renderer.form_type_renderer"/>
</service>
<service id="maker.maker.make_docker_database" class="Symfony\Bundle\MakerBundle\Maker\MakeDockerDatabase">
<tag name="maker.command"/>
<argument type="service" id="maker.file_manager"/>
</service>
<service id="maker.maker.make_entity" class="Symfony\Bundle\MakerBundle\Maker\MakeEntity">
<tag name="maker.command"/>
<argument type="service" id="maker.file_manager"/>
<argument type="service" id="maker.doctrine_helper"/>
<argument>/var/www/symfony</argument>
<argument type="service" id="maker.generator"/>
<argument type="service" id="maker.entity_class_generator"/>
</service>
<service id="maker.maker.make_fixtures" class="Symfony\Bundle\MakerBundle\Maker\MakeFixtures">
<tag name="maker.command"/>
</service>
<service id="maker.maker.make_form" class="Symfony\Bundle\MakerBundle\Maker\MakeForm">
<tag name="maker.command"/>
<argument type="service" id="maker.doctrine_helper"/>
<argument type="service" id="maker.renderer.form_type_renderer"/>
</service>
<service id="maker.maker.make_functional_test" class="Symfony\Bundle\MakerBundle\Maker\MakeFunctionalTest">
<tag name="maker.command"/>
<deprecated package="symfony/maker-bundle" version="1.29">The "%service_id%" service is deprecated, use "maker.maker.make_test" instead.</deprecated>
</service>
<service id="maker.maker.make_message" class="Symfony\Bundle\MakerBundle\Maker\MakeMessage">
<tag name="maker.command"/>
<argument type="service" id="maker.file_manager"/>
</service>
<service id="maker.maker.make_messenger_middleware" class="Symfony\Bundle\MakerBundle\Maker\MakeMessengerMiddleware">
<tag name="maker.command"/>
</service>
<service id="maker.maker.make_registration_form" class="Symfony\Bundle\MakerBundle\Maker\MakeRegistrationForm">
<tag name="maker.command"/>
<argument type="service" id="maker.file_manager"/>
<argument type="service" id="maker.renderer.form_type_renderer"/>
<argument type="service" id="router.default"/>
<argument type="service" id="maker.doctrine_helper"/>
</service>
<service id="maker.maker.make_reset_password" class="Symfony\Bundle\MakerBundle\Maker\MakeResetPassword">
<tag name="maker.command"/>
<argument type="service" id="maker.file_manager"/>
<argument type="service" id="maker.doctrine_helper"/>
<argument type="service" id="maker.entity_class_generator"/>
</service>
<service id="maker.maker.make_serializer_encoder" class="Symfony\Bundle\MakerBundle\Maker\MakeSerializerEncoder">
<tag name="maker.command"/>
</service>
<service id="maker.maker.make_serializer_normalizer" class="Symfony\Bundle\MakerBundle\Maker\MakeSerializerNormalizer">
<tag name="maker.command"/>
</service>
<service id="maker.maker.make_subscriber" class="Symfony\Bundle\MakerBundle\Maker\MakeSubscriber">
<tag name="maker.command"/>
<argument type="service" id="maker.event_registry"/>
</service>
<service id="maker.maker.make_twig_extension" class="Symfony\Bundle\MakerBundle\Maker\MakeTwigExtension">
<tag name="maker.command"/>
</service>
<service id="maker.maker.make_test" class="Symfony\Bundle\MakerBundle\Maker\MakeTest">
<tag name="maker.command"/>
</service>
<service id="maker.maker.make_unit_test" class="Symfony\Bundle\MakerBundle\Maker\MakeUnitTest">
<tag name="maker.command"/>
<deprecated package="symfony/maker-bundle" version="1.29">The "%service_id%" service is deprecated, use "maker.maker.make_test" instead.</deprecated>
</service>
<service id="maker.maker.make_validator" class="Symfony\Bundle\MakerBundle\Maker\MakeValidator">
<tag name="maker.command"/>
</service>
<service id="maker.maker.make_voter" class="Symfony\Bundle\MakerBundle\Maker\MakeVoter">
<tag name="maker.command"/>
</service>
<service id="maker.maker.make_user" class="Symfony\Bundle\MakerBundle\Maker\MakeUser">
<tag name="maker.command"/>
<argument type="service" id="maker.file_manager"/>
<argument type="service" id="maker.user_class_builder"/>
<argument type="service" id="maker.security_config_updater"/>
<argument type="service" id="maker.entity_class_generator"/>
</service>
<service id="maker.maker.make_migration" class="Symfony\Bundle\MakerBundle\Maker\MakeMigration">
<tag name="maker.command"/>
<argument>/var/www/symfony</argument>
</service>
<service id="sensio_framework_extra.controller.listener" class="Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener">
<tag name="kernel.event_subscriber"/>
<tag name="container.hot_path"/>
<argument type="service" id="annotations.cached_reader"/>
</service>
<service id="sensio_framework_extra.converter.listener" class="Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener">
<tag name="kernel.event_subscriber"/>
<tag name="container.hot_path"/>
<argument type="service" id="sensio_framework_extra.converter.manager"/>
<argument>true</argument>
</service>
<service id="sensio_framework_extra.converter.manager" class="Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\ParamConverterManager">
<call method="add">
<argument type="service" id="sensio_framework_extra.converter.doctrine.orm"/>
<argument>0</argument>
<argument>doctrine.orm</argument>
</call>
<call method="add">
<argument type="service" id="framework_extra_bundle.date_time_param_converter"/>
<argument>0</argument>
<argument>datetime</argument>
</call>
</service>
<service id="sensio_framework_extra.converter.doctrine.orm" class="Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DoctrineParamConverter">
<tag name="request.param_converter" converter="doctrine.orm"/>
<argument>null</argument>
<argument>null</argument>
</service>
<service id="framework_extra_bundle.date_time_param_converter" class="Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DateTimeParamConverter">
<tag name="request.param_converter" converter="datetime"/>
</service>
<service id="sensio_framework_extra.view.guesser" class="Sensio\Bundle\FrameworkExtraBundle\Templating\TemplateGuesser">
<argument type="service" id="kernel"/>
</service>
<service id="sensio_framework_extra.view.listener" class="Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener">
<tag name="kernel.event_subscriber"/>
<tag name="container.service_subscriber" id="twig"/>
<tag name="container.hot_path"/>
<argument type="service" id="sensio_framework_extra.view.guesser"/>
<call method="setContainer">
<argument type="service" id=".service_locator.PQK0.4p.sensio_framework_extra.view.listener"/>
</call>
</service>
<service id="sensio_framework_extra.cache.listener" class="Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener">
<tag name="kernel.event_subscriber"/>
<tag name="container.hot_path"/>
<tag name="container.hot_path"/>
</service>
<service id="framework_extra_bundle.event.is_granted" class="Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener">
<tag name="kernel.event_subscriber"/>
<tag name="container.hot_path"/>
<argument type="service" id="framework_extra_bundle.argument_name_convertor"/>
<argument>null</argument>
</service>
<service id="framework_extra_bundle.argument_name_convertor" class="Sensio\Bundle\FrameworkExtraBundle\Request\ArgumentNameConverter">
<argument type="service" id="argument_metadata_factory"/>
</service>
<service id="twig" class="Twig\Environment" public="true">
<tag name="container.preload" class="Twig\Cache\FilesystemCache"/>
<tag name="container.preload" class="Twig\Extension\CoreExtension"/>
<tag name="container.preload" class="Twig\Extension\EscaperExtension"/>
<tag name="container.preload" class="Twig\Extension\OptimizerExtension"/>
<tag name="container.preload" class="Twig\Extension\StagingExtension"/>
<tag name="container.preload" class="Twig\ExtensionSet"/>
<tag name="container.preload" class="Twig\Template"/>
<tag name="container.preload" class="Twig\TemplateWrapper"/>
<tag name="container.private" package="symfony/twig-bundle" version="5.2"/>
<argument type="service" id="twig.loader.native_filesystem"/>
<argument type="collection">
<argument key="autoescape">name</argument>
<argument key="cache">/var/www/symfony/var/cache/dev/twig</argument>
<argument key="charset">UTF-8</argument>
<argument key="debug">true</argument>
<argument key="strict_variables">true</argument>
</argument>
<call method="addExtension">
<argument type="service" id="twig.extension.profiler"/>
</call>
<call method="addExtension">
<argument type="service" id="twig.extension.trans"/>
</call>
<call method="addExtension">
<argument type="service" id="twig.extension.code"/>
</call>
<call method="addExtension">
<argument type="service" id="twig.extension.routing"/>
</call>
<call method="addExtension">
<argument type="service" id="twig.extension.yaml"/>
</call>
<call method="addExtension">
<argument type="service" id="twig.extension.httpkernel"/>
</call>
<call method="addExtension">
<argument type="service" id="twig.extension.httpfoundation"/>
</call>
<call method="addExtension">
<argument type="service" id="twig.extension.debug"/>
</call>
<call method="addGlobal">
<argument>app</argument>
<argument type="service" id="twig.app_variable"/>
</call>
<call method="addRuntimeLoader">
<argument type="service" id="twig.runtime_loader"/>
</call>
<call method="registerUndefinedFilterCallback">
<argument type="collection">
<argument type="service" id="twig.missing_extension_suggestor"/>
<argument>suggestFilter</argument>
</argument>
</call>
<call method="registerUndefinedFunctionCallback">
<argument type="collection">
<argument type="service" id="twig.missing_extension_suggestor"/>
<argument>suggestFunction</argument>
</argument>
</call>
<call method="registerUndefinedTokenParserCallback">
<argument type="collection">
<argument type="service" id="twig.missing_extension_suggestor"/>
<argument>suggestTag</argument>
</argument>
</call>
<configurator service="twig.configurator.environment" method="configure"/>
</service>
<service id="twig.app_variable" class="Symfony\Bridge\Twig\AppVariable">
<call method="setEnvironment">
<argument>dev</argument>
</call>
<call method="setDebug">
<argument>true</argument>
</call>
<call method="setRequestStack">
<argument type="service" id="request_stack" on-invalid="ignore"/>
</call>
</service>
<service id="twig.template_iterator" class="Symfony\Bundle\TwigBundle\TemplateIterator">
<argument type="service" id="kernel"/>
<argument type="collection"/>
<argument>/var/www/symfony/templates</argument>
</service>
<service id="twig.template_cache_warmer" class="Symfony\Bundle\TwigBundle\CacheWarmer\TemplateCacheWarmer">
<tag name="kernel.cache_warmer"/>
<tag name="container.service_subscriber" id="twig"/>
<argument type="service" id=".service_locator.aq4MYft.twig.template_cache_warmer"/>
<argument type="service" id="twig.template_iterator"/>
</service>
<service id="twig.loader.native_filesystem" class="Twig\Loader\FilesystemLoader">
<tag name="twig.loader"/>
<argument type="collection"/>
<argument>/var/www/symfony</argument>
<call method="addPath">
<argument>/var/www/symfony/templates</argument>
</call>
</service>
<service id="twig.loader.chain" class="Twig\Loader\ChainLoader"/>
<service id="twig.extension.profiler" class="Symfony\Bridge\Twig\Extension\ProfilerExtension">
<tag name="twig.extension"/>
<argument type="service" id="twig.profile"/>
<argument>null</argument>
</service>
<service id="twig.profile" class="Twig\Profiler\Profile"/>
<service id="data_collector.twig" class="Symfony\Bridge\Twig\DataCollector\TwigDataCollector">
<tag name="data_collector" template="@WebProfiler/Collector/twig.html.twig" id="twig" priority="257"/>
<argument type="service" id="twig.profile"/>
<argument type="service" id="twig"/>
</service>
<service id="twig.extension.trans" class="Symfony\Bridge\Twig\Extension\TranslationExtension">
<tag name="twig.extension"/>
<argument>null</argument>
</service>
<service id="twig.extension.code" class="Symfony\Bridge\Twig\Extension\CodeExtension">
<tag name="twig.extension"/>
<argument type="service" id="debug.file_link_formatter" on-invalid="ignore"/>
<argument>/var/www/symfony</argument>
<argument>UTF-8</argument>
</service>
<service id="twig.extension.routing" class="Symfony\Bridge\Twig\Extension\RoutingExtension">
<tag name="twig.extension"/>
<argument type="service" id="router.default"/>
</service>
<service id="twig.extension.yaml" class="Symfony\Bridge\Twig\Extension\YamlExtension">
<tag name="twig.extension"/>
</service>
<service id="twig.extension.debug.stopwatch" class="Symfony\Bridge\Twig\Extension\StopwatchExtension">
<argument>null</argument>
<argument>true</argument>
</service>
<service id="twig.extension.httpkernel" class="Symfony\Bridge\Twig\Extension\HttpKernelExtension">
<tag name="twig.extension"/>
</service>
<service id="twig.runtime.httpkernel" class="Symfony\Bridge\Twig\Extension\HttpKernelRuntime">
<tag name="twig.runtime"/>
<argument type="service" id="fragment.handler"/>
<argument type="service" id="fragment.uri_generator" on-invalid="ignore"/>
</service>
<service id="twig.extension.httpfoundation" class="Symfony\Bridge\Twig\Extension\HttpFoundationExtension">
<tag name="twig.extension"/>
<argument type="service" id="url_helper"/>
</service>
<service id="twig.extension.debug" class="Twig\Extension\DebugExtension">
<tag name="twig.extension"/>
</service>
<service id="twig.extension.weblink" class="Symfony\Bridge\Twig\Extension\WebLinkExtension">
<argument type="service" id="request_stack"/>
</service>
<service id="twig.configurator.environment" class="Symfony\Bundle\TwigBundle\DependencyInjection\Configurator\EnvironmentConfigurator">
<argument>F j, Y H:i</argument>
<argument>%d days</argument>
<argument>null</argument>
<argument>0</argument>
<argument>.</argument>
<argument>,</argument>
</service>
<service id="twig.runtime_loader" class="Twig\RuntimeLoader\ContainerRuntimeLoader">
<argument type="service" id=".service_locator.HJisze0"/>
</service>
<service id="twig.error_renderer.html" class="Symfony\Bridge\Twig\ErrorRenderer\TwigErrorRenderer">
<argument type="service" id="twig"/>
<argument type="service" id="error_handler.error_renderer.html"/>
<argument type="service">
<service class="Symfony\Bridge\Twig\ErrorRenderer\TwigErrorRenderer">
<argument type="service" id="request_stack"/>
<argument>true</argument>
<factory class="Symfony\Bridge\Twig\ErrorRenderer\TwigErrorRenderer" method="isDebug"/>
</service>
</argument>
</service>
<service id="twig.runtime.serializer" class="Symfony\Bridge\Twig\Extension\SerializerRuntime">
<argument type="service" id="serializer"/>
</service>
<service id="twig.extension.serializer" class="Symfony\Bridge\Twig\Extension\SerializerExtension"/>
<service id="twig.command.debug" class="Symfony\Bridge\Twig\Command\DebugCommand">
<tag name="console.command"/>
<tag name="container.no_preload"/>
<argument type="service" id="twig"/>
<argument>/var/www/symfony</argument>
<argument>%kernel.bundles_metadata%</argument>
<argument>/var/www/symfony/templates</argument>
<argument type="service" id="debug.file_link_formatter" on-invalid="null"/>
<call method="setName">
<argument>debug:twig</argument>
</call>
<call method="setDescription">
<argument>Show a list of twig functions, filters, globals and tests</argument>
</call>
</service>
<service id="twig.command.lint" class="Symfony\Bundle\TwigBundle\Command\LintCommand">
<tag name="console.command"/>
<tag name="container.no_preload"/>
<argument type="service" id="twig"/>
<call method="setName">
<argument>lint:twig</argument>
</call>
<call method="setDescription">
<argument>Lint a Twig template and outputs encountered errors</argument>
</call>
</service>
<service id="twig.missing_extension_suggestor" class="Twig\Extra\TwigExtraBundle\MissingExtensionSuggestor"/>
<service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\MainController" class="App\Controller\MainController" autowire="true" abstract="true"/>
<service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\MainController" class="App\Controller\MainController" autowire="true" abstract="true"/>
<service id=".abstract.instanceof.App\Controller\MainController" class="App\Controller\MainController" autowire="true" autoconfigure="true" abstract="true"/>
<service id=".service_locator.0GV1BZZ" class="Symfony\Component\DependencyInjection\ServiceLocator">
<tag name="container.service_locator"/>
<argument type="collection">
<argument key="base64" type="service_closure" id="container.env_var_processor"/>
<argument key="bool" type="service_closure" id="container.env_var_processor"/>
<argument key="const" type="service_closure" id="container.env_var_processor"/>
<argument key="csv" type="service_closure" id="container.env_var_processor"/>
<argument key="default" type="service_closure" id="container.env_var_processor"/>
<argument key="file" type="service_closure" id="container.env_var_processor"/>
<argument key="float" type="service_closure" id="container.env_var_processor"/>
<argument key="int" type="service_closure" id="container.env_var_processor"/>
<argument key="json" type="service_closure" id="container.env_var_processor"/>
<argument key="key" type="service_closure" id="container.env_var_processor"/>
<argument key="not" type="service_closure" id="container.env_var_processor"/>
<argument key="query_string" type="service_closure" id="container.env_var_processor"/>
<argument key="require" type="service_closure" id="container.env_var_processor"/>
<argument key="resolve" type="service_closure" id="container.env_var_processor"/>
<argument key="string" type="service_closure" id="container.env_var_processor"/>
<argument key="trim" type="service_closure" id="container.env_var_processor"/>
<argument key="url" type="service_closure" id="container.env_var_processor"/>
</argument>
</service>
<service id="maker.auto_command.make_auth" class="Symfony\Bundle\MakerBundle\Command\MakerCommand">
<tag name="console.command" command="make:auth" description="Creates a Guard authenticator of different flavors"/>
<tag name="container.no_preload"/>
<argument type="service" id="maker.maker.make_authenticator"/>
<argument type="service" id="maker.file_manager"/>
<argument type="service" id="maker.generator"/>
<call method="setName">
<argument>make:auth</argument>
</call>
<call method="setDescription">
<argument>Creates a Guard authenticator of different flavors</argument>
</call>
</service>
<service id="maker.auto_command.make_command" class="Symfony\Bundle\MakerBundle\Command\MakerCommand">
<tag name="console.command" command="make:command" description="Creates a new console command class"/>
<tag name="container.no_preload"/>
<argument type="service" id="maker.maker.make_command"/>
<argument type="service" id="maker.file_manager"/>
<argument type="service" id="maker.generator"/>
<call method="setName">
<argument>make:command</argument>
</call>
<call method="setDescription">
<argument>Creates a new console command class</argument>
</call>
</service>
<service id="maker.auto_command.make_controller" class="Symfony\Bundle\MakerBundle\Command\MakerCommand">
<tag name="console.command" command="make:controller" description="Creates a new controller class"/>
<tag name="container.no_preload"/>
<argument type="service" id="maker.maker.make_controller"/>
<argument type="service" id="maker.file_manager"/>
<argument type="service" id="maker.generator"/>
<call method="setName">
<argument>make:controller</argument>
</call>
<call method="setDescription">
<argument>Creates a new controller class</argument>
</call>
</service>
<service id="maker.auto_command.make_crud" class="Symfony\Bundle\MakerBundle\Command\MakerCommand">
<tag name="console.command" command="make:crud" description="Creates CRUD for Doctrine entity class"/>
<tag name="container.no_preload"/>
<argument type="service" id="maker.maker.make_crud"/>
<argument type="service" id="maker.file_manager"/>
<argument type="service" id="maker.generator"/>
<call method="setName">
<argument>make:crud</argument>
</call>
<call method="setDescription">
<argument>Creates CRUD for Doctrine entity class</argument>
</call>
</service>
<service id="maker.auto_command.make_docker_database" class="Symfony\Bundle\MakerBundle\Command\MakerCommand">
<tag name="console.command" command="make:docker:database" description="Adds a database container to your docker-compose.yaml file"/>
<tag name="container.no_preload"/>
<argument type="service" id="maker.maker.make_docker_database"/>
<argument type="service" id="maker.file_manager"/>
<argument type="service" id="maker.generator"/>
<call method="setName">
<argument>make:docker:database</argument>
</call>
<call method="setDescription">
<argument>Adds a database container to your docker-compose.yaml file</argument>
</call>
</service>
<service id="maker.auto_command.make_entity" class="Symfony\Bundle\MakerBundle\Command\MakerCommand">
<tag name="console.command" command="make:entity" description="Creates or updates a Doctrine entity class, and optionally an API Platform resource"/>
<tag name="container.no_preload"/>
<argument type="service" id="maker.maker.make_entity"/>
<argument type="service" id="maker.file_manager"/>
<argument type="service" id="maker.generator"/>
<call method="setName">
<argument>make:entity</argument>
</call>
<call method="setDescription">
<argument>Creates or updates a Doctrine entity class, and optionally an API Platform resource</argument>
</call>
</service>
<service id="maker.auto_command.make_fixtures" class="Symfony\Bundle\MakerBundle\Command\MakerCommand">
<tag name="console.command" command="make:fixtures" description="Creates a new class to load Doctrine fixtures"/>
<tag name="container.no_preload"/>
<argument type="service" id="maker.maker.make_fixtures"/>
<argument type="service" id="maker.file_manager"/>
<argument type="service" id="maker.generator"/>
<call method="setName">
<argument>make:fixtures</argument>
</call>
<call method="setDescription">
<argument>Creates a new class to load Doctrine fixtures</argument>
</call>
</service>
<service id="maker.auto_command.make_form" class="Symfony\Bundle\MakerBundle\Command\MakerCommand">
<tag name="console.command" command="make:form" description="Creates a new form class"/>
<tag name="container.no_preload"/>
<argument type="service" id="maker.maker.make_form"/>
<argument type="service" id="maker.file_manager"/>
<argument type="service" id="maker.generator"/>
<call method="setName">
<argument>make:form</argument>
</call>
<call method="setDescription">
<argument>Creates a new form class</argument>
</call>
</service>
<service id="maker.auto_command.make_message" class="Symfony\Bundle\MakerBundle\Command\MakerCommand">
<tag name="console.command" command="make:message" description="Creates a new message and handler"/>
<tag name="container.no_preload"/>
<argument type="service" id="maker.maker.make_message"/>
<argument type="service" id="maker.file_manager"/>
<argument type="service" id="maker.generator"/>
<call method="setName">
<argument>make:message</argument>
</call>
<call method="setDescription">
<argument>Creates a new message and handler</argument>
</call>
</service>
<service id="maker.auto_command.make_messenger_middleware" class="Symfony\Bundle\MakerBundle\Command\MakerCommand">
<tag name="console.command" command="make:messenger-middleware" description="Creates a new messenger middleware"/>
<tag name="container.no_preload"/>
<argument type="service" id="maker.maker.make_messenger_middleware"/>
<argument type="service" id="maker.file_manager"/>
<argument type="service" id="maker.generator"/>
<call method="setName">
<argument>make:messenger-middleware</argument>
</call>
<call method="setDescription">
<argument>Creates a new messenger middleware</argument>
</call>
</service>
<service id="maker.auto_command.make_registration_form" class="Symfony\Bundle\MakerBundle\Command\MakerCommand">
<tag name="console.command" command="make:registration-form" description="Creates a new registration form system"/>
<tag name="container.no_preload"/>
<argument type="service" id="maker.maker.make_registration_form"/>
<argument type="service" id="maker.file_manager"/>
<argument type="service" id="maker.generator"/>
<call method="setName">
<argument>make:registration-form</argument>
</call>
<call method="setDescription">
<argument>Creates a new registration form system</argument>
</call>
</service>
<service id="maker.auto_command.make_reset_password" class="Symfony\Bundle\MakerBundle\Command\MakerCommand">
<tag name="console.command" command="make:reset-password" description="Create controller, entity, and repositories for use with symfonycasts/reset-password-bundle"/>
<tag name="container.no_preload"/>
<argument type="service" id="maker.maker.make_reset_password"/>
<argument type="service" id="maker.file_manager"/>
<argument type="service" id="maker.generator"/>
<call method="setName">
<argument>make:reset-password</argument>
</call>
<call method="setDescription">
<argument>Create controller, entity, and repositories for use with symfonycasts/reset-password-bundle</argument>
</call>
</service>
<service id="maker.auto_command.make_serializer_encoder" class="Symfony\Bundle\MakerBundle\Command\MakerCommand">
<tag name="console.command" command="make:serializer:encoder" description="Creates a new serializer encoder class"/>
<tag name="container.no_preload"/>
<argument type="service" id="maker.maker.make_serializer_encoder"/>
<argument type="service" id="maker.file_manager"/>
<argument type="service" id="maker.generator"/>
<call method="setName">
<argument>make:serializer:encoder</argument>
</call>
<call method="setDescription">
<argument>Creates a new serializer encoder class</argument>
</call>
</service>
<service id="maker.auto_command.make_serializer_normalizer" class="Symfony\Bundle\MakerBundle\Command\MakerCommand">
<tag name="console.command" command="make:serializer:normalizer" description="Creates a new serializer normalizer class"/>
<tag name="container.no_preload"/>
<argument type="service" id="maker.maker.make_serializer_normalizer"/>
<argument type="service" id="maker.file_manager"/>
<argument type="service" id="maker.generator"/>
<call method="setName">
<argument>make:serializer:normalizer</argument>
</call>
<call method="setDescription">
<argument>Creates a new serializer normalizer class</argument>
</call>
</service>
<service id="maker.auto_command.make_subscriber" class="Symfony\Bundle\MakerBundle\Command\MakerCommand">
<tag name="console.command" command="make:subscriber" description="Creates a new event subscriber class"/>
<tag name="container.no_preload"/>
<argument type="service" id="maker.maker.make_subscriber"/>
<argument type="service" id="maker.file_manager"/>
<argument type="service" id="maker.generator"/>
<call method="setName">
<argument>make:subscriber</argument>
</call>
<call method="setDescription">
<argument>Creates a new event subscriber class</argument>
</call>
</service>
<service id="maker.auto_command.make_twig_extension" class="Symfony\Bundle\MakerBundle\Command\MakerCommand">
<tag name="console.command" command="make:twig-extension" description="Creates a new Twig extension class"/>
<tag name="container.no_preload"/>
<argument type="service" id="maker.maker.make_twig_extension"/>
<argument type="service" id="maker.file_manager"/>
<argument type="service" id="maker.generator"/>
<call method="setName">
<argument>make:twig-extension</argument>
</call>
<call method="setDescription">
<argument>Creates a new Twig extension class</argument>
</call>
</service>
<service id="maker.auto_command.make_test" class="Symfony\Bundle\MakerBundle\Command\MakerCommand">
<tag name="console.command" command="make:test" description="Creates a new test class"/>
<tag name="console.command" command="make:unit-test" description="Deprecated alias of &quot;make:test&quot;"/>
<tag name="console.command" command="make:functional-test" description="Deprecated alias of &quot;make:test&quot;"/>
<tag name="container.no_preload"/>
<argument type="service" id="maker.maker.make_test"/>
<argument type="service" id="maker.file_manager"/>
<argument type="service" id="maker.generator"/>
<call method="setName">
<argument>make:test</argument>
</call>
<call method="setAliases">
<argument type="collection">
<argument>make:unit-test</argument>
<argument>make:functional-test</argument>
</argument>
</call>
<call method="setDescription">
<argument>Creates a new test class</argument>
</call>
</service>
<service id="maker.auto_command.make_validator" class="Symfony\Bundle\MakerBundle\Command\MakerCommand">
<tag name="console.command" command="make:validator" description="Creates a new validator and constraint class"/>
<tag name="container.no_preload"/>
<argument type="service" id="maker.maker.make_validator"/>
<argument type="service" id="maker.file_manager"/>
<argument type="service" id="maker.generator"/>
<call method="setName">
<argument>make:validator</argument>
</call>
<call method="setDescription">
<argument>Creates a new validator and constraint class</argument>
</call>
</service>
<service id="maker.auto_command.make_voter" class="Symfony\Bundle\MakerBundle\Command\MakerCommand">
<tag name="console.command" command="make:voter" description="Creates a new security voter class"/>
<tag name="container.no_preload"/>
<argument type="service" id="maker.maker.make_voter"/>
<argument type="service" id="maker.file_manager"/>
<argument type="service" id="maker.generator"/>
<call method="setName">
<argument>make:voter</argument>
</call>
<call method="setDescription">
<argument>Creates a new security voter class</argument>
</call>
</service>
<service id="maker.auto_command.make_user" class="Symfony\Bundle\MakerBundle\Command\MakerCommand">
<tag name="console.command" command="make:user" description="Creates a new security user class"/>
<tag name="container.no_preload"/>
<argument type="service" id="maker.maker.make_user"/>
<argument type="service" id="maker.file_manager"/>
<argument type="service" id="maker.generator"/>
<call method="setName">
<argument>make:user</argument>
</call>
<call method="setDescription">
<argument>Creates a new security user class</argument>
</call>
</service>
<service id="maker.auto_command.make_migration" class="Symfony\Bundle\MakerBundle\Command\MakerCommand">
<tag name="console.command" command="make:migration" description="Creates a new migration based on database changes"/>
<tag name="container.no_preload"/>
<argument type="service" id="maker.maker.make_migration"/>
<argument type="service" id="maker.file_manager"/>
<argument type="service" id="maker.generator"/>
<call method="setName">
<argument>make:migration</argument>
</call>
<call method="setDescription">
<argument>Creates a new migration based on database changes</argument>
</call>
</service>
<service id=".service_locator.KfwZsne" class="Symfony\Component\DependencyInjection\ServiceLocator">
<tag name="container.service_locator"/>
<argument type="collection">
<argument key="response" type="service_closure" id=".errored..service_locator.KfwZsne.Symfony\Component\HttpFoundation\Response"/>
</argument>
</service>
<service id=".service_locator.KfbR3DY" class="Symfony\Component\DependencyInjection\ServiceLocator">
<tag name="container.service_locator"/>
<argument type="collection">
<argument key="loader" type="service_closure" id=".errored..service_locator.KfbR3DY.Symfony\Component\Config\Loader\LoaderInterface"/>
</argument>
</service>
<service id=".service_locator.YxNo8ZP" class="Symfony\Component\DependencyInjection\ServiceLocator">
<tag name="container.service_locator"/>
<argument type="collection">
<argument key="App\Kernel::loadRoutes" type="service_closure" id=".service_locator.KfbR3DY"/>
<argument key="App\Kernel::registerContainerConfiguration" type="service_closure" id=".service_locator.KfbR3DY"/>
<argument key="App\Kernel::terminate" type="service_closure" id=".service_locator.KfwZsne"/>
<argument key="kernel::loadRoutes" type="service_closure" id=".service_locator.KfbR3DY"/>
<argument key="kernel::registerContainerConfiguration" type="service_closure" id=".service_locator.KfbR3DY"/>
<argument key="kernel::terminate" type="service_closure" id=".service_locator.KfwZsne"/>
<argument key="kernel:loadRoutes" type="service_closure" id=".service_locator.KfbR3DY"/>
<argument key="kernel:registerContainerConfiguration" type="service_closure" id=".service_locator.KfbR3DY"/>
<argument key="kernel:terminate" type="service_closure" id=".service_locator.KfwZsne"/>
</argument>
</service>
<service id=".service_locator.lLv4pWF" class="Symfony\Component\DependencyInjection\ServiceLocator">
<tag name="container.service_locator"/>
<argument type="collection">
<argument key="inline" type="service_closure" id="fragment.renderer.inline"/>
</argument>
</service>
<service id="logger" class="Symfony\Component\HttpKernel\Log\Logger"/>
<service id=".service_locator.W9y3dzm" class="Symfony\Component\DependencyInjection\ServiceLocator">
<tag name="container.service_locator"/>
<argument type="collection">
<argument key="http_kernel" type="service_closure" id="http_kernel" on-invalid="ignore"/>
<argument key="parameter_bag" type="service_closure" id="parameter_bag" on-invalid="ignore"/>
<argument key="request_stack" type="service_closure" id="request_stack" on-invalid="ignore"/>
<argument key="router" type="service_closure" id="router.default" on-invalid="ignore"/>
<argument key="session" type="service_closure" id=".session.deprecated" on-invalid="ignore"/>
<argument key="twig" type="service_closure" id="twig" on-invalid="ignore"/>
</argument>
</service>
<service id=".service_locator.W9y3dzm.App\Controller\MainController" class="Symfony\Component\DependencyInjection\ServiceLocator">
<tag name="container.service_locator_context" id="App\Controller\MainController"/>
<argument>App\Controller\MainController</argument>
<argument type="service" id="service_container"/>
<factory service=".service_locator.W9y3dzm" method="withContext"/>
</service>
<service id=".service_locator.WOytlHA" class="Symfony\Component\DependencyInjection\ServiceLocator">
<tag name="container.service_locator"/>
<argument type="collection">
<argument key="routing.loader" type="service_closure" id="routing.loader"/>
</argument>
</service>
<service id=".service_locator.WOytlHA.router.default" class="Symfony\Component\DependencyInjection\ServiceLocator">
<tag name="container.service_locator_context" id="router.default"/>
<argument>router.default</argument>
<argument type="service" id="service_container"/>
<factory service=".service_locator.WOytlHA" method="withContext"/>
</service>
<service id=".service_locator.HLwzKIm" class="Symfony\Component\DependencyInjection\ServiceLocator">
<tag name="container.service_locator"/>
<argument type="collection">
<argument key="router" type="service_closure" id="router.default"/>
</argument>
</service>
<service id=".service_locator.HLwzKIm.router.cache_warmer" class="Symfony\Component\DependencyInjection\ServiceLocator">
<tag name="container.service_locator_context" id="router.cache_warmer"/>
<argument>router.cache_warmer</argument>
<argument type="service" id="service_container"/>
<factory service=".service_locator.HLwzKIm" method="withContext"/>
</service>
<service id=".service_locator.PQK0.4p" class="Symfony\Component\DependencyInjection\ServiceLocator">
<tag name="container.service_locator"/>
<argument type="collection">
<argument key="twig" type="service_closure" id="twig" on-invalid="ignore"/>
</argument>
</service>
<service id=".service_locator.PQK0.4p.sensio_framework_extra.view.listener" class="Symfony\Component\DependencyInjection\ServiceLocator">
<tag name="container.service_locator_context" id="sensio_framework_extra.view.listener"/>
<argument>sensio_framework_extra.view.listener</argument>
<argument type="service" id="service_container"/>
<factory service=".service_locator.PQK0.4p" method="withContext"/>
</service>
<service id=".service_locator.aq4MYft" class="Symfony\Component\DependencyInjection\ServiceLocator">
<tag name="container.service_locator"/>
<argument type="collection">
<argument key="twig" type="service_closure" id="twig"/>
</argument>
</service>
<service id=".service_locator.aq4MYft.twig.template_cache_warmer" class="Symfony\Component\DependencyInjection\ServiceLocator">
<tag name="container.service_locator_context" id="twig.template_cache_warmer"/>
<argument>twig.template_cache_warmer</argument>
<argument type="service" id="service_container"/>
<factory service=".service_locator.aq4MYft" method="withContext"/>
</service>
<service id=".errored..service_locator.KfwZsne.Symfony\Component\HttpFoundation\Response" class="Symfony\Component\HttpFoundation\Response"/>
<service id=".errored..service_locator.KfbR3DY.Symfony\Component\Config\Loader\LoaderInterface" class="Symfony\Component\Config\Loader\LoaderInterface"/>
<service id=".service_locator.XXv1IfR" class="Symfony\Component\DependencyInjection\ServiceLocator">
<tag name="container.service_locator"/>
<argument type="collection">
<argument key="reverse_container" type="service_closure" id="reverse_container" on-invalid="ignore_uninitialized"/>
</argument>
</service>
<service id=".service_locator.Xobvezw" class="Symfony\Component\DependencyInjection\ServiceLocator">
<tag name="container.service_locator"/>
<argument type="collection">
<argument key="event_dispatcher" type="service_closure" id="event_dispatcher"/>
</argument>
</service>
<service id=".service_locator.qStIMoR" class="Symfony\Component\DependencyInjection\ServiceLocator">
<tag name="container.service_locator"/>
<argument type="collection">
<argument key="initialized_session" type="service_closure" id=".session.do-not-use" on-invalid="ignore_uninitialized"/>
<argument key="logger" type="service_closure" id="logger" on-invalid="ignore"/>
<argument key="session" type="service_closure" id=".session.do-not-use" on-invalid="ignore"/>
</argument>
</service>
<service id=".service_locator.kODoftA" class="Symfony\Component\DependencyInjection\ServiceLocator">
<tag name="container.service_locator"/>
<argument type="collection">
<argument key="kernel" type="service_closure" id="kernel"/>
</argument>
</service>
<service id=".console.command.about.lazy" class="Symfony\Component\Console\Command\LazyCommand">
<argument>about</argument>
<argument type="collection"/>
<argument>Display information about the current project</argument>
<argument>false</argument>
<argument type="service_closure" id="console.command.about"/>
</service>
<service id=".console.command.assets_install.lazy" class="Symfony\Component\Console\Command\LazyCommand">
<argument>assets:install</argument>
<argument type="collection"/>
<argument>Install bundle's web assets under a public directory</argument>
<argument>false</argument>
<argument type="service_closure" id="console.command.assets_install"/>
</service>
<service id=".console.command.cache_clear.lazy" class="Symfony\Component\Console\Command\LazyCommand">
<argument>cache:clear</argument>
<argument type="collection"/>
<argument>Clear the cache</argument>
<argument>false</argument>
<argument type="service_closure" id="console.command.cache_clear"/>
</service>
<service id=".console.command.cache_pool_clear.lazy" class="Symfony\Component\Console\Command\LazyCommand">
<argument>cache:pool:clear</argument>
<argument type="collection"/>
<argument>Clear cache pools</argument>
<argument>false</argument>
<argument type="service_closure" id="console.command.cache_pool_clear"/>
</service>
<service id=".console.command.cache_pool_prune.lazy" class="Symfony\Component\Console\Command\LazyCommand">
<argument>cache:pool:prune</argument>
<argument type="collection"/>
<argument>Prune cache pools</argument>
<argument>false</argument>
<argument type="service_closure" id="console.command.cache_pool_prune"/>
</service>
<service id=".console.command.cache_pool_delete.lazy" class="Symfony\Component\Console\Command\LazyCommand">
<argument>cache:pool:delete</argument>
<argument type="collection"/>
<argument>Delete an item from a cache pool</argument>
<argument>false</argument>
<argument type="service_closure" id="console.command.cache_pool_delete"/>
</service>
<service id=".console.command.cache_pool_list.lazy" class="Symfony\Component\Console\Command\LazyCommand">
<argument>cache:pool:list</argument>
<argument type="collection"/>
<argument>List available cache pools</argument>
<argument>false</argument>
<argument type="service_closure" id="console.command.cache_pool_list"/>
</service>
<service id=".console.command.cache_warmup.lazy" class="Symfony\Component\Console\Command\LazyCommand">
<argument>cache:warmup</argument>
<argument type="collection"/>
<argument>Warm up an empty cache</argument>
<argument>false</argument>
<argument type="service_closure" id="console.command.cache_warmup"/>
</service>
<service id=".console.command.config_debug.lazy" class="Symfony\Component\Console\Command\LazyCommand">
<argument>debug:config</argument>
<argument type="collection"/>
<argument>Dump the current configuration for an extension</argument>
<argument>false</argument>
<argument type="service_closure" id="console.command.config_debug"/>
</service>
<service id=".console.command.config_dump_reference.lazy" class="Symfony\Component\Console\Command\LazyCommand">
<argument>config:dump-reference</argument>
<argument type="collection"/>
<argument>Dump the default configuration for an extension</argument>
<argument>false</argument>
<argument type="service_closure" id="console.command.config_dump_reference"/>
</service>
<service id=".console.command.container_debug.lazy" class="Symfony\Component\Console\Command\LazyCommand">
<argument>debug:container</argument>
<argument type="collection"/>
<argument>Display current services for an application</argument>
<argument>false</argument>
<argument type="service_closure" id="console.command.container_debug"/>
</service>
<service id=".console.command.container_lint.lazy" class="Symfony\Component\Console\Command\LazyCommand">
<argument>lint:container</argument>
<argument type="collection"/>
<argument>Ensure that arguments injected into services match type declarations</argument>
<argument>false</argument>
<argument type="service_closure" id="console.command.container_lint"/>
</service>
<service id=".console.command.debug_autowiring.lazy" class="Symfony\Component\Console\Command\LazyCommand">
<argument>debug:autowiring</argument>
<argument type="collection"/>
<argument>List classes/interfaces you can use for autowiring</argument>
<argument>false</argument>
<argument type="service_closure" id="console.command.debug_autowiring"/>
</service>
<service id=".console.command.event_dispatcher_debug.lazy" class="Symfony\Component\Console\Command\LazyCommand">
<argument>debug:event-dispatcher</argument>
<argument type="collection"/>
<argument>Display configured listeners for an application</argument>
<argument>false</argument>
<argument type="service_closure" id="console.command.event_dispatcher_debug"/>
</service>
<service id=".console.command.router_debug.lazy" class="Symfony\Component\Console\Command\LazyCommand">
<argument>debug:router</argument>
<argument type="collection"/>
<argument>Display current routes for an application</argument>
<argument>false</argument>
<argument type="service_closure" id="console.command.router_debug"/>
</service>
<service id=".console.command.router_match.lazy" class="Symfony\Component\Console\Command\LazyCommand">
<argument>router:match</argument>
<argument type="collection"/>
<argument>Help debug routes by simulating a path info match</argument>
<argument>false</argument>
<argument type="service_closure" id="console.command.router_match"/>
</service>
<service id=".console.command.yaml_lint.lazy" class="Symfony\Component\Console\Command\LazyCommand">
<argument>lint:yaml</argument>
<argument type="collection"/>
<argument>Lint a YAML file and outputs encountered errors</argument>
<argument>false</argument>
<argument type="service_closure" id="console.command.yaml_lint"/>
</service>
<service id=".console.command.secrets_set.lazy" class="Symfony\Component\Console\Command\LazyCommand">
<argument>secrets:set</argument>
<argument type="collection"/>
<argument>Set a secret in the vault</argument>
<argument>false</argument>
<argument type="service_closure" id="console.command.secrets_set"/>
</service>
<service id=".console.command.secrets_remove.lazy" class="Symfony\Component\Console\Command\LazyCommand">
<argument>secrets:remove</argument>
<argument type="collection"/>
<argument>Remove a secret from the vault</argument>
<argument>false</argument>
<argument type="service_closure" id="console.command.secrets_remove"/>
</service>
<service id=".console.command.secrets_generate_key.lazy" class="Symfony\Component\Console\Command\LazyCommand">
<argument>secrets:generate-keys</argument>
<argument type="collection"/>
<argument>Generate new encryption keys</argument>
<argument>false</argument>
<argument type="service_closure" id="console.command.secrets_generate_key"/>
</service>
<service id=".console.command.secrets_list.lazy" class="Symfony\Component\Console\Command\LazyCommand">
<argument>secrets:list</argument>
<argument type="collection"/>
<argument>List all secrets</argument>
<argument>false</argument>
<argument type="service_closure" id="console.command.secrets_list"/>
</service>
<service id=".console.command.secrets_decrypt_to_local.lazy" class="Symfony\Component\Console\Command\LazyCommand">
<argument>secrets:decrypt-to-local</argument>
<argument type="collection"/>
<argument>Decrypt all secrets and stores them in the local vault</argument>
<argument>false</argument>
<argument type="service_closure" id="console.command.secrets_decrypt_to_local"/>
</service>
<service id=".console.command.secrets_encrypt_from_local.lazy" class="Symfony\Component\Console\Command\LazyCommand">
<argument>secrets:encrypt-from-local</argument>
<argument type="collection"/>
<argument>Encrypt all local secrets to the vault</argument>
<argument>false</argument>
<argument type="service_closure" id="console.command.secrets_encrypt_from_local"/>
</service>
<service id=".twig.command.debug.lazy" class="Symfony\Component\Console\Command\LazyCommand">
<argument>debug:twig</argument>
<argument type="collection"/>
<argument>Show a list of twig functions, filters, globals and tests</argument>
<argument>false</argument>
<argument type="service_closure" id="twig.command.debug"/>
</service>
<service id=".twig.command.lint.lazy" class="Symfony\Component\Console\Command\LazyCommand">
<argument>lint:twig</argument>
<argument type="collection"/>
<argument>Lint a Twig template and outputs encountered errors</argument>
<argument>false</argument>
<argument type="service_closure" id="twig.command.lint"/>
</service>
<service id=".maker.auto_command.make_auth.lazy" class="Symfony\Component\Console\Command\LazyCommand">
<argument>make:auth</argument>
<argument type="collection"/>
<argument>Creates a Guard authenticator of different flavors</argument>
<argument>false</argument>
<argument type="service_closure" id="maker.auto_command.make_auth"/>
</service>
<service id=".maker.auto_command.make_command.lazy" class="Symfony\Component\Console\Command\LazyCommand">
<argument>make:command</argument>
<argument type="collection"/>
<argument>Creates a new console command class</argument>
<argument>false</argument>
<argument type="service_closure" id="maker.auto_command.make_command"/>
</service>
<service id=".maker.auto_command.make_controller.lazy" class="Symfony\Component\Console\Command\LazyCommand">
<argument>make:controller</argument>
<argument type="collection"/>
<argument>Creates a new controller class</argument>
<argument>false</argument>
<argument type="service_closure" id="maker.auto_command.make_controller"/>
</service>
<service id=".maker.auto_command.make_crud.lazy" class="Symfony\Component\Console\Command\LazyCommand">
<argument>make:crud</argument>
<argument type="collection"/>
<argument>Creates CRUD for Doctrine entity class</argument>
<argument>false</argument>
<argument type="service_closure" id="maker.auto_command.make_crud"/>
</service>
<service id=".maker.auto_command.make_docker_database.lazy" class="Symfony\Component\Console\Command\LazyCommand">
<argument>make:docker:database</argument>
<argument type="collection"/>
<argument>Adds a database container to your docker-compose.yaml file</argument>
<argument>false</argument>
<argument type="service_closure" id="maker.auto_command.make_docker_database"/>
</service>
<service id=".maker.auto_command.make_entity.lazy" class="Symfony\Component\Console\Command\LazyCommand">
<argument>make:entity</argument>
<argument type="collection"/>
<argument>Creates or updates a Doctrine entity class, and optionally an API Platform resource</argument>
<argument>false</argument>
<argument type="service_closure" id="maker.auto_command.make_entity"/>
</service>
<service id=".maker.auto_command.make_fixtures.lazy" class="Symfony\Component\Console\Command\LazyCommand">
<argument>make:fixtures</argument>
<argument type="collection"/>
<argument>Creates a new class to load Doctrine fixtures</argument>
<argument>false</argument>
<argument type="service_closure" id="maker.auto_command.make_fixtures"/>
</service>
<service id=".maker.auto_command.make_form.lazy" class="Symfony\Component\Console\Command\LazyCommand">
<argument>make:form</argument>
<argument type="collection"/>
<argument>Creates a new form class</argument>
<argument>false</argument>
<argument type="service_closure" id="maker.auto_command.make_form"/>
</service>
<service id=".maker.auto_command.make_message.lazy" class="Symfony\Component\Console\Command\LazyCommand">
<argument>make:message</argument>
<argument type="collection"/>
<argument>Creates a new message and handler</argument>
<argument>false</argument>
<argument type="service_closure" id="maker.auto_command.make_message"/>
</service>
<service id=".maker.auto_command.make_messenger_middleware.lazy" class="Symfony\Component\Console\Command\LazyCommand">
<argument>make:messenger-middleware</argument>
<argument type="collection"/>
<argument>Creates a new messenger middleware</argument>
<argument>false</argument>
<argument type="service_closure" id="maker.auto_command.make_messenger_middleware"/>
</service>
<service id=".maker.auto_command.make_registration_form.lazy" class="Symfony\Component\Console\Command\LazyCommand">
<argument>make:registration-form</argument>
<argument type="collection"/>
<argument>Creates a new registration form system</argument>
<argument>false</argument>
<argument type="service_closure" id="maker.auto_command.make_registration_form"/>
</service>
<service id=".maker.auto_command.make_reset_password.lazy" class="Symfony\Component\Console\Command\LazyCommand">
<argument>make:reset-password</argument>
<argument type="collection"/>
<argument>Create controller, entity, and repositories for use with symfonycasts/reset-password-bundle</argument>
<argument>false</argument>
<argument type="service_closure" id="maker.auto_command.make_reset_password"/>
</service>
<service id=".maker.auto_command.make_serializer_encoder.lazy" class="Symfony\Component\Console\Command\LazyCommand">
<argument>make:serializer:encoder</argument>
<argument type="collection"/>
<argument>Creates a new serializer encoder class</argument>
<argument>false</argument>
<argument type="service_closure" id="maker.auto_command.make_serializer_encoder"/>
</service>
<service id=".maker.auto_command.make_serializer_normalizer.lazy" class="Symfony\Component\Console\Command\LazyCommand">
<argument>make:serializer:normalizer</argument>
<argument type="collection"/>
<argument>Creates a new serializer normalizer class</argument>
<argument>false</argument>
<argument type="service_closure" id="maker.auto_command.make_serializer_normalizer"/>
</service>
<service id=".maker.auto_command.make_subscriber.lazy" class="Symfony\Component\Console\Command\LazyCommand">
<argument>make:subscriber</argument>
<argument type="collection"/>
<argument>Creates a new event subscriber class</argument>
<argument>false</argument>
<argument type="service_closure" id="maker.auto_command.make_subscriber"/>
</service>
<service id=".maker.auto_command.make_twig_extension.lazy" class="Symfony\Component\Console\Command\LazyCommand">
<argument>make:twig-extension</argument>
<argument type="collection"/>
<argument>Creates a new Twig extension class</argument>
<argument>false</argument>
<argument type="service_closure" id="maker.auto_command.make_twig_extension"/>
</service>
<service id=".maker.auto_command.make_test.lazy" class="Symfony\Component\Console\Command\LazyCommand">
<argument>make:test</argument>
<argument type="collection">
<argument>make:unit-test</argument>
<argument>make:functional-test</argument>
</argument>
<argument>Creates a new test class</argument>
<argument>false</argument>
<argument type="service_closure" id="maker.auto_command.make_test"/>
</service>
<service id=".maker.auto_command.make_validator.lazy" class="Symfony\Component\Console\Command\LazyCommand">
<argument>make:validator</argument>
<argument type="collection"/>
<argument>Creates a new validator and constraint class</argument>
<argument>false</argument>
<argument type="service_closure" id="maker.auto_command.make_validator"/>
</service>
<service id=".maker.auto_command.make_voter.lazy" class="Symfony\Component\Console\Command\LazyCommand">
<argument>make:voter</argument>
<argument type="collection"/>
<argument>Creates a new security voter class</argument>
<argument>false</argument>
<argument type="service_closure" id="maker.auto_command.make_voter"/>
</service>
<service id=".maker.auto_command.make_user.lazy" class="Symfony\Component\Console\Command\LazyCommand">
<argument>make:user</argument>
<argument type="collection"/>
<argument>Creates a new security user class</argument>
<argument>false</argument>
<argument type="service_closure" id="maker.auto_command.make_user"/>
</service>
<service id=".maker.auto_command.make_migration.lazy" class="Symfony\Component\Console\Command\LazyCommand">
<argument>make:migration</argument>
<argument type="collection"/>
<argument>Creates a new migration based on database changes</argument>
<argument>false</argument>
<argument type="service_closure" id="maker.auto_command.make_migration"/>
</service>
<service id="console.command_loader" class="Symfony\Component\Console\CommandLoader\ContainerCommandLoader" public="true">
<tag name="container.no_preload"/>
<argument type="service" id=".service_locator.7wbSMNO"/>
<argument type="collection">
<argument key="about">console.command.about</argument>
<argument key="assets:install">console.command.assets_install</argument>
<argument key="cache:clear">console.command.cache_clear</argument>
<argument key="cache:pool:clear">console.command.cache_pool_clear</argument>
<argument key="cache:pool:prune">console.command.cache_pool_prune</argument>
<argument key="cache:pool:delete">console.command.cache_pool_delete</argument>
<argument key="cache:pool:list">console.command.cache_pool_list</argument>
<argument key="cache:warmup">console.command.cache_warmup</argument>
<argument key="debug:config">console.command.config_debug</argument>
<argument key="config:dump-reference">console.command.config_dump_reference</argument>
<argument key="debug:container">console.command.container_debug</argument>
<argument key="lint:container">console.command.container_lint</argument>
<argument key="debug:autowiring">console.command.debug_autowiring</argument>
<argument key="debug:event-dispatcher">console.command.event_dispatcher_debug</argument>
<argument key="debug:router">console.command.router_debug</argument>
<argument key="router:match">console.command.router_match</argument>
<argument key="lint:yaml">console.command.yaml_lint</argument>
<argument key="secrets:set">console.command.secrets_set</argument>
<argument key="secrets:remove">console.command.secrets_remove</argument>
<argument key="secrets:generate-keys">console.command.secrets_generate_key</argument>
<argument key="secrets:list">console.command.secrets_list</argument>
<argument key="secrets:decrypt-to-local">console.command.secrets_decrypt_to_local</argument>
<argument key="secrets:encrypt-from-local">console.command.secrets_encrypt_from_local</argument>
<argument key="debug:twig">twig.command.debug</argument>
<argument key="lint:twig">twig.command.lint</argument>
<argument key="make:auth">maker.auto_command.make_auth</argument>
<argument key="make:command">maker.auto_command.make_command</argument>
<argument key="make:controller">maker.auto_command.make_controller</argument>
<argument key="make:crud">maker.auto_command.make_crud</argument>
<argument key="make:docker:database">maker.auto_command.make_docker_database</argument>
<argument key="make:entity">maker.auto_command.make_entity</argument>
<argument key="make:fixtures">maker.auto_command.make_fixtures</argument>
<argument key="make:form">maker.auto_command.make_form</argument>
<argument key="make:message">maker.auto_command.make_message</argument>
<argument key="make:messenger-middleware">maker.auto_command.make_messenger_middleware</argument>
<argument key="make:registration-form">maker.auto_command.make_registration_form</argument>
<argument key="make:reset-password">maker.auto_command.make_reset_password</argument>
<argument key="make:serializer:encoder">maker.auto_command.make_serializer_encoder</argument>
<argument key="make:serializer:normalizer">maker.auto_command.make_serializer_normalizer</argument>
<argument key="make:subscriber">maker.auto_command.make_subscriber</argument>
<argument key="make:twig-extension">maker.auto_command.make_twig_extension</argument>
<argument key="make:test">maker.auto_command.make_test</argument>
<argument key="make:unit-test">maker.auto_command.make_test</argument>
<argument key="make:functional-test">maker.auto_command.make_test</argument>
<argument key="make:validator">maker.auto_command.make_validator</argument>
<argument key="make:voter">maker.auto_command.make_voter</argument>
<argument key="make:user">maker.auto_command.make_user</argument>
<argument key="make:migration">maker.auto_command.make_migration</argument>
</argument>
</service>
<service id=".service_locator.7wbSMNO" class="Symfony\Component\DependencyInjection\ServiceLocator">
<tag name="container.service_locator"/>
<argument type="collection">
<argument key="console.command.about" type="service_closure" id=".console.command.about.lazy"/>
<argument key="console.command.assets_install" type="service_closure" id=".console.command.assets_install.lazy"/>
<argument key="console.command.cache_clear" type="service_closure" id=".console.command.cache_clear.lazy"/>
<argument key="console.command.cache_pool_clear" type="service_closure" id=".console.command.cache_pool_clear.lazy"/>
<argument key="console.command.cache_pool_delete" type="service_closure" id=".console.command.cache_pool_delete.lazy"/>
<argument key="console.command.cache_pool_list" type="service_closure" id=".console.command.cache_pool_list.lazy"/>
<argument key="console.command.cache_pool_prune" type="service_closure" id=".console.command.cache_pool_prune.lazy"/>
<argument key="console.command.cache_warmup" type="service_closure" id=".console.command.cache_warmup.lazy"/>
<argument key="console.command.config_debug" type="service_closure" id=".console.command.config_debug.lazy"/>
<argument key="console.command.config_dump_reference" type="service_closure" id=".console.command.config_dump_reference.lazy"/>
<argument key="console.command.container_debug" type="service_closure" id=".console.command.container_debug.lazy"/>
<argument key="console.command.container_lint" type="service_closure" id=".console.command.container_lint.lazy"/>
<argument key="console.command.debug_autowiring" type="service_closure" id=".console.command.debug_autowiring.lazy"/>
<argument key="console.command.event_dispatcher_debug" type="service_closure" id=".console.command.event_dispatcher_debug.lazy"/>
<argument key="console.command.router_debug" type="service_closure" id=".console.command.router_debug.lazy"/>
<argument key="console.command.router_match" type="service_closure" id=".console.command.router_match.lazy"/>
<argument key="console.command.secrets_decrypt_to_local" type="service_closure" id=".console.command.secrets_decrypt_to_local.lazy"/>
<argument key="console.command.secrets_encrypt_from_local" type="service_closure" id=".console.command.secrets_encrypt_from_local.lazy"/>
<argument key="console.command.secrets_generate_key" type="service_closure" id=".console.command.secrets_generate_key.lazy"/>
<argument key="console.command.secrets_list" type="service_closure" id=".console.command.secrets_list.lazy"/>
<argument key="console.command.secrets_remove" type="service_closure" id=".console.command.secrets_remove.lazy"/>
<argument key="console.command.secrets_set" type="service_closure" id=".console.command.secrets_set.lazy"/>
<argument key="console.command.yaml_lint" type="service_closure" id=".console.command.yaml_lint.lazy"/>
<argument key="maker.auto_command.make_auth" type="service_closure" id=".maker.auto_command.make_auth.lazy"/>
<argument key="maker.auto_command.make_command" type="service_closure" id=".maker.auto_command.make_command.lazy"/>
<argument key="maker.auto_command.make_controller" type="service_closure" id=".maker.auto_command.make_controller.lazy"/>
<argument key="maker.auto_command.make_crud" type="service_closure" id=".maker.auto_command.make_crud.lazy"/>
<argument key="maker.auto_command.make_docker_database" type="service_closure" id=".maker.auto_command.make_docker_database.lazy"/>
<argument key="maker.auto_command.make_entity" type="service_closure" id=".maker.auto_command.make_entity.lazy"/>
<argument key="maker.auto_command.make_fixtures" type="service_closure" id=".maker.auto_command.make_fixtures.lazy"/>
<argument key="maker.auto_command.make_form" type="service_closure" id=".maker.auto_command.make_form.lazy"/>
<argument key="maker.auto_command.make_message" type="service_closure" id=".maker.auto_command.make_message.lazy"/>
<argument key="maker.auto_command.make_messenger_middleware" type="service_closure" id=".maker.auto_command.make_messenger_middleware.lazy"/>
<argument key="maker.auto_command.make_migration" type="service_closure" id=".maker.auto_command.make_migration.lazy"/>
<argument key="maker.auto_command.make_registration_form" type="service_closure" id=".maker.auto_command.make_registration_form.lazy"/>
<argument key="maker.auto_command.make_reset_password" type="service_closure" id=".maker.auto_command.make_reset_password.lazy"/>
<argument key="maker.auto_command.make_serializer_encoder" type="service_closure" id=".maker.auto_command.make_serializer_encoder.lazy"/>
<argument key="maker.auto_command.make_serializer_normalizer" type="service_closure" id=".maker.auto_command.make_serializer_normalizer.lazy"/>
<argument key="maker.auto_command.make_subscriber" type="service_closure" id=".maker.auto_command.make_subscriber.lazy"/>
<argument key="maker.auto_command.make_test" type="service_closure" id=".maker.auto_command.make_test.lazy"/>
<argument key="maker.auto_command.make_twig_extension" type="service_closure" id=".maker.auto_command.make_twig_extension.lazy"/>
<argument key="maker.auto_command.make_user" type="service_closure" id=".maker.auto_command.make_user.lazy"/>
<argument key="maker.auto_command.make_validator" type="service_closure" id=".maker.auto_command.make_validator.lazy"/>
<argument key="maker.auto_command.make_voter" type="service_closure" id=".maker.auto_command.make_voter.lazy"/>
<argument key="twig.command.debug" type="service_closure" id=".twig.command.debug.lazy"/>
<argument key="twig.command.lint" type="service_closure" id=".twig.command.lint.lazy"/>
</argument>
</service>
<service id=".service_locator.HJisze0" class="Symfony\Component\DependencyInjection\ServiceLocator">
<tag name="container.service_locator"/>
<argument type="collection">
<argument key="Symfony\Bridge\Twig\Extension\HttpKernelRuntime" type="service_closure" id="twig.runtime.httpkernel"/>
</argument>
</service>
<service id="Psr\Container\ContainerInterface" alias="service_container">
<deprecated package="symfony/dependency-injection" version="5.1">The "%alias_id%" autowiring alias is deprecated. Define it explicitly in your app if you want to keep using it.</deprecated>
</service>
<service id="Symfony\Component\DependencyInjection\ContainerInterface" alias="service_container">
<deprecated package="symfony/dependency-injection" version="5.1">The "%alias_id%" autowiring alias is deprecated. Define it explicitly in your app if you want to keep using it.</deprecated>
</service>
<service id="App\Kernel" alias="kernel" public="true"/>
<service id="Symfony\Component\DependencyInjection\ParameterBag\ContainerBagInterface" alias="parameter_bag"/>
<service id="Symfony\Component\DependencyInjection\ParameterBag\ParameterBagInterface" alias="parameter_bag"/>
<service id="Symfony\Component\EventDispatcher\EventDispatcherInterface" alias="event_dispatcher"/>
<service id="Symfony\Contracts\EventDispatcher\EventDispatcherInterface" alias="event_dispatcher"/>
<service id="Symfony\Component\HttpKernel\HttpKernelInterface" alias="http_kernel"/>
<service id="Symfony\Component\HttpFoundation\RequestStack" alias="request_stack"/>
<service id="Symfony\Component\HttpFoundation\UrlHelper" alias="url_helper"/>
<service id="Symfony\Component\HttpKernel\KernelInterface" alias="kernel"/>
<service id="Symfony\Component\Filesystem\Filesystem" alias="filesystem"/>
<service id="Symfony\Component\HttpKernel\Config\FileLocator" alias="file_locator"/>
<service id="Symfony\Component\HttpKernel\UriSigner" alias="uri_signer"/>
<service id="Symfony\Component\DependencyInjection\ReverseContainer" alias="reverse_container"/>
<service id="Symfony\Component\String\Slugger\SluggerInterface" alias="slugger"/>
<service id="Symfony\Component\HttpKernel\Fragment\FragmentUriGeneratorInterface" alias="fragment.uri_generator"/>
<service id="error_renderer.html" alias="twig.error_renderer.html"/>
<service id="error_renderer" alias="twig.error_renderer.html"/>
<service id="Psr\EventDispatcher\EventDispatcherInterface" alias="event_dispatcher"/>
<service id="Psr\Container\ContainerInterface $parameterBag" alias="parameter_bag"/>
<service id="cache.app_clearer" alias="cache.default_clearer" public="true"/>
<service id="Psr\Cache\CacheItemPoolInterface" alias="cache.app"/>
<service id="Symfony\Component\Cache\Adapter\AdapterInterface" alias="cache.app"/>
<service id="Symfony\Contracts\Cache\CacheInterface" alias="cache.app"/>
<service id="Symfony\Contracts\Cache\TagAwareCacheInterface" alias="cache.app.taggable"/>
<service id="cache.default_redis_provider" alias=".cache_connection.GD_MSZC"/>
<service id="cache.default_memcached_provider" alias=".cache_connection.JKE6keX"/>
<service id="Symfony\Component\HttpFoundation\Session\SessionInterface" alias=".session.do-not-use">
<deprecated package="symfony/framework-bundle" version="5.3">The "%alias_id%" and "SessionInterface" aliases are deprecated, use "$requestStack-&gt;getSession()" instead.</deprecated>
</service>
<service id="SessionHandlerInterface" alias="session.handler.native_file"/>
<service id="Symfony\Component\HttpFoundation\Session\Flash\FlashBagInterface" alias="session.flash_bag"/>
<service id="session.storage.factory" alias="session.storage.factory.native"/>
<service id="session.handler" alias="session.handler.native_file"/>
<service id="Symfony\Component\HttpKernel\Debug\FileLinkFormatter" alias="debug.file_link_formatter"/>
<service id="router" alias="router.default" public="true"/>
<service id="Symfony\Component\Routing\RouterInterface" alias="router.default"/>
<service id="Symfony\Component\Routing\Generator\UrlGeneratorInterface" alias="router.default"/>
<service id="Symfony\Component\Routing\Matcher\UrlMatcherInterface" alias="router.default"/>
<service id="Symfony\Component\Routing\RequestContextAwareInterface" alias="router.default"/>
<service id="Symfony\Component\Routing\RequestContext" alias="router.request_context"/>
<service id="annotation_reader" alias="annotations.cached_reader"/>
<service id="Doctrine\Common\Annotations\Reader" alias="annotations.cached_reader"/>
<service id="Twig_Environment" alias="twig"/>
<service id="Twig\Environment" alias="twig"/>
<service id="container.env_var_processors_locator" alias=".service_locator.0GV1BZZ" public="true"/>
<service id="twig.loader.filesystem" alias="twig.loader.native_filesystem"/>
<service id="argument_resolver.controller_locator" alias=".service_locator.YxNo8ZP"/>
<service id="session" alias=".session.do-not-use" public="true">
<deprecated package="symfony/framework-bundle" version="5.3">The "%alias_id%" service and "SessionInterface" alias are deprecated, use "$requestStack-&gt;getSession()" instead.</deprecated>
</service>
<service id="twig.loader" alias="twig.loader.native_filesystem"/>
<service id="Psr\Log\LoggerInterface" alias="logger"/>
<service id="twig.error_renderer.html.inner" alias="error_handler.error_renderer.html"/>
<service id=".service_locator._5g_Wvc" alias=".service_locator.KfwZsne"/>
<service id=".service_locator.JBAFp66" alias=".service_locator.KfbR3DY"/>
<service id=".service_locator.Ni1WPk0" alias=".service_locator.W9y3dzm"/>
</services>
</container>