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 c1dc758 commit 9366238Copy full SHA for 9366238
console/lazy_commands.rst
@@ -45,7 +45,7 @@ method accepts any
45
:class:`Symfony\\Component\\Console\\CommandLoader\\CommandLoaderInterface`
46
instance so you can use your own implementation.
47
48
-Another way to do so is to take advantage of ``Symfony\Component\Console\Command\LazyCommand``:
+Another way to do so is to take advantage of ``Symfony\Component\Console\Command\LazyCommand``::
49
50
use App\Command\HeavyCommand;
51
use Symfony\Component\Console\Application;
0 commit comments