From d7aaf4160398b3960834bebdd57f46a04953e1fa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mr=C2=B7x?= Date: Tue, 15 Sep 2020 19:43:30 +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 efdba33a..d0f50d09 100644 --- a/System/Snowflake.php +++ b/System/Snowflake.php @@ -340,4 +340,4 @@ class Snowflake } Snowflake::$container = new Container(); -spl_autoload_register('Snowflake::autoload', true, true); +spl_autoload_register('\Snowflake\Snowflake::autoload', true, true);