Merge pull request #405 from nextcloud/bugfix/noid/cache-refresh-command

Issue with ./occ social:cache:refresh
test/oracle
violoncello.ch 2019-02-08 18:28:51 +01:00 zatwierdzone przez GitHub
commit c17b9ae671
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
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
) {