diff --git a/System/Application.php b/System/Application.php index ce5ed1b3..56cd1006 100644 --- a/System/Application.php +++ b/System/Application.php @@ -44,7 +44,7 @@ class Application extends BaseApplication */ public function __construct(array $config = []) { - instance_load(); +// instance_load(); parent::__construct($config); } diff --git a/System/Snowflake.php b/System/Snowflake.php index ed2c8a26..4b09ea4f 100644 --- a/System/Snowflake.php +++ b/System/Snowflake.php @@ -358,5 +358,5 @@ class Snowflake } -spl_autoload_register([Snowflake::class, 'autoload'], true, true); +//spl_autoload_register([Snowflake::class, 'autoload'], true, true); Snowflake::$container = new Container();