From 11303d6c3517020028e229c9a9f059d3f4290ad8 Mon Sep 17 00:00:00 2001 From: Maxence Lange Date: Thu, 7 Feb 2019 16:59:10 -0100 Subject: [PATCH] fixing typo Signed-off-by: Maxence Lange --- lib/Command/CacheRefresh.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Command/CacheRefresh.php b/lib/Command/CacheRefresh.php index 3645dc9e..71165df2 100644 --- a/lib/Command/CacheRefresh.php +++ b/lib/Command/CacheRefresh.php @@ -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 ) {