Skip to content

Commit

Permalink
Merge pull request TheBigBrainsCompany#6 from telemetrik/master
Browse files Browse the repository at this point in the history
Fixed import IdentityMapInterface namespace in TaskHandler
  • Loading branch information
benjamindulau committed Jul 27, 2014
2 parents 28b87ff + 1f7e24e commit 2f5e140
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 2f5e140

Please sign in to comment.