Skip to content

Commit 1703a2f

Browse files
DurandSachaOskarStark
authored andcommitted
Update routing.rst
1 parent 6f62e72 commit 1703a2f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

routing.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1971,6 +1971,9 @@ This information can be configured per command too::
19711971
// src/Command/SomeCommand.php
19721972
namespace App\Command;
19731973

1974+
use Symfony\Component\Console\Command\Command;
1975+
use Symfony\Component\Console\Input\InputInterface;
1976+
use Symfony\Component\Console\Output\OutputInterface;
19741977
use Symfony\Component\Routing\Generator\UrlGeneratorInterface;
19751978
use Symfony\Component\Routing\RouterInterface;
19761979
// ...

0 commit comments

Comments
 (0)