This commit is contained in:
2020-09-15 19:42:28 +08:00
parent dd3bba8df1
commit 2e265e5e39
+1 -1
View File
@@ -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);