1
This commit is contained in:
parent
7bd90cf9cb
commit
6291d44f70
@ -5,7 +5,7 @@ namespace models;
|
||||
use mt;
|
||||
use phpcommon\SqlHelper;
|
||||
|
||||
class Transactionxo extends BaseModel {
|
||||
class Transaction extends BaseModel {
|
||||
|
||||
const MINT_721_ACTION_TYPE = 1;
|
||||
const MINT_1155_ACTION_TYPE = 2;
|
||||
@ -27,7 +27,7 @@ class Transactionxo extends BaseModel {
|
||||
'account_id' => myself()->_getAccountId()
|
||||
)
|
||||
);
|
||||
return rows;
|
||||
return $rows;
|
||||
}
|
||||
|
||||
public static function find($transId)
|
||||
|
Loading…
x
Reference in New Issue
Block a user