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:
@@ -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;
|
||||
|
Reference in New Issue
Block a user