1
0
mirror of https://github.com/flarum/core.git synced 2025-08-01 14:10:37 +02:00

info: Show installation path

This commit is contained in:
Franz Liedke
2016-03-22 00:29:23 +09:00
parent 5d88ad2431
commit 31caced04c

View File

@@ -66,5 +66,6 @@ class InfoCommand extends AbstractCommand
}
$this->info('Base URL: '.$this->config['url']);
$this->info('Installation path: '.getcwd());
}
}