From a435df845342ca24cd06f1c3714b456433ceca2a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=90=91=E6=9E=97?= Date: Thu, 4 Nov 2021 17:33:41 +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 --- kiri-engine/Di/LocalService.php | 1 + 1 file changed, 1 insertion(+) diff --git a/kiri-engine/Di/LocalService.php b/kiri-engine/Di/LocalService.php index a4fde8c1..76fe99cd 100644 --- a/kiri-engine/Di/LocalService.php +++ b/kiri-engine/Di/LocalService.php @@ -28,6 +28,7 @@ class LocalService extends Component unset($this->_components[$name]); $this->_definition[$name] = $define; + $this->_components[$name] = $define; }