芝麻web文件管理V1.00
编辑当前文件:/home/qrafawbu/myvyralapp.com/bck/app/Models/Merchants/PaymentOrderRequest.php
'object', ]; public function merchant() { return $this->belongsTo(Merchant::class); } public function user() { return $this->belongsTo(User::class); } }