Integrated PublishUpdatesGenerator in NotifyNewShortUrlToRabbitMq listener

This commit is contained in:
Alejandro Celaya
2022-07-27 10:18:28 +02:00
parent 7e8109caa3
commit 3c042c4011
3 changed files with 14 additions and 15 deletions

View File

@@ -113,9 +113,9 @@ return [
],
EventDispatcher\RabbitMq\NotifyNewShortUrlToRabbitMq::class => [
RabbitMqPublishingHelper::class,
EventDispatcher\PublishingUpdatesGenerator::class,
'em',
'Logger_Shlink',
ShortUrl\Transformer\ShortUrlDataTransformer::class,
Options\RabbitMqOptions::class,
],
EventDispatcher\RedisPubSub\NotifyVisitToRedis::class => [