@@ -50,16 +50,16 @@ What other services are available? Find out by running:
5050 $ php bin/console debug:autowiring
5151
5252 # this is just a *small* sample of the output...
53- =============================================================== === ==================================
54- Class/Interface Type Alias Service ID
55- =============================================================== === ==================================
56- `` Psr\Cache\CacheItemPoolInterface`` alias for "cache.app.recorder"
57- `` Psr\Log\LoggerInterface`` alias for "monolog.logger"
58- `` Symfony\Component\EventDispatcher\EventDispatcherInterface`` alias for "debug.event_dispatcher"
59- `` Symfony\Component\HttpFoundation\RequestStack`` alias for "request_stack"
60- `` Symfony\Component\HttpFoundation\Session\SessionInterface`` alias for "session"
61- `` Symfony\Component\Routing\RouterInterface`` alias for "router.default"
62- =============================================================== === ==================================
53+ ========================================================== ==================================
54+ Class/Interface Type Alias Service ID
55+ ========================================================== ==================================
56+ Psr\Cache\CacheItemPoolInterface alias for "cache.app.recorder"
57+ Psr\Log\LoggerInterface alias for "monolog.logger"
58+ Symfony\Component\EventDispatcher\EventDispatcherInterface alias for "debug.event_dispatcher"
59+ Symfony\Component\HttpFoundation\RequestStack alias for "request_stack"
60+ Symfony\Component\HttpFoundation\Session\SessionInterface alias for "session"
61+ Symfony\Component\Routing\RouterInterface alias for "router.default"
62+ ========================================================== ==================================
6363
6464 When you use these type-hints in your controller methods or inside your
6565:ref: `own services <service-container-creating-service >`, Symfony will automatically
0 commit comments