From 64d065785e117e88cec8d1e99c8f8b3620d91f88 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Denis=20Duli=C3=A7i?= Date: Fri, 12 Jun 2020 11:57:18 +0300 Subject: [PATCH] added alias to message --- overrides/akaunting/module/Commands/InstallCommand.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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!"); } }