There was an error while loading. Please reload this page.
229a08d
更新BUG错误;
文件composer.json中的:
"autoload": { "psr-4": { "EthTool:\\": "src/" } }
修改为:
"autoload": { "psr-4": { "EthTool\\": "src/" } }