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 6f62e72 commit 1703a2fCopy full SHA for 1703a2f
routing.rst
@@ -1971,6 +1971,9 @@ This information can be configured per command too::
1971
// src/Command/SomeCommand.php
1972
namespace App\Command;
1973
1974
+ use Symfony\Component\Console\Command\Command;
1975
+ use Symfony\Component\Console\Input\InputInterface;
1976
+ use Symfony\Component\Console\Output\OutputInterface;
1977
use Symfony\Component\Routing\Generator\UrlGeneratorInterface;
1978
use Symfony\Component\Routing\RouterInterface;
1979
// ...
0 commit comments