Fix dependency injected in CrawlingHelper

This commit is contained in:
Alejandro Celaya
2023-02-10 20:26:18 +01:00
parent ad44a8441a
commit 70c1c9f018
5 changed files with 51 additions and 2 deletions

View File

@@ -187,7 +187,7 @@ return [
Util\DoctrineBatchHelper::class,
],
Crawling\CrawlingHelper::class => ['em'],
Crawling\CrawlingHelper::class => [ShortUrl\Repository\CrawlableShortCodesQuery::class],
],
];