diff --git a/system/src/Commands/PluginUninstallCommand.php b/system/src/Commands/PluginUninstallCommand.php index f1a14138..a5cc00f5 100644 --- a/system/src/Commands/PluginUninstallCommand.php +++ b/system/src/Commands/PluginUninstallCommand.php @@ -34,7 +34,7 @@ class PluginUninstallCommand extends Command $io->warning($warning); } - $io->success($pluginName . ' plugin has been successfully installed.'); + $io->success('Successfully uninstalled plugin ' . $pluginName); return Command::SUCCESS; } }