芝麻web文件管理V1.00
编辑当前文件:/home/qrafawbu/tblonline.org/app/Models/PaymentRequest.php
format("$date_format $time_format"); } public function currency() { return $this->belongsTo('App\Models\Currency', 'currency_id')->withDefault(); } public function sender() { return $this->belongsTo('App\Models\User', 'sender_id')->withDefault(); } public function receiver() { return $this->belongsTo('App\Models\User', 'receiver_id')->withDefault(); } }