Initial commit

This commit is contained in:
2023-04-08 09:18:52 +02:00
parent 40e6fa63e5
commit fa6f9d1080
8 changed files with 68 additions and 27 deletions

View File

@@ -12,8 +12,8 @@ declare(strict_types=1);
namespace Zapoyok\CQRSBundle\Event;
use Scc\CQRSBundle\DomainModel\DomainEventInterface;
use Symfony\Component\Messenger\MessageBusInterface;
use Zapoyok\CQRSBundle\DomainModel\DomainEventInterface;
final class MessengerEventBus implements EventBusInterface
{