From 7f2fd95ffdadd06410a2acf9896e3d4e848982fd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mr=C2=B7x?= Date: Wed, 16 Sep 2020 11:12:41 +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/Application.php | 2 +- System/Snowflake.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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();