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

Skip to content

Commit 3503cb1

Browse files
committed
minor symfony#9218 Fixed Class Name Typo (bobdercole)
This PR was merged into the 3.4 branch. Discussion ---------- Fixed Class Name Typo Commits ------- 4f3588c Fixed Class Name Typo
2 parents ec0865f + 4f3588c commit 3503cb1

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)