summaryrefslogtreecommitdiffstats
path: root/lib/Command
diff options
context:
space:
mode:
authorMaxence Lange <maxence@artificial-owl.com>2019-02-07 16:59:10 -0100
committerMaxence Lange <maxence@artificial-owl.com>2019-02-07 16:59:10 -0100
commit11303d6c3517020028e229c9a9f059d3f4290ad8 (patch)
tree748f8b26a83bcd46db9db0e16ec574d803af1f98 /lib/Command
parent1d6349ef5a6f5b5fd71875ae0647af49e6f16283 (diff)
fixing typo
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
Diffstat (limited to 'lib/Command')
-rw-r--r--lib/Command/CacheRefresh.php2
1 files changed, 1 insertions, 1 deletions
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
) {