Skip to content
This repository was archived by the owner on Aug 15, 2023. It is now read-only.

Commit 3a83c87

Browse files
committed
Merge pull request #48 from georgringer/master
[BUGFIX] Fix wrong method name
2 parents e0dc54c + 1b061a7 commit 3a83c87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Classes/Cli/Dispatcher.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ public function cacheClearpagecacheCommand() {
184184
* @example ./cli_dispatch.phpsh coreapi cache:clearallexceptpagecache
185185
* @return void
186186
*/
187-
public function clearAllExceptPageCacheCommand() {
187+
public function cacheClearallexceptpagecacheCommand() {
188188
$cacheApiService = $this->getCacheApiService();
189189
$clearedCaches = $cacheApiService->clearAllExceptPageCache();
190190

0 commit comments

Comments
 (0)