Create repository to handle expired short URLs deletion

This commit is contained in:
Alejandro Celaya
2024-04-03 09:41:05 +02:00
parent f92a720d63
commit fd882834d3
5 changed files with 226 additions and 0 deletions

View File

@@ -57,6 +57,10 @@ return [
EntityRepositoryFactory::class,
ShortUrl\Entity\ShortUrl::class,
],
ShortUrl\Repository\ExpiredShortUrlsRepository::class => [
EntityRepositoryFactory::class,
ShortUrl\Entity\ShortUrl::class,
],
Tag\TagService::class => ConfigAbstractFactory::class,