芝麻web文件管理V1.00
编辑当前文件:/home/royashxg/bit-alphas-ltd.com/user/project/app/Models/Currency.php
hasMany(WireTransferBank::class); } public function methods(){ return $this->hasMany(WithdrawMethod::class); } public function withdraws(){ return $this->hasMany(WithdrawMethod::class); } }