Skip to content

Commit

Permalink
Add success message
Browse files Browse the repository at this point in the history
  • Loading branch information
ADmad committed Oct 13, 2023
1 parent 5665125 commit d4c5de4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Command/PluginUnloadCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,8 @@ public function execute(Arguments $args, ConsoleIo $io): ?int

$result = $this->modifyConfigFile($plugin);
if ($result === null) {
$io->success('Plugin removed from `CONFIG/plugins.php`');

return static::CODE_SUCCESS;
}

Expand Down

0 comments on commit d4c5de4

Please sign in to comment.