Integrated PublishUpdatesGenerator in NotifyNewShortUrlToRedis listener

This commit is contained in:
Alejandro Celaya
2022-07-27 16:47:21 +02:00
parent f071df325d
commit fa5ebb1677
2 changed files with 4 additions and 9 deletions

View File

@@ -128,9 +128,9 @@ return [
],
EventDispatcher\RedisPubSub\NotifyNewShortUrlToRedis::class => [
RedisPublishingHelper::class,
EventDispatcher\PublishingUpdatesGenerator::class,
'em',
'Logger_Shlink',
ShortUrl\Transformer\ShortUrlDataTransformer::class,
'config.redis.pub_sub_enabled',
],
EventDispatcher\UpdateGeoLiteDb::class => [GeolocationDbUpdater::class, 'Logger_Shlink'],