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