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.
2 parents ec0865f + 4f3588c commit 3503cb1Copy full SHA for 3503cb1
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