From 3bfa88b4d8136d101552c4f041121fc9d8e0c4c9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=90=91=E6=9E=97?= Date: Sun, 16 Apr 2023 13:36:36 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=98=E6=9B=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- kiri-engine/Abstracts/Component.php | 1 + 1 file changed, 1 insertion(+) diff --git a/kiri-engine/Abstracts/Component.php b/kiri-engine/Abstracts/Component.php index 9f3dd274..8f73144e 100644 --- a/kiri-engine/Abstracts/Component.php +++ b/kiri-engine/Abstracts/Component.php @@ -30,6 +30,7 @@ class Component implements Configure */ public function __construct() { + $this->init(); } /**