diff --git a/src/Command/PluginLoadCommand.php b/src/Command/PluginLoadCommand.php index 70f7cea8254..dcd82efbf07 100644 --- a/src/Command/PluginLoadCommand.php +++ b/src/Command/PluginLoadCommand.php @@ -91,6 +91,8 @@ public function execute(Arguments $args, ConsoleIo $io): ?int $io->err('Failed to update `CONFIG/plugins.php`'); } + $io->success('Plugin added successfully to `CONFIG/plugins.php`'); + return $result; }