mirror of
https://github.com/flarum/framework.git
synced 2025-02-21 07:50:24 +08:00
Merge pull request #1398 from datitisev/patch-1
Fix 'Debug mode' in InfoCommand not showing
This commit is contained in:
commit
6450b6b9fd
@ -72,7 +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');
|
||||
$this->info('Debug mode '.($this->config['debug'] ? 'ON' : 'off'));
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
x
Reference in New Issue
Block a user