added alias to message

This commit is contained in:
Denis Duliçi 2020-06-12 11:57:18 +03:00
parent 23de00f508
commit 64d065785e

View File

@ -46,6 +46,6 @@ class InstallCommand extends Command
$this->revertRuntime(); $this->revertRuntime();
$this->info('Module installed!'); $this->info("Module [{$this->alias}] installed!");
} }
} }