Skip to content

Commit

Permalink
Show message on successful plugin load.
Browse files Browse the repository at this point in the history
  • Loading branch information
ADmad committed Oct 13, 2023
1 parent 8c1c9a1 commit 5665125
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Command/PluginLoadCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

Expand Down

0 comments on commit 5665125

Please sign in to comment.