From b88fbf3a033e28a3669d246f3c41d52f7d1cd5ca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mr=C2=B7x?= Date: Sun, 25 Apr 2021 12:31:50 +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 --- System/Di/Container.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/System/Di/Container.php b/System/Di/Container.php index b6a1ab5f..c0ac7ead 100644 --- a/System/Di/Container.php +++ b/System/Di/Container.php @@ -217,7 +217,7 @@ class Container extends BaseObject */ private function onAfterInit($object, $config): mixed { - Snowflake::configure($object, $config); +// Snowflake::configure($object, $config); if (method_exists($object, 'afterInit')) { call_user_func([$object, 'afterInit']); }