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

Commit f08863c

Browse files
committed
[TASK] cleanup and refactor ExtensionApiService
1 parent 8d9c5dc commit f08863c

File tree

2 files changed

+309
-379
lines changed

2 files changed

+309
-379
lines changed

Classes/Cli/Dispatcher.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -304,7 +304,7 @@ public function extensionInstallCommand($key) {
304304
*/
305305
public function extensionUninstallCommand($key) {
306306
$extensionApiService = $this->getExtensionApiService();
307-
$data = $extensionApiService->unInstallExtension($key);
307+
$data = $extensionApiService->uninstallExtension($key);
308308
$this->outputLine(sprintf('Extension "%s" is now uninstalled!', $key));
309309
}
310310

0 commit comments

Comments
 (0)