List debug mode setting in info output

This commit is contained in:
Franz Liedke 2018-03-19 23:28:05 +01:00
parent 447ca18558
commit 0cf351edb9
No known key found for this signature in database
GPG Key ID: 9A0231A879B055F4

View File

@ -72,6 +72,7 @@ class InfoCommand extends AbstractCommand
$this->info('Base URL: '.$this->config['url']);
$this->info('Installation path: '.getcwd());
$this->info('Debug mode '.$this->config['debug'] ? 'ON' : 'off');
}
/**