Move from preFlush to onFlush + postFlush

This commit is contained in:
Alejandro Celaya
2024-03-26 23:26:44 +01:00
parent b236354fc7
commit 3d7b1ca799
4 changed files with 29 additions and 22 deletions

View File

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