mirror of
https://github.com/flarum/core.git
synced 2025-07-19 07:41:22 +02:00
List debug mode setting in info output
This commit is contained in:
@@ -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');
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user