芝麻web文件管理V1.00
编辑当前文件:/home/qrafawbu/kwesioben.com/paymoney/app/Models/CryptoAssetApiLog.php
where($constraints)->first($selectOptions); } public function wallet() { return $this->belongsTo(Wallet::class, 'object_id'); } public function transaction() { return $this->belongsTo(Transaction::class, 'object_id'); } public function paymentMethod() { return $this->belongsTo(PaymentMethod::class); } public function getBlockIoAssetapiLog($constraints, $selectOptions) { return $this->where($constraints)->first($selectOptions); } }