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 07b3ff1 commit 0153213Copy full SHA for 0153213
tests/CommandBus/CommandDispatcherTest.php
@@ -3,7 +3,7 @@
3
namespace Tests\JeckelLab\CommandDispatcher\CommandBus;
4
5
use JeckelLab\CommandDispatcher\Command\CommandInterface;
6
-use JeckelLab\CommandDispatcher\CommandDispatcher;
+use JeckelLab\CommandDispatcher\CommandBus\CommandDispatcher;
7
use JeckelLab\CommandDispatcher\CommandHandler\CommandHandlerInterface;
8
use JeckelLab\CommandDispatcher\CommandResponse\CommandResponseInterface;
9
use JeckelLab\CommandDispatcher\Resolver\CommandHandlerResolverInterface;
0 commit comments