添加算力玩法

This commit is contained in:
hujiabin 2023-08-22 13:22:28 +08:00
parent 5cc92ceee0
commit 28a624cb94

View File

@ -57,7 +57,7 @@ class HashRateCommon {
protected static function getMetaList()
{
if (!self::$metaList) {
self::$metaList = getMetaTable('HashRateCommon@HashRateCommon.php');
self::$metaList = getMetaTable('HashrateCommon@HashrateCommon.php');
}
return self::$metaList;
}