mirror of
https://github.com/flarum/framework.git
synced 2024-11-29 21:11:55 +08:00
List debug mode setting in info output
This commit is contained in:
parent
2f5a8f1a90
commit
a8795b02b9
|
@ -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');
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue
Block a user