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