1
0
mirror of https://github.com/flarum/core.git synced 2025-07-30 13:10:24 +02:00

info: Show base URL

This commit is contained in:
Franz Liedke
2016-03-22 00:28:02 +09:00
parent 96a40fd6ea
commit 5d88ad2431
2 changed files with 15 additions and 3 deletions

View File

@@ -47,7 +47,10 @@ class Server extends AbstractServer
];
foreach ($commands as $command) {
$console->add($app->make($command));
$console->add($app->make(
$command,
['config' => $app->make('flarum.config')]
));
}
return $console;