Skip to content

Commit 44ea9fb

Browse files
authored
Update ContainerAwareEventDispatcherBus.php
1 parent 4b7540b commit 44ea9fb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Domain/ContainerAwareEventDispatcherBus.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22

33
namespace Rezzza\CommandBus\Domain;
44

5-
use Rezzza\CommandBus\Domain\EventDispatcherBus;
65
use Symfony\Component\DependencyInjection\ContainerInterface;
6+
use Symfony\Component\EventDispatcher\EventDispatcher;
77

8-
class ContainerAwareEventDispatcherBus extends EventDispatcherBus
8+
class ContainerAwareEventDispatcherBus extends EventDispatcher
99
{
1010
/**
1111
* @var ContainerInterface

0 commit comments

Comments
 (0)