mirror of
https://github.com/flarum/core.git
synced 2025-07-30 13:10:24 +02:00
Add first, basic version of info command
This will hopefully help in debugging some problems.
This commit is contained in:
@@ -36,6 +36,7 @@ class Server extends AbstractServer
|
||||
|
||||
$console->add($app->make('Flarum\Install\Console\InstallCommand'));
|
||||
$console->add($app->make('Flarum\Update\Console\MigrateCommand'));
|
||||
$console->add($app->make('Flarum\Debug\Console\InfoCommand'));
|
||||
$console->add($app->make('Flarum\Console\Command\GenerateExtensionCommand'));
|
||||
$console->add($app->make('Flarum\Console\Command\GenerateMigrationCommand'));
|
||||
|
||||
|
Reference in New Issue
Block a user