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 ec0865f commit 4f3588cCopy full SHA for 4f3588c
console/lazy_commands.rst
@@ -18,7 +18,7 @@ which will be responsible for returning ``Command`` instances::
18
19
use AppBundle\Command\HeavyCommand;
20
use Symfony\Component\Console\Application;
21
- use Symfony\Component\Console\CommandLoader\FactoryCommmandLoader;
+ use Symfony\Component\Console\CommandLoader\FactoryCommandLoader;
22
23
$commandLoader = new FactoryCommandLoader(array(
24
'app:heavy' => function () { return new HeavyCommand() },
0 commit comments