Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 4f3588c

Browse files
authored
Fixed Class Name Typo
1 parent ec0865f commit 4f3588c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

console/lazy_commands.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ which will be responsible for returning ``Command`` instances::
1818

1919
use AppBundle\Command\HeavyCommand;
2020
use Symfony\Component\Console\Application;
21-
use Symfony\Component\Console\CommandLoader\FactoryCommmandLoader;
21+
use Symfony\Component\Console\CommandLoader\FactoryCommandLoader;
2222

2323
$commandLoader = new FactoryCommandLoader(array(
2424
'app:heavy' => function () { return new HeavyCommand() },

0 commit comments

Comments
 (0)