Skip to content

Commit

Permalink
moved the event bus to a new component
Browse files Browse the repository at this point in the history
  • Loading branch information
ivannis committed Oct 31, 2016
1 parent 89756ad commit 411f069
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion Migrations/console
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ if (!$loaded) {
}

use Cubiche\Domain\EventSourcing\EventStore\InMemoryEventStore;
use Cubiche\Core\Bus\Command\CommandBus;
use Cubiche\Core\Cqrs\Command\CommandBus;
use Cubiche\Core\Console\ConsoleApplication;
use Cubiche\Core\Metadata\ClassMetadataFactory;
use Cubiche\Domain\EventPublisher\DomainEventPublisher;
Expand Down
1 change: 0 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@

"cubiche/collections": "dev-master",
"cubiche/console": "dev-master",
"cubiche/bus": "dev-master",
"cubiche/cqrs": "dev-master",
"cubiche/model": "dev-master",
"cubiche/event-publisher": "dev-master",
Expand Down

0 comments on commit 411f069

Please sign in to comment.