This commit is contained in:
2020-09-03 00:15:57 +08:00
parent 3886a01549
commit 7428b69c36
19 changed files with 132 additions and 80 deletions
+4
View File
@@ -29,5 +29,9 @@ class ServerProviders extends Providers
$application->set('server', [
'class' => Server::class
]);
/** @var \Console\Application $console */
$console = $application->get('console');
$console->register(Command::class);
}
}