From fc2400f2998fbd7a5c1877ae80e81fa6af58ce4b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mr=C2=B7x?= Date: Tue, 15 Sep 2020 19:47:53 +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 | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/System/Snowflake.php b/System/Snowflake.php index d0f50d09..ffd7c93b 100644 --- a/System/Snowflake.php +++ b/System/Snowflake.php @@ -338,6 +338,5 @@ class Snowflake } - +//spl_autoload_register([Snowflake::class, 'autoload'], true, true); Snowflake::$container = new Container(); -spl_autoload_register('\Snowflake\Snowflake::autoload', true, true);