This commit is contained in:
2020-09-16 11:12:41 +08:00
parent 56322bc84f
commit 7f2fd95ffd
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -44,7 +44,7 @@ class Application extends BaseApplication
*/
public function __construct(array $config = [])
{
instance_load();
// instance_load();
parent::__construct($config);
}