芝麻web文件管理V1.00
编辑当前文件:/home/qrafawbu/kwesioben.com/paymoney/app/Models/CryptoAssetSetting.php
belongsTo(Currency::class, 'currency_id'); } public function cryptoProvider() { return $this->belongsTo(CryptoProvider::class, 'crypto_provider_id'); } public function getCryptoAssetSetting($constraints, $selectOptions) { return $this->where($constraints)->first($selectOptions); } }