Skip to content

Commit

Permalink
Fixed import IdentityMapInterface namespace in TaskHandler
Browse files Browse the repository at this point in the history
  • Loading branch information
Piotr Kacała committed Jul 11, 2014
1 parent 28b87ff commit 1f7e24e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Acme/Task/Domain/Handler/TaskHandler.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
use Acme\Task\Command\CreateTaskCommand;
use Acme\Task\Domain\Model\Task;
use Acme\Task\Domain\Repository\TaskRepositoryInterface;
use LiteCQRS\Bus\IdentityMapInterface;
use LiteCQRS\Bus\IdentityMap\IdentityMapInterface;

class TaskHandler implements TaskHandlerInterface
{
Expand Down

0 comments on commit 1f7e24e

Please sign in to comment.