From 56322bc84f7e31639180126df524c9f018e2860e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mr=C2=B7x?= Date: Wed, 16 Sep 2020 11:11:24 +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/Snowflake.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/System/Snowflake.php b/System/Snowflake.php index e35947f2..ed2c8a26 100644 --- a/System/Snowflake.php +++ b/System/Snowflake.php @@ -352,7 +352,7 @@ class Snowflake return; } $file = static::$_autoload[$className]; - include_once "$file"; + require_once "$file"; }