diff --git a/framework/core/src/Debug/Console/InfoCommand.php b/framework/core/src/Debug/Console/InfoCommand.php index deedc56cc..db94bef8d 100644 --- a/framework/core/src/Debug/Console/InfoCommand.php +++ b/framework/core/src/Debug/Console/InfoCommand.php @@ -66,5 +66,6 @@ class InfoCommand extends AbstractCommand } $this->info('Base URL: '.$this->config['url']); + $this->info('Installation path: '.getcwd()); } }