From 971b1f1fb09f5ac3867584f338f7846945dcdbe3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=90=91=E6=9E=97?= Date: Fri, 14 Jan 2022 14:18:28 +0800 Subject: [PATCH] =?UTF-8?q?Revert=20"=E6=94=B9=E5=90=8D"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This reverts commit fdf58326 --- ServerProviders.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/ServerProviders.php b/ServerProviders.php index b14947d..007deea 100644 --- a/ServerProviders.php +++ b/ServerProviders.php @@ -23,8 +23,6 @@ class ServerProviders extends Providers */ public function onImport(Application $application) { - $application->set('server', ['class' => Server::class]); - $container = Kiri::getDi(); $console = $container->get(\Symfony\Component\Console\Application::class);