diff --git a/System/Snowflake.php b/System/Snowflake.php index d0f50d09..ffd7c93b 100644 --- a/System/Snowflake.php +++ b/System/Snowflake.php @@ -338,6 +338,5 @@ class Snowflake } - +//spl_autoload_register([Snowflake::class, 'autoload'], true, true); Snowflake::$container = new Container(); -spl_autoload_register('\Snowflake\Snowflake::autoload', true, true);