From 9d009a04b1aaa3d9c311c301d3c5718c8601576a Mon Sep 17 00:00:00 2001 From: thinkphp Date: Tue, 27 Aug 2019 15:04:23 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/Http.php | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Http.php b/src/Http.php index daa8eb9..cccc50d 100644 --- a/src/Http.php +++ b/src/Http.php @@ -115,7 +115,6 @@ public function onWorkerStart($worker) $this->app->bind([ 'think\Cookie' => Cookie::class, - 'cookie' => Cookie::class, ]); if (0 == $worker->id && $this->monitor) {