This commit is contained in:
2020-09-15 19:43:30 +08:00
parent 8f98647401
commit d7aaf41603
+1 -1
View File
@@ -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);