We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ef324dc + 07f0cd4 commit e4b46a2Copy full SHA for e4b46a2
controller.rst
@@ -195,7 +195,7 @@ any other "work" you can think of.
195
If you need a service in a controller, type-hint an argument with its class
196
(or interface) name. Symfony will automatically pass you the service you need::
197
198
- use Psr\Log\LoggerInterface
+ use Psr\Log\LoggerInterface;
199
// ...
200
201
/**
0 commit comments