diff --git a/overrides/akaunting/module/Commands/InstallCommand.php b/overrides/akaunting/module/Commands/InstallCommand.php index 1dec3c368..b5bf6318c 100644 --- a/overrides/akaunting/module/Commands/InstallCommand.php +++ b/overrides/akaunting/module/Commands/InstallCommand.php @@ -46,6 +46,6 @@ class InstallCommand extends Command $this->revertRuntime(); - $this->info('Module installed!'); + $this->info("Module [{$this->alias}] installed!"); } }