Add preFlush listener to track visits counts

This commit is contained in:
Alejandro Celaya
2024-03-26 08:56:06 +01:00
parent 7afd3fd6a2
commit 6074f4475d
3 changed files with 154 additions and 0 deletions

View File

@@ -76,6 +76,7 @@ return [
EntityRepositoryFactory::class,
Visit\Entity\Visit::class,
],
Visit\Listener\ShortUrlVisitsCountPreFlushListener::class => InvokableFactory::class,
Util\DoctrineBatchHelper::class => ConfigAbstractFactory::class,
Util\RedirectResponseHelper::class => ConfigAbstractFactory::class,