From c00bc8094f00c4a911de9ecf3ae28690002c1817 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mr=C2=B7x?= Date: Thu, 3 Sep 2020 00:22:46 +0800 Subject: [PATCH] =?UTF-8?q?=E6=94=B9=E5=90=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- http-server/ServerProviders.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/http-server/ServerProviders.php b/http-server/ServerProviders.php index 4fef8cfc..091c488b 100644 --- a/http-server/ServerProviders.php +++ b/http-server/ServerProviders.php @@ -30,8 +30,8 @@ class ServerProviders extends Providers 'class' => Server::class ]); - /** @var \Console\Application $console */ - $console = $application->get('console'); - $console->register(Command::class); +// /** @var \Console\Application $console */ +// $console = $application->get('console'); +// $console->register(Command::class); } }