Skip to content

Commit d8e6d18

Browse files
committed
Fix namespace in configuration example
1 parent 62e82f5 commit d8e6d18

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ namespace App;
3232
return [
3333
'dependencies' => [
3434
'factories' => [
35-
Command\MyCommand::class => Command\MyCommandFactory::class,
36-
Command\AnotherCommand::class => Command\AnotherCommandFactory::class,
35+
Console\MyCommand::class => Console\MyCommandFactory::class,
36+
Console\AnotherCommand::class => Console\AnotherCommandFactory::class,
3737
],
3838
],
3939

0 commit comments

Comments
 (0)