@@ -50,16 +50,16 @@ What other services are available? Find out by running:
50
50
$ php bin/console debug:autowiring
51
51
52
52
# 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
+ ========================================================== ==================================
63
63
64
64
When you use these type-hints in your controller methods or inside your
65
65
:ref: `own services <service-container-creating-service >`, Symfony will automatically
0 commit comments