Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
pull/405/head
Maxence Lange 2019-02-07 16:59:10 -01:00
rodzic 1d6349ef5a
commit 11303d6c35
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -76,7 +76,7 @@ class CacheRefresh extends Base {
* @param MiscService $miscService
*/
public function __construct(
AccountService $actorService, CacheActorService $cacheActorService,
AccountService $accountService, CacheActorService $cacheActorService,
DocumentService $documentService, HashtagService $hashtagService,
ConfigService $configService, MiscService $miscService
) {