Skip to content

Releases: Mrinte/ethtool

Release list

v2.0.0

Choose a tag to compare

@Mrinte Mrinte released this 20 Jul 20:11
229a08d

更新BUG错误;

文件composer.json中的:

"autoload": {
    "psr-4": {
      "EthTool:\\": "src/"
    }
  }

修改为:

"autoload": {
    "psr-4": {
      "EthTool\\": "src/"
    }
  }