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.
1 parent a58731c commit a99bd68Copy full SHA for a99bd68
controller.rst
@@ -260,7 +260,7 @@ any other "work" you can think of.
260
If you need a service in a controller, just type-hint an argument with its class
261
(or interface) name. Symfony will automatically pass you the service you need::
262
263
- use Psr\Log\LoggerInterface
+ use Psr\Log\LoggerInterface;
264
// ...
265
266
/**
0 commit comments